diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-12-02 13:58:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 13:58:12 +0100 |
commit | dbc8652fe22a0aabd25bd1b2dba7563d78fbce9f (patch) | |
tree | d57dc2463b8f81bae3cb93e4f0bc5651a9a59d99 /constants | |
parent | 8539a2b172a72d026229fbccb9e627c864ffb591 (diff) | |
download | NotEnoughUpdates-REPO-dbc8652fe22a0aabd25bd1b2dba7563d78fbce9f.tar.gz NotEnoughUpdates-REPO-dbc8652fe22a0aabd25bd1b2dba7563d78fbce9f.tar.bz2 NotEnoughUpdates-REPO-dbc8652fe22a0aabd25bd1b2dba7563d78fbce9f.zip |
Santa 🎅 (#663)
* Santa
* Fixing Bingo Items
* "Fixed" tb e drag
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 920c88bb..983d100f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1233,7 +1233,8 @@ "otherNums": [ 0.2, 0.5, - 0.3 + 0.3, + 0.1 ], "statNums": { "CRIT_CHANCE": 0.0, @@ -1245,7 +1246,8 @@ "otherNums": [ 25, 50, - 30 + 30, + 10 ], "statNums": { "CRIT_CHANCE": 10.0, |