diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-12 22:01:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 21:01:05 +0000 |
commit | 3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0 (patch) | |
tree | 03befedb296ad29628017681bb09fff8118c00f6 /constants | |
parent | 352326f2f76c9726cec28cb96ca42f516c2e54f3 (diff) | |
download | NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.tar.gz NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.tar.bz2 NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.zip |
Added new update stuff (#1067)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/abiphone.json | 9 | ||||
-rw-r--r-- | constants/fairy_souls.json | 5 | ||||
-rw-r--r-- | constants/petnums.json | 18 | ||||
-rw-r--r-- | constants/pets.json | 3 |
4 files changed, 32 insertions, 3 deletions
diff --git a/constants/abiphone.json b/constants/abiphone.json index b87da5f1..7c5a41c5 100644 --- a/constants/abiphone.json +++ b/constants/abiphone.json @@ -118,6 +118,15 @@ "y": 82, "z": -476 }, + "Fann": { + "requirement": [ + "§6- Give 1x Bat the Fish to Hootie" + ], + "island": "hub", + "x": 39, + "y": 71, + "z": -88 + }, "Fear Mongerer": { "requirement": [ "§6- 64x Purple Candy", diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index b88f6053..336f586f 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,6 +1,6 @@ { "//": "If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.", - "Max Souls": 242, + "Max Souls": 243, "hub": [ "138,66,129", "169,60,129", @@ -80,7 +80,8 @@ "70,90,-149", "104,77,-133", "72,70,-99", - "23,79,-134" + "23,79,-134", + "30,80,-94" ], "combat_1": [ "-279,127,-177", diff --git a/constants/petnums.json b/constants/petnums.json index 80cef4bb..75431526 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3228,6 +3228,24 @@ } } }, + "OWL": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0.1, + 0.05 + ], + "statNums": {} + }, + "100": { + "otherNums": [ + 10, + 5 + ], + "statNums": {} + } + } + }, "PARROT": { "EPIC": { "1": { diff --git a/constants/pets.json b/constants/pets.json index abbf4790..be0c5675 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -298,6 +298,7 @@ "REINDEER": "FISHING", "BINGO": "ALL", "EERIE": "COMBAT", - "SLUG": "FARMING" + "SLUG": "FARMING", + "OWL": "TAMING" } }
\ No newline at end of file |