diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/MACHINE_GUN_BOW.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/MACHINE_GUN_BOW.json')
-rw-r--r-- | items/MACHINE_GUN_BOW.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/items/MACHINE_GUN_BOW.json b/items/MACHINE_GUN_BOW.json index 1a04ea53..3cbe2ca3 100644 --- a/items/MACHINE_GUN_BOW.json +++ b/items/MACHINE_GUN_BOW.json @@ -1,21 +1,24 @@ { "itemid": "minecraft:bow", - "displayname": "§9Machine Gun Bow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d135\",1:\"§7Damage: §c+75\",2:\"§7Strength: §c+50\",3:\"§7Crit Damage: §c+12%\",4:\"\",5:\"§6Ability: Rapid Fire §e§lLEFT CLICK\",6:\"§7Shoots §a5§7 Arrows per second\",7:\"§7for §a8§7 seconds! Arrows deal\",8:\"§7§a70.0%§7 of what they would\",9:\"§7normally deal.\",10:\"§8Cooldown: §a100s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 35000 / 35000\",14:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Machine Gun Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"MACHINE_GUN_BOW\"}}", + "displayname": "§9Machine Gun Shortbow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d135\",1:\"§7Damage: §c+75\",2:\"§7Strength: §c+50\",3:\"§7Crit Damage: §c+12%\",4:\"§7Shot Cooldown: §a0.5s\",5:\"\",6:\"§6Ability: Rapid Fire §e§lRIGHT CLICK\",7:\"§7Shoots §a5§7 Arrows per second\",8:\"§7for §a8§7 seconds! Arrows deal\",9:\"§7§a70.0%§7 of what they would\",10:\"§7normally deal.\",11:\"§8Cooldown: §a100s\",12:\"\",13:\"§9Shortbow: Instantly shoots!\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Machine Gun Shortbow\"},ExtraAttributes:{dungeon_item_level:0,id:\"MACHINE_GUN_BOW\"}}", "damage": 0, "lore": [ "§7Gear Score: §d135", "§7Damage: §c+75", "§7Strength: §c+50", "§7Crit Damage: §c+12%", + "§7Shot Cooldown: §a0.5s", "", - "§6Ability: Rapid Fire §e§lLEFT CLICK", + "§6Ability: Rapid Fire §e§lRIGHT CLICK", "§7Shoots §a5§7 Arrows per second", "§7for §a8§7 seconds! Arrows deal", "§7§a70.0%§7 of what they would", "§7normally deal.", "§8Cooldown: §a100s", "", + "§9Shortbow: Instantly shoots!", + "", "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", "§9§lRARE DUNGEON BOW" @@ -23,7 +26,7 @@ "internalname": "MACHINE_GUN_BOW", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Machine_Gun_Bow", |