HOTFIX: Keratoconus water dmg -> water def

This commit is contained in:
hppeng 2022-08-14 15:42:31 -07:00
parent 6f9286cc5d
commit 7616893e5c
3 changed files with 3 additions and 3 deletions

View file

@ -19,9 +19,9 @@
"mr": 10, "mr": 10,
"int": 15, "int": 15,
"def": -10, "def": -10,
"wDamPct": 30,
"aDamPct": 35, "aDamPct": 35,
"tDamPct": -40, "tDamPct": -40,
"wDefPct": 30,
"spRaw4": -4, "spRaw4": -4,
"id": 3579 "id": 3579
}, },

File diff suppressed because one or more lines are too long

View file

@ -18,7 +18,7 @@
"category": "armor", "category": "armor",
"displayName": "Keratoconus", "displayName": "Keratoconus",
"bonusThunderDamage": -40, "bonusThunderDamage": -40,
"bonusWaterDamage": 30, "bonusWaterDefense": 30,
"bonusAirDamage": 35, "bonusAirDamage": 35,
"healthRegen": -50, "healthRegen": -50,
"manaRegen": 10, "manaRegen": 10,