diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-30 13:03:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 13:03:42 +0200 |
commit | c253a0532aca722ec75096c7628919e0acd6cf12 (patch) | |
tree | 3148c0f3288e323b73496a78322d8463942f1211 /items/TACTICIAN_MURDER_WEAPON.json | |
parent | d94ece918d590909c3d9450d0b457ee659ef04ac (diff) | |
download | NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.gz NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.bz2 NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.zip |
Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949)
* Fixed tp pad lore fixed accessory bag overlay for 2 talis
* Added 1 new npc and one older npc
* Added recipe and removed timestamp
* Added Accessory
* Added burger
* Fixed rng meter values
* Fixed all pet skin lores
* Fixed drop chance of ench mutton
* Fixed lore of murder weapon
* Fixed not chicken monster breaking workflow
* Add new cosmetics
* Fixed Vampire Relic and Caducous steam lore
* Fixed lore of netherrack
* Fixed Blessed Stats
* Added recipe
* Added vamp slayer boss
Diffstat (limited to 'items/TACTICIAN_MURDER_WEAPON.json')
-rw-r--r-- | items/TACTICIAN_MURDER_WEAPON.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/items/TACTICIAN_MURDER_WEAPON.json b/items/TACTICIAN_MURDER_WEAPON.json index a0b0c246..76a17b29 100644 --- a/items/TACTICIAN_MURDER_WEAPON.json +++ b/items/TACTICIAN_MURDER_WEAPON.json @@ -1,13 +1,18 @@ { "itemid": "minecraft:stone_sword", "displayname": "§9Tactician\u0027s Murder Weapon", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Damage: §a+4\",1:\"\",2:\"§7Regens §b4 Mana §7on hit.\",3:\"\",4:\"§9§lRARE SWORD\"],Name:\"§9Tactician\u0027s Murder Weapon\"},ExtraAttributes:{id:\"TACTICIAN_MURDER_WEAPON\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Damage: §a+4\",1:\"§7Speed: §a+2\",2:\"\",3:\"§7Regens §b4 Mana §7on hit.\",4:\"\",5:\"§7Gain §f+2✦ §7for every §bRamero\",6:\"§b§7murdered with this sword.\",7:\"§7Rameros murdered: §a1\",8:\"\",9:\"§9§lRARE SWORD\"],Name:\"§9Tactician\u0027s Murder Weapon\"},ExtraAttributes:{id:\"TACTICIAN_MURDER_WEAPON\"}}", "damage": 0, "lore": [ "§7Rift Damage: §a+4", + "§7Speed: §a+2", "", "§7Regens §b4 Mana §7on hit.", "", + "§7Gain §f+2✦ §7for every §bRamero", + "§b§7murdered with this sword.", + "§7Rameros murdered: §a1", + "", "§9§lRARE SWORD" ], "internalname": "TACTICIAN_MURDER_WEAPON", |