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/FELTHORN_REAPER.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/FELTHORN_REAPER.json')
-rw-r--r-- | items/FELTHORN_REAPER.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/items/FELTHORN_REAPER.json b/items/FELTHORN_REAPER.json new file mode 100644 index 00000000..8b15080d --- /dev/null +++ b/items/FELTHORN_REAPER.json @@ -0,0 +1,43 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§6Felthorn Reaper", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d367\",1:\"§7Damage: §c+275\",2:\"§7Crit Damage: §c+115%\",3:\"§7Swing Range: §a+1\",4:\"\",5:\"§6Ability: Reaving Strike §e§lRIGHT CLICK\",6:\"§7Slash in a huge arc, dealing\",7:\"§7§c135% §7melee damage to all\",8:\"§7enemies hit!\",9:\"§8Charges: §e5 §8/ §a4s\",10:\"\",11:\"§7Deals §c+1% §7damage for every\",12:\"§7§a1% §7of missing health on the\",13:\"§7target.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aThe Catacombs Floor\",17:\"§aVI Completion§c.\",18:\"§6§lLEGENDARY DUNGEON LONGSWORD\"],Name:\"§6Felthorn Reaper\"},ExtraAttributes:{id:\"FELTHORN_REAPER\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d367", + "§7Damage: §c+275", + "§7Crit Damage: §c+115%", + "§7Swing Range: §a+1", + "", + "§6Ability: Reaving Strike §e§lRIGHT CLICK", + "§7Slash in a huge arc, dealing", + "§7§c135% §7melee damage to all", + "§7enemies hit!", + "§8Charges: §e5 §8/ §a4s", + "", + "§7Deals §c+1% §7damage for every", + "§7§a1% §7of missing health on the", + "§7target.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", + "§6§lLEGENDARY DUNGEON LONGSWORD" + ], + "recipe": { + "A1": "", + "A2": "FEL_ROSE:1", + "A3": "FEL_ROSE:1", + "B1": "FEL_ROSE:1", + "B2": "FEL_SKULL:1", + "B3": "FEL_ROSE:1", + "C1": "BONE_REAVER:1", + "C2": "FEL_ROSE:1", + "C3": "" + }, + "internalname": "FELTHORN_REAPER", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |