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));