From bfd40793aa0c24dc25e10df4f17377e992b486b5 Mon Sep 17 00:00:00 2001 From: xziino Date: Thu, 28 May 2026 13:02:22 +0200 Subject: [PATCH] =?UTF-8?q?Analyse:=20sourceID-Tracking=20f=C3=BCr=20Rampa?= =?UTF-8?q?rt=20(statusId=201001191=20+=20Cache=20v12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- api/analysis.php | 2 +- api/cache.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/analysis.php b/api/analysis.php index ef81a15..3b29db0 100644 --- a/api/analysis.php +++ b/api/analysis.php @@ -102,7 +102,7 @@ const MITIGATION_ABILITIES = [ 'Shield Samba' => ['dr' => 15, 'buffType' => 'buff', 'statusId' => 1001826, 'extraAbilityGameID' => 16012], 'Magick Barrier' => ['dr' => 10, 'buffType' => 'buff', 'statusId' => 1002707, 'extraAbilityGameID' => 25857], // ── Personal / targeted mitigation ───────────────────────────────────── - 'Rampart' => ['dr' => 20, 'buffType' => 'buff', 'extraAbilityGameID' => 7531], + 'Rampart' => ['dr' => 20, 'buffType' => 'buff', 'statusId' => 1001191, 'extraAbilityGameID' => 7531], // PLD 'Hallowed Ground' => ['dr' => 100, 'buffType' => 'buff', 'extraAbilityGameID' => 30], 'Sentinel' => ['dr' => 30, 'buffType' => 'buff', 'extraAbilityGameID' => 17], diff --git a/api/cache.php b/api/cache.php index d39879d..fef8666 100644 --- a/api/cache.php +++ b/api/cache.php @@ -2,7 +2,7 @@ declare(strict_types=1); const CACHED_LOG_DIR = __DIR__ . '/../cached_logs'; -const CACHED_LOG_VERSION = 'v11'; +const CACHED_LOG_VERSION = 'v12'; function cache_language(string $language): string { $language = strtolower(trim($language));