diff options
-rw-r--r-- | constants/bonuses.json | 7 | ||||
-rw-r--r-- | constants/misc.json | 4 |
2 files changed, 7 insertions, 4 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 } }, diff --git a/constants/misc.json b/constants/misc.json index 7753ce6b..1484c338 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -96,7 +96,9 @@ "intelligence": 0, "sea_creature_chance": 20, "magic_find": 10, - "pet_luck": 0 + "pet_luck": 0, + "ferocity": 0, + "ability_damage": 0 }, "slayer_cost": [ |