diff options
Diffstat (limited to 'constants/bonuses.json')
-rw-r--r-- | constants/bonuses.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/constants/bonuses.json b/constants/bonuses.json index 32401030..939f6e3b 100644 --- a/constants/bonuses.json +++ b/constants/bonuses.json @@ -89,13 +89,14 @@ "health": 5 } }, - "skill_enchanting": { "1": { - "intelligence": 1 + "intelligence": 1, + "ability_damage": 0.5 }, "15": { - "intelligence": 2 + "intelligence": 2, + "ability_damage": 0.5 } }, |