aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/parents.json12
-rw-r--r--items/BEACON_5.json25
-rw-r--r--items/ROCK_THE_FISH.json17
3 files changed, 53 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json
index 9f674ea2..3233e97b 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -1200,6 +1200,15 @@
"LYNX_TALISMAN",
"CAT_TALISMAN"
],
+ "TALISMAN_ENRICHMENT_CRITICAL_CHANCE":[
+ "TALISMAN_ENRICHMENT_CRITICAL_DAMAGE",
+ "TALISMAN_ENRICHMENT_DEFENSE",
+ "TALISMAN_ENRICHMENT_HEALTH",
+ "TALISMAN_ENRICHMENT_INTELLIGENCE",
+ "TALISMAN_ENRICHMENT_MAGIC_FIND",
+ "TALISMAN_ENRICHMENT_WALK_SPEED",
+ "TALISMAN_ENRICHMENT_STRENGTH"
+ ],
"PET_ITEM_COMBAT_SKILL_BOOST_EPIC":[
"PET_ITEM_COMBAT_SKILL_BOOST_RARE",
"PET_ITEM_COMBAT_SKILL_BOOST_UNCOMMON",
@@ -1917,7 +1926,8 @@
"BEACON_1":[
"BEACON_2",
"BEACON_3",
- "BEACON_4"
+ "BEACON_4",
+ "BEACON_5"
],
"TITANIUM_RELIC":[
"TITANIUM_ARTIFACT",
diff --git a/items/BEACON_5.json b/items/BEACON_5.json
new file mode 100644
index 00000000..53f38af1
--- /dev/null
+++ b/items/BEACON_5.json
@@ -0,0 +1,25 @@
+{
+ "itemid": "minecraft:beacon",
+ "displayname": "§f§f§5Beacon V",
+ "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bV\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\"],Name:\"§f§f§5Beacon V\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"BEACON_5\",uuid:\"15dc2535-fad2-417f-a27e-9a38857a50a7\",timestamp:\"1/27/21 10:06 AM\"},AttributeModifiers:[]}",
+ "damage": 0,
+ "lore": [
+ "§7Tier: §bV",
+ "",
+ "§7Can be placed on your private island.",
+ "",
+ "§7Grants special buffs to the",
+ "§7island owners when powered by",
+ "§7§dPower Crystals §7obtained from",
+ "§7the forge in the §2Dwarven",
+ "§2Mines§7"
+ ],
+ "internalname": "BEACON_5",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Beacon#V"
+ ]
+} \ No newline at end of file
diff --git a/items/ROCK_THE_FISH.json b/items/ROCK_THE_FISH.json
new file mode 100644
index 00000000..3de65494
--- /dev/null
+++ b/items/ROCK_THE_FISH.json
@@ -0,0 +1,17 @@
+{
+ "itemid": "minecraft:fish",
+ "displayname": "§f§f§cRock the Fish",
+ "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§c§lSPECIAL\"],Name:\"§f§f§cRock the Fish\"},ExtraAttributes:{id:\"ROCK_THE_FISH\"},AttributeModifiers:[]}",
+ "damage": 0,
+ "lore": [
+ "§c§lSPECIAL"
+ ],
+ "internalname": "ROCK_THE_FISH",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Rock_the_Fish"
+ ]
+}