From bdd9be37ba9e8fc43bc72e6149dbaad230b9a64b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 19 Dec 2020 01:40:15 +0100 Subject: Fixed Common, Uncommon and Rare Sheep Pet (#334) --- constants/petnums.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 0cb85515..0adbe010 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2978,6 +2978,73 @@ }, "interp": "1:100" }, + "RARE": { + "1": { + "otherNums": [ + 0.1, + 0.1, + 10.0 + ], + "statNums": { + "ABILITY_DAMAGE": 0.0, + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10, + 10, + 10 + ], + "statNums": { + "ABILITY_DAMAGE": 50.0, + "INTELLIGENCE": 100.0 + } + }, + "interp": "1:100" + }, + "COMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "ABILITY_DAMAGE": 0.0, + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "ABILITY_DAMAGE": 50.0, + "INTELLIGENCE": 100.0 + } + }, + "interp": "1:100" + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "ABILITY_DAMAGE": 0.0, + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "ABILITY_DAMAGE": 50.0, + "INTELLIGENCE": 100.0 + } + }, + "interp": "1:100" + }, "LEGENDARY": { "1": { "otherNums": [ -- cgit