diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-12 15:01:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:01:49 -0500 |
commit | 0fc21e2afa29be0add898361be3739a3eb19900c (patch) | |
tree | 18b9b042d37475a780671b011576ecc13776622e /items/STARRED_VENOMS_TOUCH.json | |
parent | 85ecbfcbb05dc0c86297e3debe088ce732a0068c (diff) | |
download | NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.gz NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.bz2 NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.zip |
new items and then some (#435)
* added new god potion
* updated old god pot
* Update GOD_POTION_2.json
* fixed an oopsie
* new items (still searching for recipe of reaper orb and warden helmet)
* uuid removal
* uuid removal 2
* added recipes (thanks Jani)
* reaper gem
* fixed grandma wolf stats
* also updated nbt
* more stuff
starred bows done by Jani
* uuid removal duty
* parents
* recipes (provided by Jani)
* wiki links
* *confused noises*
* Jani
* wiki links v2
Diffstat (limited to 'items/STARRED_VENOMS_TOUCH.json')
-rw-r--r-- | items/STARRED_VENOMS_TOUCH.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/STARRED_VENOMS_TOUCH.json b/items/STARRED_VENOMS_TOUCH.json new file mode 100644 index 00000000..0e588351 --- /dev/null +++ b/items/STARRED_VENOMS_TOUCH.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§f§f§5⚚ Venom\u0027s Touch", + "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+300\",1:\"§7Strength: §c+180\",2:\"\",3:\"§7Fires a volley of §b5 §7arrows.\",4:\"§7Arrows apply venom to all\",5:\"§7enemies hit dealing §c844❁\",6:\"§cDamage §7every second for §b3\",7:\"§b§7seconds.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\"],Name:\"§f§f§5⚚ Venom\u0027s Touch\"},ExtraAttributes:{originTag:\"STARRED_VENOMS_TOUCH\",id:\"STARRED_VENOMS_TOUCH\",enchantments:{chance:3,piercing:1,infinite_quiver:9,power:5,snipe:3,telekinesis:1,cubism:5}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Damage: §c+300", + "§7Strength: §c+180", + "", + "§7Fires a volley of §b5 §7arrows.", + "§7Arrows apply venom to all", + "§7enemies hit dealing §c844❁", + "§cDamage §7every second for §b3", + "§b§7seconds.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOW" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_SPIDER_EYE:64", + "A3": "SOUL_STRING:50", + "B1": "DARK_QUEENS_SOUL_DROP:2", + "B2": "VENOMS_TOUCH:1", + "B3": "SOUL_STRING:50", + "C1": "", + "C2": "ENCHANTED_SPIDER_EYE:64", + "C3": "SOUL_STRING:50" + }, + "internalname": "STARRED_VENOMS_TOUCH", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |