diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-02-25 23:18:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 22:18:32 +0000 |
| commit | bfbdc607351f1d0c3a8dfae5b05218b146727242 (patch) | |
| tree | 42350d4805fddaf3c9975147a5a98719e30f2650 | |
| parent | 11c46652052eb69b4547f3760ab7ae80326485e1 (diff) | |
| download | NotEnoughUpdates-REPO-bfbdc607351f1d0c3a8dfae5b05218b146727242.tar.gz NotEnoughUpdates-REPO-bfbdc607351f1d0c3a8dfae5b05218b146727242.tar.bz2 NotEnoughUpdates-REPO-bfbdc607351f1d0c3a8dfae5b05218b146727242.zip | |
feat: Tidal ench update + Powder Ghast Mob Loot Table (#1679)
| -rw-r--r-- | items/POWDER_GHAST_MONSTER.json | 21 | ||||
| -rw-r--r-- | items/TIDAL;1.json | 4 | ||||
| -rw-r--r-- | items/TIDAL;2.json | 4 | ||||
| -rw-r--r-- | items/TIDAL;3.json | 4 |
4 files changed, 26 insertions, 7 deletions
diff --git a/items/POWDER_GHAST_MONSTER.json b/items/POWDER_GHAST_MONSTER.json index d88142bd..d38a50a0 100644 --- a/items/POWDER_GHAST_MONSTER.json +++ b/items/POWDER_GHAST_MONSTER.json @@ -22,5 +22,24 @@ "https://hypixel-skyblock.fandom.com/wiki/Powder_Ghast", "https://wiki.hypixel.net/Powder_Ghast" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "coins": 0, + "xp": 0, + "name": "§cPowder Ghast", + "render": "Ghast", + "level": 1, + "combat_xp": 0, + "type": "drops", + "panorama": "mining_3", + "drops": [ + { + "id": "SKYBLOCK_POWDER_MITHRIL", + "extra": ["§250-100 ᠅ Mithril Powder §7per hit"], + "chance": "100%" + } + ] + } + ] }
\ No newline at end of file diff --git a/items/TIDAL;1.json b/items/TIDAL;1.json index ee03c9a4..c5827f8f 100644 --- a/items/TIDAL;1.json +++ b/items/TIDAL;1.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Tidal I\",1:\"§7Increases your §a❈ Defense §7by §a+2%\",2:\"§a§7against Sea Creatures.\",3:\"\",4:\"§7Use this on an item in an Anvil to\",5:\"§7apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Lukas the Aquarist\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fLeggings\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TIDAL;1\",enchantments:{tidal:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Tidal I\",1:\"§7Increases your §a❈ Defense §7by §a+5%\",2:\"§a§7against Sea Creatures.\",3:\"\",4:\"§7Use this on an item in an Anvil to\",5:\"§7apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Lukas the Aquarist\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fLeggings\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TIDAL;1\",enchantments:{tidal:1}}}", "damage": 0, "lore": [ "§9Tidal I", - "§7Increases your §a❈ Defense §7by §a+2%", + "§7Increases your §a❈ Defense §7by §a+5%", "§a§7against Sea Creatures.", "", "§7Use this on an item in an Anvil to", diff --git a/items/TIDAL;2.json b/items/TIDAL;2.json index a4be42ce..9ead9d7c 100644 --- a/items/TIDAL;2.json +++ b/items/TIDAL;2.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Tidal II\",1:\"§7Increases your §a❈ Defense §7by §a+4%\",2:\"§a§7against Sea Creatures.\",3:\"\",4:\"§7Use this on an item in an Anvil to\",5:\"§7apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Lukas the Aquarist\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fLeggings\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TIDAL;2\",enchantments:{tidal:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Tidal II\",1:\"§7Increases your §a❈ Defense §7by §a+10%\",2:\"§a§7against Sea Creatures.\",3:\"\",4:\"§7Use this on an item in an Anvil to\",5:\"§7apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Lukas the Aquarist\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fLeggings\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TIDAL;2\",enchantments:{tidal:2}}}", "damage": 0, "lore": [ "§9Tidal II", - "§7Increases your §a❈ Defense §7by §a+4%", + "§7Increases your §a❈ Defense §7by §a+10%", "§a§7against Sea Creatures.", "", "§7Use this on an item in an Anvil to", diff --git a/items/TIDAL;3.json b/items/TIDAL;3.json index 2652a7c8..5b2ad32c 100644 --- a/items/TIDAL;3.json +++ b/items/TIDAL;3.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Tidal III\",1:\"§7Increases your §a❈ Defense §7by §a+6%\",2:\"§a§7against Sea Creatures.\",3:\"\",4:\"§7Use this on an item in an Anvil to\",5:\"§7apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Lukas the Aquarist\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fLeggings\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TIDAL;3\",enchantments:{tidal:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Tidal III\",1:\"§7Increases your §a❈ Defense §7by §a+15%\",2:\"§a§7against Sea Creatures.\",3:\"\",4:\"§7Use this on an item in an Anvil to\",5:\"§7apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI: §7Lukas the Aquarist\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fLeggings\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TIDAL;3\",enchantments:{tidal:3}}}", "damage": 0, "lore": [ "§9Tidal III", - "§7Increases your §a❈ Defense §7by §a+6%", + "§7Increases your §a❈ Defense §7by §a+15%", "§a§7against Sea Creatures.", "", "§7Use this on an item in an Anvil to", |
