aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-07-02 19:03:44 +0200
committerGitHub <noreply@github.com>2024-07-02 17:03:44 +0000
commit0a3e96b390792510aae57edb56cbe39595b0309a (patch)
tree6ebfbd0a4a7aac3909c89cd20e530d849779b265 /constants
parente32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c (diff)
downloadNotEnoughUpdates-REPO-0a3e96b390792510aae57edb56cbe39595b0309a.tar.gz
NotEnoughUpdates-REPO-0a3e96b390792510aae57edb56cbe39595b0309a.tar.bz2
NotEnoughUpdates-REPO-0a3e96b390792510aae57edb56cbe39595b0309a.zip
Better Mayors Items/Data v1.1 (#1274)
* fix: Forge Times for new items * feat: Gleaming Crystal Reforge Stone Data * feat: Titanium/Mithril Equipment in museum data * feat: Giant Fishing Rod DH Chance
Diffstat (limited to 'constants')
-rw-r--r--constants/museum.json13
-rw-r--r--constants/reforgestones.json54
2 files changed, 63 insertions, 4 deletions
diff --git a/constants/museum.json b/constants/museum.json
index 375d5dba..bc81d1ce 100644
--- a/constants/museum.json
+++ b/constants/museum.json
@@ -241,7 +241,9 @@
"CRIMSON",
"FERVOR",
"TERROR",
- "HOLLOW"
+ "HOLLOW",
+ "MITHRIL",
+ "TITANIUM"
],
"rarities": [
"ENCHANTED_JACK_O_LANTERN",
@@ -763,7 +765,9 @@
"RABBIT": "RABBIT_HELMET",
"SEYMOUR": "VELVET_TOP_HAT",
"LOTUS": "LOTUS_NECKLACE",
- "FISHERMAN": "PRISMARINE_NECKLACE"
+ "FISHERMAN": "PRISMARINE_NECKLACE",
+ "MITHRIL": "MITHRIL_NECKLACE",
+ "TITANIUM": "TITANIUM_NECKLACE"
},
"children": {
"GLACIAL_SCYTHE": "FROZEN_SCYTHE",
@@ -852,12 +856,13 @@
"INFINI_VACUUM_HOOVERIUS":"INFINI_VACUUM",
"GLACITE_CHISEL": "REINFORCED_CHISEL",
"PERFECT_CHISEL": "GLACITE_CHISEL",
- "CROWN_OF_AVARICE": "CROWN_OF_GREED"
+ "CROWN_OF_AVARICE": "CROWN_OF_GREED",
+ "TITANIUM_NECKLACE": "MITHRIL_NECKLACE"
},
"max_values": {
"total": 354,
"weapons": 128,
- "armor": 113,
+ "armor": 115,
"rarities": 115,
"special": 48
}
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index 98234bf2..3357ba4f 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -1214,6 +1214,60 @@
}
}
},
+ "GLEAMING_CRYSTAL": {
+ "internalName": "GLEAMING_CRYSTAL",
+ "reforgeName": "Lustrous",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "PICKAXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC",
+ "DIVINE"
+ ],
+ "reforgeCosts": {
+ "COMMON": 20000,
+ "UNCOMMON": 40000,
+ "RARE": 80000,
+ "EPIC": 150000,
+ "LEGENDARY": 300000,
+ "MYTHIC": 600000,
+ "DIVINE": 800000
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "mining_speed": 5,
+ "mining_fortune": 5
+ },
+ "UNCOMMON": {
+ "mining_speed": 10,
+ "mining_fortune": 7
+ },
+ "RARE": {
+ "mining_speed": 15,
+ "mining_fortune": 9
+ },
+ "EPIC": {
+ "mining_speed": 20,
+ "mining_fortune": 12
+ },
+ "LEGENDARY": {
+ "mining_speed": 25,
+ "mining_fortune": 16
+ },
+ "MYTHIC": {
+ "mining_speed": 30,
+ "mining_fortune": 20
+ },
+ "DIVINE": {
+ "mining_speed": 35,
+ "mining_fortune": 25
+ }
+ }
+ },
"GOLDEN_BALL": {
"internalName": "GOLDEN_BALL",
"reforgeName": "Bountiful",