diff options
author | IcarusPhantom <74083329+IcarusPhantom@users.noreply.github.com> | 2021-02-16 05:17:02 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 17:17:02 -0500 |
commit | 025b6322735a8d3e28465a5dcb86602e4f0836e0 (patch) | |
tree | 4642393aab3be4d1e15a263bd18c6b244b3cd6d9 /constants | |
parent | 86959a68735e84423e54efed31680df64b5611eb (diff) | |
download | NotEnoughUpdates-REPO-025b6322735a8d3e28465a5dcb86602e4f0836e0.tar.gz NotEnoughUpdates-REPO-025b6322735a8d3e28465a5dcb86602e4f0836e0.tar.bz2 NotEnoughUpdates-REPO-025b6322735a8d3e28465a5dcb86602e4f0836e0.zip |
wolf slayer bonuses level 9 (#396)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/bonuses.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 } } } |