diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-18 14:25:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 14:25:49 +1100 |
commit | dc0e8d1a6fcf533f571ced038b17781714858335 (patch) | |
tree | 4a1dada5549185028d3d1c011e50c2ec00c89758 /constants | |
parent | 13b1753fb6d8adfd60a13c5e8409b11af58731b4 (diff) | |
parent | 82c90f155b121c21418068b5d44aea0485080740 (diff) | |
download | NotEnoughUpdates-REPO-dc0e8d1a6fcf533f571ced038b17781714858335.tar.gz NotEnoughUpdates-REPO-dc0e8d1a6fcf533f571ced038b17781714858335.tar.bz2 NotEnoughUpdates-REPO-dc0e8d1a6fcf533f571ced038b17781714858335.zip |
Merge pull request #303 from IRONM00N/books
Large Update
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 3ee3ba4e..43a2211d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3307,7 +3307,30 @@ } }, "SPIDER": { - "UNCOMMON": { + "COMMON":{ + "1":{ + "otherNums": [ + 0.1, + 10.0 + ], + "statNums": { + "CRIT_CHANCE": 0.0, + "STRENGTH": 0.0 + } + }, + "100":{ + "otherNums": [ + 10.0, + 10.0 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "STRENGTH": 10.0 + } + }, + "interp": "1:100" + }, + "UNCOMMON": { "1": { "otherNums": [ 0.1, @@ -4016,6 +4039,7 @@ "statNums": { "CRIT_DAMAGE": 0.0, "HEALTH": 0.0, + "SPEED": 0.0, "TRUE_DEFENSE": 0.0 } }, @@ -4026,6 +4050,7 @@ "statNums": { "CRIT_DAMAGE": 10.0, "HEALTH": 50.0, + "SPEED": 20.0, "TRUE_DEFENSE": 10.0 } }, @@ -4101,6 +4126,29 @@ } }, "interp": "1:70" + }, + "RARE": { + "1": { + "otherNums": [ + 0.2, + 0.2 + ], + "statNums": { + "CRIT_DAMAGE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 25, + 25 + ], + "statNums": { + "CRIT_DAMAGE": 30.0, + "HEALTH": 100.0 + } + }, + "interp": "1:70" } }, "GRIFFIN": { |