diff options
author | nea <nea@nea.moe> | 2023-06-20 18:37:30 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-20 18:37:30 +0200 |
commit | 79949d42427b0a41100cbb76387887995b4b74b8 (patch) | |
tree | 375557d9e5c43ff6816ebf4056e42ba79c91f912 /items/ARGOFAY_THREEBROTHER_1_RIFT_NPC.json | |
parent | 6acd14d0fc8bc54bf527ae113e34e6a042e2f811 (diff) | |
download | NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.tar.gz NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.tar.bz2 NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.zip |
Initial Rift Shit
Diffstat (limited to 'items/ARGOFAY_THREEBROTHER_1_RIFT_NPC.json')
-rw-r--r-- | items/ARGOFAY_THREEBROTHER_1_RIFT_NPC.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/ARGOFAY_THREEBROTHER_1_RIFT_NPC.json b/items/ARGOFAY_THREEBROTHER_1_RIFT_NPC.json new file mode 100644 index 00000000..dc5eeb6f --- /dev/null +++ b/items/ARGOFAY_THREEBROTHER_1_RIFT_NPC.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dArgofay Threebrother 1 (Rift NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9774c54c-4766-2f25-8348-02ec8f6d0c66\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI1ZmU1OTVlMDg1Yzc0MTUwNGQ2ZGM4ZDgyYjMzZWYyNGI5NzQ2MTc0OGU4NDUwNzBlYTQ5ZTA3OTE2NWFmZjUifX19\"}]},Name:\"9774c54c-4766-2f25-8348-02ec8f6d0c66\"},display:{Lore:[0:\"Talk to all three brothers to get\",1:\"a sword idk. TODO\"],Name:\"§dArgofay Threebrother 1 (Rift NPC)\"},ExtraAttributes:{id:\"ARGOFAY_THREEBROTHER_RIFT_1_NPC\"}}", + "damage": 3, + "lore": [ + "Talk to all three brothers to get", + "a sword idk. TODO" + ], + "internalname": "ARGOFAY_THREEBROTHER_1_RIFT_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -93, + "y": 77, + "z": 109, + "island": "rift", + "crafttext": "", + "recipes": [ + { + "type": "npc_shop", + "result": "WYLD_SWORD:1.0", + "cost": [ + "SKYBLOCK_MOTE:333.0", + "SHAME_CRUX:3.0" + ] + } + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Argofay_Threebrother", + "https://wiki.hypixel.net/Argofay_Threebrother" + ] +}
\ No newline at end of file |