aboutsummaryrefslogtreecommitdiff
path: root/items/PIGMAN_MONSTER.json
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
committerjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
commit63769b63076a9951a3089abf519b3e9fff825b13 (patch)
tree2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/PIGMAN_MONSTER.json
parentbbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff)
downloadNotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip
Nether stuff and mob recipes
Diffstat (limited to 'items/PIGMAN_MONSTER.json')
-rw-r--r--items/PIGMAN_MONSTER.json41
1 files changed, 28 insertions, 13 deletions
diff --git a/items/PIGMAN_MONSTER.json b/items/PIGMAN_MONSTER.json
index e755b970..bf8a1f09 100644
--- a/items/PIGMAN_MONSTER.json
+++ b/items/PIGMAN_MONSTER.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§aPigman (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7Pigmen, which are also known as Zombie Pigmen, are\",1:\"§7neutral mobs that spawn in the Pigman's Den and\",2:\"§7Blazing Fortress. They are neutral as long as\",3:\"§7players don't provoke them.\",4:\"\",5:\"§c❤ Health§8: §c240\",6:\"§7Coins per Kill: §64\",7:\"§7Combat XP: §315\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fGold Nugget §8x2\",12:\"\",13:\"§aUncommon Loot\",14:\"§8 ■ §aFlaming Sword §8(§a3%§8)\"],Name:\"§aPigman (Monster)\"},ExtraAttributes:{id:\"PIGMAN_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7Pigmen, which are also known as Zombie Pigmen, are\",1:\"§7neutral mobs that spawn in the Pigman's Den and\",2:\"§7Blazing Fortress. They are neutral as long as\",3:\"§7players don't provoke them.\",4:\"\",5:\"§c❤ Health§8: §c240\"],Name:\"§aPigman (Monster)\"},ExtraAttributes:{id:\"PIGMAN_MONSTER\"}}",
"damage": 3,
"lore": [
"§7Pigmen, which are also known as Zombie Pigmen, are",
@@ -9,24 +9,39 @@
"§7Blazing Fortress. They are neutral as long as",
"§7players don't provoke them.",
"",
- "§c❤ Health§8: §c240",
- "§7Coins per Kill: §64",
- "§7Combat XP: §315",
- "",
- "§6§lPossible Drops:",
- "§fCommon Loot",
- "§8 ■ §fGold Nugget §8x2",
- "",
- "§aUncommon Loot",
- "§8 ■ §aFlaming Sword §8(§a3%§8)"
+ "§c❤ Health§8: §c240"
],
"internalname": "PIGMAN_MONSTER",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Pigman",
"https://wiki.hypixel.net/Pigman"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 12,
+ "coins": 4,
+ "xp": 25,
+ "combat_xp": 0,
+ "name": "§cPigman",
+ "panorama": "combat_2",
+ "render": "Pigman",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "GOLD_NUGGET:1",
+ "extra": [],
+ "chance": "x2"
+ },
+ {
+ "id": "FLAMING_SWORD:1",
+ "extra": [],
+ "chance": "3%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file