diff options
author | riohorealhk <76907766+riohorealhk@users.noreply.github.com> | 2021-04-01 06:19:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 18:19:19 -0400 |
commit | 7d9b6c5fa33e02f85c34e72e6b950adf7cd66ccc (patch) | |
tree | 22e9c3ee76c156915899fcee2d867eb7c08107b5 /items/STARRED_LAST_BREATH.json | |
parent | 124eac92c3ed3bd9077466d810be4dcec7690374 (diff) | |
download | NotEnoughUpdates-REPO-7d9b6c5fa33e02f85c34e72e6b950adf7cd66ccc.tar.gz NotEnoughUpdates-REPO-7d9b6c5fa33e02f85c34e72e6b950adf7cd66ccc.tar.bz2 NotEnoughUpdates-REPO-7d9b6c5fa33e02f85c34e72e6b950adf7cd66ccc.zip |
SkyBlock 0.11.3 updates stuff, not all (#450)
* Update HYPERION.json
* Update ASTRAEA.json
* Update SCYLLA.json
* Update VALKYRIE.json
* Update BONE_BOOMERANG.json
* Update STARRED_LAST_BREATH.json
* Update LAST_BREATH.json
* Update MOSQUITO_BOW.json
* Update WITHER_RELIC.json
* Update SILK_EDGE_SWORD.json
* Update FROZEN_BLAZE_HELMET.json
* Update SILK_EDGE_SWORD.json
* Update FROZEN_BLAZE_CHESTPLATE.json
* Update FROZEN_BLAZE_LEGGINGS.json
* Update FROZEN_BLAZE_BOOTS.json
Diffstat (limited to 'items/STARRED_LAST_BREATH.json')
-rw-r--r-- | items/STARRED_LAST_BREATH.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/items/STARRED_LAST_BREATH.json b/items/STARRED_LAST_BREATH.json index abfc36f1..70c0de27 100644 --- a/items/STARRED_LAST_BREATH.json +++ b/items/STARRED_LAST_BREATH.json @@ -1,16 +1,18 @@ { "itemid": "minecraft:bow", "displayname": "§6⚚ Last Breath", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d420\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+190\",3:\"\",4:\"§7Reduces the defense of your\",5:\"§7target by §a50 §7on hit. Stacks\",6:\"§7up to §a2 §7times.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aCatacombs Floor V\",10:\"§aCompletion\",11:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6⚚ Last Breath\"},ExtraAttributes:{id:\"STARRED_LAST_BREATH\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d480\",1:\"§7Damage: §c+210\",2:\"§7Strength: §c+190\",3:\"§7Crit Damage: §c+50%\",4:\"\",5:\"§7Reduces the defense of your\",6:\"§7target by §a10% §7of their max\",7:\"§7§a❈ Defense §7on hit, stacking\",8:\"§7up to §a5 §7times.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aCatacombs Floor V\",12:\"§aCompletion\",13:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6⚚ Last Breath\"},ExtraAttributes:{id:\"STARRED_LAST_BREATH\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d420", - "§7Damage: §c+190", + "§7Gear Score: §d480", + "§7Damage: §c+210", "§7Strength: §c+190", + "§7Crit Damage: §c+50%", "", "§7Reduces the defense of your", - "§7target by §a50 §7on hit. Stacks", - "§7up to §a2 §7times.", + "§7target by §a10% §7of their max", + "§7§a❈ Defense §7on hit, stacking", + "§7up to §a5 §7times.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCatacombs Floor V", @@ -31,9 +33,9 @@ "internalname": "STARRED_LAST_BREATH", "parent": "LAST_BREATH", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Last_Breath" ] -}
\ No newline at end of file +} |