From 8e84828b5d15b44345912d3821ae192b5f323eb5 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 15 Jan 2021 18:49:08 -0500 Subject: Mithril Golem Pets | Wiki URLs | Pickaxes --- constants/parents.json | 3 +++ constants/petnums.json | 54 +++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 52 insertions(+), 5 deletions(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index d6f45e0e..64011986 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1909,5 +1909,8 @@ "LARGE_SLAYER_SACK":[ "MEDIUM_SLAYER_SACK", "SMALL_SLAYER_SACK" + ], + "MITHRIL_GOLEM;4":[ + "MITHRIL_GOLEM;3" ] } diff --git a/constants/petnums.json b/constants/petnums.json index faaac37f..cde7badf 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4271,7 +4271,7 @@ "otherNums": [ ], "statNums": { - "CRIT_CHANCE": 10, + "CRIT_CHANCE": 10, "CRIT_DAMAGE": 50, "STRENGTH": 25, "MAGIC_FIND": 10, @@ -4296,7 +4296,7 @@ "otherNums": [ ], "statNums": { - "CRIT_CHANCE": 10, + "CRIT_CHANCE": 10, "CRIT_DAMAGE": 50, "STRENGTH": 25, "MAGIC_FIND": 10, @@ -4323,7 +4323,7 @@ 16 ], "statNums": { - "CRIT_CHANCE": 10, + "CRIT_CHANCE": 10, "CRIT_DAMAGE": 50, "STRENGTH": 25, "MAGIC_FIND": 10, @@ -4352,7 +4352,7 @@ 15 ], "statNums": { - "CRIT_CHANCE": 10, + "CRIT_CHANCE": 10, "CRIT_DAMAGE": 50, "STRENGTH": 25, "MAGIC_FIND": 10, @@ -4361,5 +4361,49 @@ }, "interp": "1:70" } - } + }, + "MITHRIL_GOLEM":{ + "EPIC":{ + "1":{ + "otherNums":[ + 1, + 0.2 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 100, + 20.0 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, + "LEGENDARY":{ + "1":{ + "otherNums":[ + 1, + 0.2, + 0.2 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 100, + 20.0, + 20.0 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + } + } } -- cgit