diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-21 14:37:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-21 12:37:41 +0000 |
| commit | 8c016218931ed66cba82ffb748b3e156636d8121 (patch) | |
| tree | f0313380ac1009a4ab0474b1194fc2bb878f241d /constants | |
| parent | 9622e8da7d5f20191a06f0e8e8fc15de105bf61d (diff) | |
| download | NotEnoughUpdates-REPO-8c016218931ed66cba82ffb748b3e156636d8121.tar.gz NotEnoughUpdates-REPO-8c016218931ed66cba82ffb748b3e156636d8121.tar.bz2 NotEnoughUpdates-REPO-8c016218931ed66cba82ffb748b3e156636d8121.zip | |
feat: Carnival NPC's / Doug / Mask Enchant Data (#1298)
* feat: Carnival NPC's / Doug / Mask Enchant Data
* fix: Chantelle NPC not having the Event lore
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/enchants.json | 27 | ||||
| -rw-r--r-- | constants/islands.json | 7 | ||||
| -rw-r--r-- | constants/parents.json | 2 |
3 files changed, 35 insertions, 1 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 2bb1fff1..6bdcb31f 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -426,6 +426,33 @@ "cayenne", "prosperity", "green_thumb" + ], + "CARNIVAL MASK": [ + "protection", + "blast_protection", + "fire_protection", + "projectile_protection", + "growth", + "rejuvenate", + "respite", + "thorns", + "counter_strike", + "true_protection", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom", + "hardened_mana", + "strong_mana", + "mana_vampire", + "ferocious_mana", + "ultimate_habanero_tactics", + "ultimate_bobbin_time", + "reflection", + "pesterminator", + "ultimate_refrigerate", + "ice_cold" ] }, "enchant_pools": [ diff --git a/constants/islands.json b/constants/islands.json index 402ab219..54763b66 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -428,6 +428,13 @@ "x": -53, "y": 72, "z": -53 + }, + { + "warp": "carnival", + "mode": "hub", + "x": -87, + "y": 71, + "z": -32 } ] } diff --git a/constants/parents.json b/constants/parents.json index a2f5fb10..6ec6b021 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3761,7 +3761,7 @@ "RELIC_OF_COINS": [ "ARTIFACT_OF_COINS", "RING_OF_COINS", - "COIN_TAILSMAN" + "COIN_TALISMAN" ], "EMERALD_ARTIFACT": [ "EMERALD_RING" |
