diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-11-19 23:07:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 22:07:41 +0000 |
| commit | f1822947eeab9df945eb8c405629d3736b1d1d22 (patch) | |
| tree | b1188e9ba70bad55a04045660f5ac88b96421800 /constants | |
| parent | 86ef3d5273b074f0c0854b678d01246bd7e2cafa (diff) | |
| download | NotEnoughUpdates-REPO-f1822947eeab9df945eb8c405629d3736b1d1d22.tar.gz NotEnoughUpdates-REPO-f1822947eeab9df945eb8c405629d3736b1d1d22.tar.bz2 NotEnoughUpdates-REPO-f1822947eeab9df945eb8c405629d3736b1d1d22.zip | |
feat: 0.20.8 part2 (#1444)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/bestiary.json | 10 | ||||
| -rw-r--r-- | constants/petnums.json | 24 | ||||
| -rw-r--r-- | constants/reforgestones.json | 54 |
3 files changed, 88 insertions, 0 deletions
diff --git a/constants/bestiary.json b/constants/bestiary.json index 9bf7afd0..a21d129f 100644 --- a/constants/bestiary.json +++ b/constants/bestiary.json @@ -3073,6 +3073,16 @@ "bracket": 6 }, { + "name": "§aField Mouse", + "skullOwner": "c9873ef5-6132-3bf8-94ec-92b14da39bc5", + "texture": "ewogICJ0aW1lc3RhbXAiIDogMTcyNzkwNDc5NzQ1OSwKICAicHJvZmlsZUlkIiA6ICI0MmIwOTMyZDUwMWI0MWQ1YTM4YjEwOTcxYTYwYmYxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJBaXJib2x0MDc4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2YzNzllMDkyNTI4MTczMTRiZDBiNjk0ZjdkNTNiNDhhZjJjN2ZhODQ5OTEwOTgwMmE0MWJiMjk0ZDJmOTNlM2UiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==", + "cap": 100, + "mobs": [ + "pest_mouse_1" + ], + "bracket": 7 + }, + { "name": "§aLocust", "skullOwner": "004473e3-58f2-3c36-956c-ff2c39527222", "texture": "ewogICJ0aW1lc3RhbXAiIDogMTY5NzU1NzA3NzAzNywKICAicHJvZmlsZUlkIiA6ICI0YjJlMGM1ODliZjU0ZTk1OWM1ZmJlMzg5MjQ1MzQzZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJfTmVvdHJvbl8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGIyNGE0ODJhMzJkYjFlYTc4ZmI5ODA2MGIwYzJmYTRhMzczY2JkMThhNjhlZGRkZWI3NDE5NDU1YTU5Y2RhOSIKICAgIH0KICB9Cn0", diff --git a/constants/petnums.json b/constants/petnums.json index 36be0fb0..d9b4c5ad 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2274,6 +2274,30 @@ } } }, + "HEDGEHOG": { + "LEGENDARY": { + "1": { + "otherNums": [ + 1, + 1, + 0.45 + ], + "statNums": { + "SPEED": 0.15 + } + }, + "100": { + "otherNums": [ + 100, + 100, + 45 + ], + "statNums": { + "SPEED": 15 + } + } + } + }, "HORSE": { "COMMON": { "1": { diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 8f76a39e..faee84b3 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -3214,6 +3214,60 @@ } } }, + "SQUEAKY_TOY": { + "internalName": "SQUEAKY_TOY", + "reforgeName": "Squeaky", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "EQUIPMENT", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts": { + "COMMON": 7500, + "UNCOMMON": 15000, + "RARE": 30000, + "EPIC": 75000, + "LEGENDARY": 150000, + "MYTHIC": 150000, + "DIVINE": 150000 + }, + "reforgeAbility": "§7Decreases the spawn cooldown of §7§2Pests §7by §a1%§7.", + "reforgeStats": { + "COMMON": { + "bonus_pest_chance": 0.5, + "farming_fortune": 2 + }, + "UNCOMMON": { + "bonus_pest_chance": 0.5, + "farming_fortune": 4 + }, + "RARE": { + "bonus_pest_chance": 1, + "farming_fortune": 6 + }, + "EPIC": { + "bonus_pest_chance": 1.5, + "farming_fortune": 8 + }, + "LEGENDARY": { + "bonus_pest_chance": 2, + "farming_fortune": 10 + }, + "MYTHIC": { + "bonus_pest_chance": 2.5, + "farming_fortune": 12 + }, + "DIVINE": { + "bonus_pest_chance": 2.5, + "farming_fortune": 12 + } + } + }, "SUSPICIOUS_VIAL": { "internalName": "SUSPICIOUS_VIAL", "reforgeName": "Suspicious", |
