From 025b6322735a8d3e28465a5dcb86602e4f0836e0 Mon Sep 17 00:00:00 2001 From: IcarusPhantom <74083329+IcarusPhantom@users.noreply.github.com> Date: Tue, 16 Feb 2021 05:17:02 +0700 Subject: wolf slayer bonuses level 9 (#396) --- constants/bonuses.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants') diff --git a/constants/bonuses.json b/constants/bonuses.json index a5385413..8ddf2fbe 100644 --- a/constants/bonuses.json +++ b/constants/bonuses.json @@ -180,6 +180,9 @@ }, "8": { "speed": 1 + }, + "9": { + "health": 5 } } } -- cgit