diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-14 11:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 11:40:07 +0200 |
commit | fc877134eacdd1a75be57f90577ba0628638bbe3 (patch) | |
tree | f7de6ca9cadb5979da2039c6a42135c44806defb /items/BOUQUET_OF_LIES.json | |
parent | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (diff) | |
download | NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.gz NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.bz2 NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.zip |
Added new alpha stuff (#978)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/BOUQUET_OF_LIES.json')
-rw-r--r-- | items/BOUQUET_OF_LIES.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/items/BOUQUET_OF_LIES.json b/items/BOUQUET_OF_LIES.json new file mode 100644 index 00000000..d86f0c76 --- /dev/null +++ b/items/BOUQUET_OF_LIES.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:double_plant", + "displayname": "§6Bouquet of Lies", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d560\",1:\"§7Damage: §c+220\",2:\"§7Strength: §c+300\",3:\"§7Crit Damage: §c+50%\",4:\" §8[§8❁§8]\",5:\"\",6:\"§6Ability: Petal Barrage §e§lRIGHT CLICK\",7:\"§7Fire a §cbarrage §7of §c3\",8:\"§c§7roses that ricochets between\",9:\"§7enemies, hitting up to §a5\",10:\"§a§7foes. For every §c10% §7of\",11:\"§7your health missing, your roses\",12:\"§7deal §c2% §7more damage.\",13:\"§7§8Health cost: §c10%\",14:\"§8Cooldown: §a1s\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVI Completion§c.\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Bouquet of Lies\"},ExtraAttributes:{id:\"BOUQUET_OF_LIES\"}}", + "damage": 4, + "lore": [ + "§7Gear Score: §d560", + "§7Damage: §c+220", + "§7Strength: §c+300", + "§7Crit Damage: §c+50%", + " §8[§8❁§8]", + "", + "§6Ability: Petal Barrage §e§lRIGHT CLICK", + "§7Fire a §cbarrage §7of §c3", + "§c§7roses that ricochets between", + "§7enemies, hitting up to §a5", + "§a§7foes. For every §c10% §7of", + "§7your health missing, your roses", + "§7deal §c2% §7more damage.", + "§7§8Health cost: §c10%", + "§8Cooldown: §a1s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "recipe": { + "A1": "", + "A2": "FEL_ROSE:3", + "A3": "", + "B1": "FEL_ROSE:3", + "B2": "FLOWER_OF_TRUTH:1", + "B3": "FEL_ROSE:3", + "C1": "", + "C2": "FEL_ROSE:3", + "C3": "" + }, + "internalname": "BOUQUET_OF_LIES", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |