diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-19 14:04:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 08:04:13 -0500 |
commit | 8d2258ba1a926e8312ddfff3aa3154b771c58bc5 (patch) | |
tree | d0642671cc9247162ae799f7b103f6e7ea767dc2 /constants/petnums.json | |
parent | 1bd8c0c44966c09947160f38c5a27cc502a88430 (diff) | |
download | NotEnoughUpdates-REPO-8d2258ba1a926e8312ddfff3aa3154b771c58bc5.tar.gz NotEnoughUpdates-REPO-8d2258ba1a926e8312ddfff3aa3154b771c58bc5.tar.bz2 NotEnoughUpdates-REPO-8d2258ba1a926e8312ddfff3aa3154b771c58bc5.zip |
Added Wiki Links, Added 2 Pets and Travel Scroll, Fixed Fairy Souls (#363)
* Added Wiki Links
* Added Uncommon and Rare Mithril Golem
* Fixed 3 Fairy Souls
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 03a45da5..7f4299cb 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4381,6 +4381,44 @@ } } }, + "UNCOMMON":{ + "1":{ + "otherNums":[ + 0.8 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 80 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, + "RARE":{ + "1":{ + "otherNums":[ + 0.8, + 0.1 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 80, + 10 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, "EPIC":{ "1":{ "otherNums":[ |