diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /constants/petnums.json | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 102 |
1 files changed, 100 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 16a3e00f..1092d7fc 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1963,6 +1963,32 @@ "INTELLIGENCE": 100.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1.2, + 0.3, + 0.3, + 0.1 + ], + "statNums": { + "DEFENSE": 0.0, + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 120, + 30, + 30, + 7.0 + ], + "statNums": { + "DEFENSE": 50.0, + "INTELLIGENCE": 100.0 + } + } } }, "GOLDEN_DRAGON": { @@ -3468,6 +3494,28 @@ } } }, + "RIFT_FERRET": { + "EPIC": { + "1": { + "otherNums": [ + 10 + ], + "statNums": { + "SPEED": 0.5, + "INTELLIGENCE": 0.02 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "SPEED": 5, + "INTELLIGENCE": 2 + } + } + } + }, "ROCK": { "COMMON": { "1": { @@ -4126,6 +4174,30 @@ "STRENGTH": 10.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.1, + 0.4, + 0.3 + ], + "statNums": { + "CRIT_CHANCE": 0.1, + "STRENGTH": 0.1 + } + }, + "100": { + "otherNums": [ + 10, + 40, + 30 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "STRENGTH": 10.0 + } + } } }, "SPIRIT": { @@ -4518,7 +4590,7 @@ "otherNums": [ 0.3, 0.5, - 0.5 + 1 ], "statNums": { "CRIT_CHANCE": 0.0, @@ -4530,7 +4602,33 @@ "otherNums": [ 30, 50, - 50 + 1.5 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "CRIT_DAMAGE": 30.0, + "STRENGTH": 10.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.3, + 0.5, + 1 + ], + "statNums": { + "CRIT_CHANCE": 0.0, + "CRIT_DAMAGE": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 30, + 50, + 1.5 ], "statNums": { "CRIT_CHANCE": 10.0, |