diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-10 19:35:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 17:35:51 +0000 |
commit | 4a724ed2a74eed24133f800eade4ca20e3b00353 (patch) | |
tree | eb970e0884cb834b4057001df78b31f793ef9b18 /constants | |
parent | ed5084c45fd30531a6b34abb610eab21c765efad (diff) | |
download | NotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.tar.gz NotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.tar.bz2 NotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.zip |
Added more items and some constants (#1152)
* Added more items and some constants
* Fixed warp
Diffstat (limited to 'constants')
-rw-r--r-- | constants/islands.json | 10 | ||||
-rw-r--r-- | constants/leveling.json | 7 | ||||
-rw-r--r-- | constants/petnums.json | 54 |
3 files changed, 69 insertions, 2 deletions
diff --git a/constants/islands.json b/constants/islands.json index 0f30d038..35fc212d 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -407,6 +407,16 @@ "jerry", "workshop" ] + }, + { + "warp": "basecamp", + "mode": "mining_3", + "x": 0, + "y": 128, + "z": 200, + "aliases": [ + "camp" + ] } ] } diff --git a/constants/leveling.json b/constants/leveling.json index be6fa01d..e0c67727 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -73,7 +73,7 @@ "alchemy": 50, "runecrafting": 25, "catacombs": 50, - "HOTM": 7, + "HOTM": 10, "social": 25 }, "runecrafting_xp": [ @@ -326,7 +326,10 @@ 25000, 60000, 100000, - 150000 + 150000, + 210000, + 290000, + 400000 ], "social": [ 50, diff --git a/constants/petnums.json b/constants/petnums.json index 790c205d..c5f33c16 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -21,6 +21,34 @@ } } }, + "ANKYLOSAURUS": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0.15, + 0.5, + 0.5 + ], + "statNums": { + "HEALTH": 1.5, + "DEFENSE": 0.5, + "TRUE_DEFENSE": 0.15 + } + }, + "100": { + "otherNums": [ + 15, + 50, + 50 + ], + "statNums": { + "HEALTH": 150, + "DEFENSE": 50, + "TRUE_DEFENSE": 15 + } + } + } + }, "BAL": { "EPIC": { "1": { @@ -4396,6 +4424,32 @@ } } }, + "SPINOSAURUS": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0.1, + 0.1, + 0.8 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 0.08, + "FISHING_SPEED": 0.25 + } + }, + "100": { + "otherNums": [ + 15, + 8, + 75 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 8, + "FISHING_SPEED": 25 + } + } + } + }, "SPIRIT": { "EPIC": { "1": { |