From 8d2258ba1a926e8312ddfff3aa3154b771c58bc5 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 19 Jan 2021 14:04:13 +0100 Subject: 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 --- constants/petnums.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'constants/petnums.json') 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":[ -- cgit