diff options
author | KTrain <69028025+KTrain5169@users.noreply.github.com> | 2024-04-21 18:07:33 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 08:07:33 +0000 |
commit | 85c0dd368ea1c2cf45bc61f32891cf314109586b (patch) | |
tree | 34faffa1d04b8b77a214af8e194e5c834f6e490d /items/MONKEY;0.json | |
parent | 880ebc1d611355b6d0ff839a90459a2fe5f0cedd (diff) | |
download | NotEnoughUpdates-REPO-85c0dd368ea1c2cf45bc61f32891cf314109586b.tar.gz NotEnoughUpdates-REPO-85c0dd368ea1c2cf45bc61f32891cf314109586b.tar.bz2 NotEnoughUpdates-REPO-85c0dd368ea1c2cf45bc61f32891cf314109586b.zip |
Fix extra % in Monkey pet's Treeborn ability (#1169)
* Fix extra % in Monkey pet (MONKEY;4.json)
* Fix extra % in Monkey pet (MONKEY;3.json)
* Fix extra % in Monkey pet (MONKEY;2.json)
* Fix extra % in Monkey pet (MONKEY;1.json)
* Fix extra % in Monkey pet (MONKEY;0.json)
* Update MONKEY;4.json
* Update MONKEY;3.json
* Fixed NBT of the rest
---------
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'items/MONKEY;0.json')
-rw-r--r-- | items/MONKEY;0.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/MONKEY;0.json b/items/MONKEY;0.json index 177cd7f3..c1e251a3 100644 --- a/items/MONKEY;0.json +++ b/items/MONKEY;0.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fMonkey", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6adda4db-59ed-3dc5-ac1d-03a2c43f7dd0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTNjZjhkYjg0ODA3YzQ3MWQ3YzY5MjIzMDIyNjFhYzFiNWExNzlmOTZkMTE5MTE1NmVjZjNlMWIxZDNjYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Treeborn\",6:\"§7§7Grants §a+{0}% §6☘ Foraging Fortune§7,\",7:\"§7which increases your chance at\",8:\"§7double logs.\",9:\"\",10:\"§7§eRight-click to add this pet to your\",11:\"§epet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fMonkey\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MONKEY\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"MONKEY;0\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6adda4db-59ed-3dc5-ac1d-03a2c43f7dd0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTNjZjhkYjg0ODA3YzQ3MWQ3YzY5MjIzMDIyNjFhYzFiNWExNzlmOTZkMTE5MTE1NmVjZjNlMWIxZDNjYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Foraging Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Treeborn\",6:\"§7§7Grants §a+{0} §6☘ Foraging Fortune§7,\",7:\"§7which increases your chance at\",8:\"§7double logs.\",9:\"\",10:\"§7§eRight-click to add this pet to your\",11:\"§epet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fMonkey\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MONKEY\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"MONKEY;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Foraging Pet", @@ -10,7 +10,7 @@ "§7Intelligence: §a{INTELLIGENCE}", "", "§6Treeborn", - "§7§7Grants §a+{0}% §6☘ Foraging Fortune§7,", + "§7§7Grants §a+{0} §6☘ Foraging Fortune§7,", "§7which increases your chance at", "§7double logs.", "", @@ -21,7 +21,7 @@ ], "internalname": "MONKEY;0", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Monkey_Pet", |