diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-16 23:51:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 17:51:13 -0400 |
commit | 8d29b5fcef4cfe9716d311035b1a32032aa17015 (patch) | |
tree | 528fbf113ae77d2a689453bcc5afb0f3ebf4830b /items/RAT;4.json | |
parent | 0e58984f2a8d3efa156e047cd7ab03a6a8585c63 (diff) | |
download | NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.tar.gz NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.tar.bz2 NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.zip |
Pig - Added thing from the Update and some other Things (#460)
* Added Items from the Update and fixed some things, missing is Pig Relic
* Constants things, PETNUMS FOR RAT MAYBE WRONG
* Rat Pet Fix
Diffstat (limited to 'items/RAT;4.json')
-rw-r--r-- | items/RAT;4.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/RAT;4.json b/items/RAT;4.json new file mode 100644 index 00000000..e38fffc8 --- /dev/null +++ b/items/RAT;4.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §6Rat", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8842a457-5e25-3ad0-958e-dfbebbb1129c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODQxOTcwMTc1MywKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJCdUlJZXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYThhYmI0NzFkYjBhYjc4NzAzMDExOTc5ZGM4YjQwNzk4YTk0MWYzYTRkZWMzZWM2MWNiZWVjMmFmOGNmZmU4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Combat Morph\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Health: §a+{HEALTH}\",4:\"§7Crit Damage: §a{CRIT_DAMAGE}%\",5:\"\",6:\"§6Morph\",7:\"§7§7Right-click your summoned pet\",8:\"§7to morph into it!\",9:\"\",10:\"§6CHEESE!\",11:\"§7§7As a Rat, you smell\",12:\"§7§e§lCHEESE§7 nearby! Yummy!\",13:\"\",14:\"§6Rat\u0027s Blessing\",15:\"§7§7Has a chance to grant a random\",16:\"§7player §b+{0}✯ Magic Find§7 for\",17:\"§7§a{1}§7 seconds after finding a\",18:\"§7yummy piece of Cheese! If the\",19:\"§7player gets a drop during this\",20:\"§7buff, you have a §a20%§7 to get\",21:\"§7it too.\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Rat\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"RAT\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"RAT;4\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Combat Morph", + "", + "§7Strength: §a{STRENGTH}", + "§7Health: §a+{HEALTH}", + "§7Crit Damage: §a{CRIT_DAMAGE}%", + "", + "§6Morph", + "§7§7Right-click your summoned pet", + "§7to morph into it!", + "", + "§6CHEESE!", + "§7§7As a Rat, you smell", + "§7§e§lCHEESE§7 nearby! Yummy!", + "", + "§6Rat\u0027s Blessing", + "§7§7Has a chance to grant a random", + "§7player §b+{0}✯ Magic Find§7 for", + "§7§a{1}§7 seconds after finding a", + "§7yummy piece of Cheese! If the", + "§7player gets a drop during this", + "§7buff, you have a §a20%§7 to get", + "§7it too.", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "RAT;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |