From 023d353acb2ce5087b39b30ac16152c0d5b03b78 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 3 Aug 2020 20:00:04 -0400 Subject: Added Spirit Stone, Fixed Spirit mask link, added epic spirit pet --- constants/petnums.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index a5979109..c8046eed 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3057,6 +3057,31 @@ } }, "SPIRIT": { + "EPIC": { + "1": { + "otherNums": [ + 10.0, + 5.0, + 5.5 + ], + "statNums": { + "INTELLIGENCE": 1.0, + "SPEED": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0, + 5.0, + 49.98571428571429 + ], + "statNums": { + "INTELLIGENCE": 100.0, + "SPEED": 29.57142857142857 + } + }, + "interp": "1:78" + }, "LEGENDARY": { "1": { "otherNums": [ -- cgit