update wave, cycle, damage type ...

This commit is contained in:
2025-05-02 16:54:55 +07:00
parent 665bdd497a
commit f9fd97598e
49 changed files with 2072 additions and 702 deletions

View File

@@ -4,11 +4,10 @@
"description": "Analytics tool for Veritas"
},
"DataAnalysisPage": {
"useSkill": "Use skill",
"useSkill": "Use Ability",
"totalDamage": "Total damage",
"damagePerAV": "Damage per AV",
"damagePerAV": "Damage/Action value",
"totalAV": "Total action value",
"damagerPerCycle": "Damage Per Cycle",
"skillType": "Skill Type",
"skillName": "Skill Name",
"actionValue": "Action Value",
@@ -70,6 +69,40 @@
"physical": "Physical",
"quantum": "Quantum",
"thunder": "Thunder",
"wind": "Wind"
"wind": "Wind",
"cycle": "Cycle",
"wave": "Wave",
"hp": "Hp",
"atk": "Atk",
"speed": "Speed",
"critRate": "Crit Rate",
"critDmg": "Crit Dmg",
"breakEffect": "Break Effect",
"effectRes": "Effect Res",
"energyRegenerationRate": "Energy Regeneration Rate",
"effectHitRate": "Effect Hit Rate",
"outgoingHealingBoost": "Outgoing Healing Boost",
"fireDmgBoost": "Fire damage boost",
"iceDmgBoost": "Ice damage Boost",
"imaginaryDmgBoost": "Imaginary damage boost",
"physicalDmgBoost": "Physical damage boost",
"quantumDmgBoost": "Quantum damage boost",
"thunderDmgBoost": "Thunder damage boost",
"windDmgBoost": "Wind damage boost",
"pursued": "Additional damage",
"true damage": "True damage",
"follow-up": "Follow-up Damage",
"elemental damage": "Break and Super break damage",
"dot": "Damage over time ",
"damagePerCycle": "Damage per Cycle",
"damagePerCycleAndWave": "Damage per Cycle and Wave",
"damagePerWave": "Damage per Wave",
"lastTurn": "Last turn",
"qte": "QTE Skill",
"mazenormal": "MazeNormal",
"level": "Level",
"relics": "Relics",
"eidolons": "Eidolons",
"lightcones": "Lightcones"
}
}