mirror of
https://github.com/marcrobledo/savegame-editors.git
synced 2025-04-28 09:05:10 +00:00
Update zelda-totk.exp-calculator.js
Corrected skill labels
This commit is contained in:
parent
09e0e1c449
commit
73785ad918
@ -36,13 +36,13 @@ const ExperienceCalculator={
|
||||
if(matches=hashText.match(/^DefeatedEnemyNum.(.*?)$/)){
|
||||
return this.getPrettifiedEnemyName(matches[1])+' - Total defeated';
|
||||
}else if(matches=hashText.match(/^EnemyBattleData.(.*?).DefeatedNoDamageCount$/)){
|
||||
return this.getPrettifiedEnemyName(matches[1])+' - Damageless defeat';
|
||||
return this.getPrettifiedEnemyName(matches[1])+' - Damageless defeats';
|
||||
}else if(matches=hashText.match(/^EnemyBattleData.(.*?).HeadShotCount$/)){
|
||||
return this.getPrettifiedEnemyName(matches[1])+' - Head shots';
|
||||
}else if(matches=hashText.match(/^EnemyBattleData.(.*?).GuardJustCount$/)){
|
||||
return this.getPrettifiedEnemyName(matches[1])+' - Parries';
|
||||
return this.getPrettifiedEnemyName(matches[1])+' - Perfect Parries';
|
||||
}else if(matches=hashText.match(/^EnemyBattleData.(.*?).JustAvoidCount$/)){
|
||||
return this.getPrettifiedEnemyName(matches[1])+' - Avoided battle';
|
||||
return this.getPrettifiedEnemyName(matches[1])+' - Perfect Dodges';
|
||||
}else{
|
||||
return hashText;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user