dmg -> damage

This commit is contained in:
ntr
2019-02-16 10:58:10 +11:00
parent 8a78528c80
commit a822177fb8
11 changed files with 96 additions and 96 deletions
+3 -3
View File
@@ -162,7 +162,7 @@ module.exports = {
[ { name: 'Amplify',
description: 'increase the magic damage dealt by a cryp' },
{ name: 'Attack',
description: 'a fast attack with red dmg' },
description: 'a fast attack with red damage' },
{ name: 'Banish',
description:
'target cryp is prevented from casting any skills and taking any damage' },
@@ -181,7 +181,7 @@ module.exports = {
description: 'increase the red damage dealt by a cryp' },
{ name: 'Haste',
description: 'magical skill that increases speed of target cryp' },
{ name: 'Heal', description: 'heal a cryp with blue dmg' },
{ name: 'Heal', description: 'heal a cryp with blue damage' },
{ name: 'Hex',
description:
'magical based skill that prevents target cryp from using any skills' },
@@ -205,7 +205,7 @@ module.exports = {
{ name: 'Throw',
description: 'stuns and makes the target take increased red damage' },
{ name: 'Triage',
description: 'grants a blue dmg based healing over time buff' }
description: 'grants a blue damage based healing over time buff' }
]
},
};
+2 -2
View File
@@ -115,8 +115,8 @@ class MenuCrypList extends Phaser.Scene {
cryp.stamina,
cryp.red_shield,
cryp.blue_shield,
cryp.red_dmg,
cryp.blue_dmg,
cryp.red_damage,
cryp.blue_damage,
cryp.speed,
];
CRYP_STATS.forEach((stat, j) => crypStat(stat, j, crypInfo));
+2 -2
View File
@@ -69,8 +69,8 @@ class StatSheet extends Phaser.Scene {
cryp.red_shield,
cryp.blue_shield,
cryp.evasion,
cryp.red_dmg,
cryp.blue_dmg,
cryp.red_damage,
cryp.blue_damage,
cryp.speed,
];