diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-27 21:54:13 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-27 21:54:13 +1000 |
commit | 0626638fedc36c918a3ed513a5d0555311b5c69f (patch) | |
tree | a1be5057ed5e942a6743f9e62a2a162ac7519ac3 /constants | |
parent | 8ae1a68fc8c8275a7f76ebed9c411bb9954df370 (diff) | |
download | NotEnoughUpdates-REPO-0626638fedc36c918a3ed513a5d0555311b5c69f.tar.gz NotEnoughUpdates-REPO-0626638fedc36c918a3ed513a5d0555311b5c69f.tar.bz2 NotEnoughUpdates-REPO-0626638fedc36c918a3ed513a5d0555311b5c69f.zip |
pets4
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index d1f9ce91..8f20b5c8 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2611,7 +2611,7 @@ ], "statNums": { "INTELLIGENCE": 1, - "SPEED": 0, + "SPEED": 0 } }, "100": { @@ -2623,7 +2623,7 @@ ], "statNums": { "INTELLIGENCE": 100, - "SPEED": 50, + "SPEED": 50 } }, "interp": "1:61" @@ -2641,7 +2641,11 @@ 5.0, 1.0 ], - "statNums": {} + "statNums": { + "DAMAGE": 0, + "STRENGTH": 0, + "CRIT_DAMAGE": 0 + } }, "100": { "otherNums": [ @@ -2653,7 +2657,11 @@ 5.0, 1.0 ], - "statNums": {} + "statNums": { + "DAMAGE": 25, + "STRENGTH": 25, + "CRIT_DAMAGE": 25 + } }, "interp": "1:87" } |