forked from xziino/ff14-mitigator
Planer: SGE-Abilities bereinigt (Eukrasian Prognosis II + Addle entfernt)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b27986c0f4
commit
cdd594e43e
@ -1350,7 +1350,7 @@ const ABILITY_JOB_MAP = {
|
|||||||
'Intersection': 'AST', 'the Spire': 'AST',
|
'Intersection': 'AST', 'the Spire': 'AST',
|
||||||
'Kerachole': 'SGE', 'Holos': 'SGE', 'Holosakos': 'SGE',
|
'Kerachole': 'SGE', 'Holos': 'SGE', 'Holosakos': 'SGE',
|
||||||
'Panhaima': 'SGE', 'Haima': 'SGE',
|
'Panhaima': 'SGE', 'Haima': 'SGE',
|
||||||
'Eukrasian Prognosis': 'SGE', 'Eukrasian Prognosis II': 'SGE',
|
'Eukrasian Prognosis': 'SGE',
|
||||||
'Eukrasian Diagnosis': 'SGE', 'Differential Diagnosis': 'SGE',
|
'Eukrasian Diagnosis': 'SGE', 'Differential Diagnosis': 'SGE',
|
||||||
'Troubadour': 'BRD',
|
'Troubadour': 'BRD',
|
||||||
'Tactician': 'MCH',
|
'Tactician': 'MCH',
|
||||||
@ -1435,11 +1435,9 @@ const JOB_ABILITIES = {
|
|||||||
{ name: 'Holosakos', buffType: 'shield' },
|
{ name: 'Holosakos', buffType: 'shield' },
|
||||||
{ name: 'Panhaima', buffType: 'shield' },
|
{ name: 'Panhaima', buffType: 'shield' },
|
||||||
{ name: 'Eukrasian Prognosis', buffType: 'shield' },
|
{ name: 'Eukrasian Prognosis', buffType: 'shield' },
|
||||||
{ name: 'Eukrasian Prognosis II', buffType: 'shield' },
|
|
||||||
{ name: 'Eukrasian Diagnosis', buffType: 'shield' },
|
{ name: 'Eukrasian Diagnosis', buffType: 'shield' },
|
||||||
{ name: 'Differential Diagnosis', buffType: 'shield' },
|
{ name: 'Differential Diagnosis', buffType: 'shield' },
|
||||||
{ name: 'Haima', buffType: 'shield' },
|
{ name: 'Haima', buffType: 'shield' },
|
||||||
{ name: 'Addle', buffType: 'debuff' },
|
|
||||||
],
|
],
|
||||||
'BRD': [{ name: 'Troubadour', buffType: 'buff' }],
|
'BRD': [{ name: 'Troubadour', buffType: 'buff' }],
|
||||||
'MCH': [{ name: 'Tactician', buffType: 'buff' }],
|
'MCH': [{ name: 'Tactician', buffType: 'buff' }],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user