diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-20 12:18:40 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-20 12:19:49 +0200 |
| commit | e9529ac4f7b7df38e61e6939ba74a0b3c28d7e62 (patch) | |
| tree | 75e83e43984178b387172738646453ee6eb0a918 | |
| parent | 2dff363d07ba120a6739d5471699ed06ec5b575c (diff) | |
| download | orm-e9529ac4f7b7df38e61e6939ba74a0b3c28d7e62.tar.gz orm-e9529ac4f7b7df38e61e6939ba74a0b3c28d7e62.zip | |
add missing Baptiste & Reza strings
| -rw-r--r-- | mappings_source.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mappings_source.js b/mappings_source.js index bce7cd3..55f7e35 100644 --- a/mappings_source.js +++ b/mappings_source.js @@ -20,6 +20,7 @@ module.exports = { "Ability__Grace__A": "Grace A", "Ability__Grace__AltAttack": "Grace AA", + "Ability__Grace__CritAttack": "Grace AAcrit", "Ability__Grace__B": "Grace B", "Ability__Grace__DefaultAttack": "Grace AA", "Ability__Reza__DefaultAttack": "Reza AA", @@ -27,6 +28,12 @@ module.exports = { "Ability__Reza__CritAttack": "Reza AAcrit", "Ability__Reza__C_NetherformAttack": "Reza C", "Ability__Reza__C": "Reza C", + "Ability__Baptiste__DefaultAttack": "Baptiste AA", + "Ability__Baptiste__AltAttack": "Baptiste AA", + "Ability__Baptiste__CritAttack": "Baptiste AAcrit", + "Ability__Baptiste__EmpoweredDefaultAttack": "Baptiste perk", + "Ability__Baptiste__EmpoweredAltAttack": "Baptiste perk", + "Ability__Baptiste__EmpoweredCritAttack": "Baptiste perk", "Buff_Reza_B_EmpoweredAttack": "Reza B", "Buff_Reza_Perk_VolatileSparkControl": "Reza perk", "HERO_ABILITY_HERO042_A_NAME": "Grace A", @@ -582,5 +589,6 @@ module.exports = { "BookOfEulogies": "Book of Eulogies", "Book Of Eulogies": "Book of Eulogies", "Eve Of Harvest": "Eve of Harvest", - "Candy - VO Taunt": "Voice over Taunt" + "Candy - VO Taunt": "Voice over Taunt", + "": " " } |
