aboutsummaryrefslogtreecommitdiff
path: root/constants/petnums.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-01-15 18:49:08 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-01-15 18:49:08 -0500
commit8e84828b5d15b44345912d3821ae192b5f323eb5 (patch)
treeb0b733ef579d03aeb459fa902f071e56a85cf3d2 /constants/petnums.json
parentb6407b65c09776fa48200f02839a9ac35292d8af (diff)
downloadNotEnoughUpdates-REPO-8e84828b5d15b44345912d3821ae192b5f323eb5.tar.gz
NotEnoughUpdates-REPO-8e84828b5d15b44345912d3821ae192b5f323eb5.tar.bz2
NotEnoughUpdates-REPO-8e84828b5d15b44345912d3821ae192b5f323eb5.zip
Mithril Golem Pets | Wiki URLs | Pickaxes
Diffstat (limited to 'constants/petnums.json')
-rw-r--r--constants/petnums.json54
1 files changed, 49 insertions, 5 deletions
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
+ }
+ }
+ }
+ }
}