aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-03-03 04:55:39 +0100
committerGitHub <noreply@github.com>2022-03-02 22:55:39 -0500
commit4597dd3ecac15a88e67a93073ea160260d101960 (patch)
tree291de76da6fb6b97b4257dbb3a98707d42b7582d
parentaaeba7f2620c3b939a9caa60418f2c078591d8fd (diff)
downloadNotEnoughUpdates-REPO-4597dd3ecac15a88e67a93073ea160260d101960.tar.gz
NotEnoughUpdates-REPO-4597dd3ecac15a88e67a93073ea160260d101960.tar.bz2
NotEnoughUpdates-REPO-4597dd3ecac15a88e67a93073ea160260d101960.zip
HI IRON (#694)
-rw-r--r--constants/parents.json3
-rw-r--r--constants/reforgestones.json2
-rw-r--r--items/DARK_CLAYMORE.json23
-rw-r--r--items/DYE_MANGO.json5
-rw-r--r--items/DYE_NECRON.json23
-rw-r--r--items/DYE_WILD_STRAWBERRY.json5
-rw-r--r--items/FIFTH_MASTER_STAR.json23
-rw-r--r--items/REDSTONE_PIGMAN_MONSTER.json9
-rw-r--r--items/SNEAKY_CREEPER_MONSTER.json9
-rw-r--r--items/WOLF_MONSTER.json4
10 files changed, 92 insertions, 14 deletions
diff --git a/constants/parents.json b/constants/parents.json
index a8bf2ca8..835cf2ee 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -2132,7 +2132,8 @@
"FIRST_MASTER_STAR": [
"SECOND_MASTER_STAR",
"THIRD_MASTER_STAR",
- "FOURTH_MASTER_STAR"
+ "FOURTH_MASTER_STAR",
+ "FIFTH_MASTER_STAR"
],
"MASTER_SKULL_TIER_7": [
"MASTER_SKULL_TIER_6",
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index dbfff90a..18f9ef0f 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -513,7 +513,7 @@
"LEGENDARY": 1000000,
"MYTHIC": 2000000
},
- "reforgeAbility": "Critical hits have a chance to deal up to §a20% §7extra damage.",
+ "reforgeAbility": "Critical hits have a chance to deal up to §a15% §7extra damage.",
"reforgeStats": {
"COMMON": {
"strength": 30,
diff --git a/items/DARK_CLAYMORE.json b/items/DARK_CLAYMORE.json
new file mode 100644
index 00000000..3e47b8f2
--- /dev/null
+++ b/items/DARK_CLAYMORE.json
@@ -0,0 +1,23 @@
+{
+ "itemid": "minecraft:stone_sword",
+ "displayname": "§f§f§6Dark Claymore",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+500\",1:\"§7Strength: §c+100\",2:\"\",3:\"§7§7Swing Range: §c5\",4:\"§7§7§oThat thing was too big to be\",5:\"§7§ocalled a sword, it was more like\",6:\"§7§oa large hunk of stone.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Damage: §c+500",
+ "§7Strength: §c+100",
+ "",
+ "§7§7Swing Range: §c5",
+ "§7§7§oThat thing was too big to be",
+ "§7§ocalled a sword, it was more like",
+ "§7§oa large hunk of stone.",
+ "",
+ "§7§8This item can be reforged!",
+ "§6§lLEGENDARY LONGSWORD"
+ ],
+ "internalname": "DARK_CLAYMORE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.0-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/DYE_MANGO.json b/items/DYE_MANGO.json
index 480058b6..9fa3eceb 100644
--- a/items/DYE_MANGO.json
+++ b/items/DYE_MANGO.json
@@ -16,5 +16,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Dyes"
+ ]
} \ No newline at end of file
diff --git a/items/DYE_NECRON.json b/items/DYE_NECRON.json
new file mode 100644
index 00000000..45ff594e
--- /dev/null
+++ b/items/DYE_NECRON.json
@@ -0,0 +1,23 @@
+{
+ "itemid": "minecraft:dye",
+ "displayname": "§f§f§6Necron Dye",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Apply to any leather armor piece\",1:\"§7using an anvil to change its\",2:\"§7color.\",3:\"\",4:\"§7Color: §6#E7413C\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Necron Dye\"},ExtraAttributes:{id:\"DYE_NECRON\"}}",
+ "damage": 14,
+ "lore": [
+ "§7Apply to any leather armor piece",
+ "§7using an anvil to change its",
+ "§7color.",
+ "",
+ "§7Color: §6#E7413C",
+ "",
+ "§6§lLEGENDARY"
+ ],
+ "internalname": "DYE_NECRON",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Dyes"
+ ]
+} \ No newline at end of file
diff --git a/items/DYE_WILD_STRAWBERRY.json b/items/DYE_WILD_STRAWBERRY.json
index 34d248a2..84e0d59a 100644
--- a/items/DYE_WILD_STRAWBERRY.json
+++ b/items/DYE_WILD_STRAWBERRY.json
@@ -16,5 +16,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Dyes"
+ ]
} \ No newline at end of file
diff --git a/items/FIFTH_MASTER_STAR.json b/items/FIFTH_MASTER_STAR.json
new file mode 100644
index 00000000..4d27208e
--- /dev/null
+++ b/items/FIFTH_MASTER_STAR.json
@@ -0,0 +1,23 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§5Fifth Master Star",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"af6986cb-b816-3ad2-bd03-5ffcbb05a3a0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTgwMjUyNDkxMywKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFjODA0MjUyN2Y4MWM4ZTI5M2UyODEwMTEzNDg5ZjQzOTRjYzZlZmUxNWQxYWZhYzQzMTU3MWM3M2I2MmRjNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Imbue a §c4✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Fifth Master Star\"},ExtraAttributes:{id:\"FIFTH_MASTER_STAR\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Imbue a §c4✪§7 Dungeon Item with",
+ "§7an additional §cMaster Star ✪§7,",
+ "§7increasing all stats by an",
+ "§7additional §a+5%§7 in §cMaster",
+ "§cMode§7!",
+ "",
+ "§5§lEPIC DUNGEON ITEM"
+ ],
+ "internalname": "FIFTH_MASTER_STAR",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Master_Star"
+ ]
+} \ No newline at end of file
diff --git a/items/REDSTONE_PIGMAN_MONSTER.json b/items/REDSTONE_PIGMAN_MONSTER.json
index ff56de7e..d050d444 100644
--- a/items/REDSTONE_PIGMAN_MONSTER.json
+++ b/items/REDSTONE_PIGMAN_MONSTER.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§aRedstone Pigman (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7These pigmen will defend their\",1:\"§7redstone to the death\",2:\"\",3:\"§c❤ Health§8: §c250\",4:\"§7Coins per Kill: §612\",5:\"§7Combat XP: §320\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fGold Nugget §8x2\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§aRedstone Pigman (Monster)\"},ExtraAttributes:{id:\"REDSTONE_PIGMAN_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7These pigmen will defend their\",1:\"§7redstone to the death\",2:\"\",3:\"§c❤ Health§8: §c250\",4:\"§7Coins per Kill: §612\",5:\"§7Combat XP: §320\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fGold Nugget §8x2\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\",13:\"§8 ■ §5Brick Red Dye§8(§a0%§8)\"],Name:\"§aRedstone Pigman (Monster)\"},ExtraAttributes:{id:\"REDSTONE_PIGMAN_MONSTER\"}}",
"damage": 3,
"lore": [
"§7These pigmen will defend their",
@@ -16,14 +16,15 @@
"§8 ■ §fGold Nugget §8x2",
"",
"§dRNGesus Loot",
- "§8 ■ §5Exp Share Core §8(§a0.01%§8)"
+ "§8 ■ §5Exp Share Core §8(§a0.01%§8)",
+ "§8 ■ §5Brick Red Dye§8(§a0%§8)"
],
"internalname": "REDSTONE_PIGMAN_MONSTER",
"clickcommand": "",
- "modver": "2.0.0-REL",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Redstone_Pigman"
],
"crafttext": ""
-}
+} \ No newline at end of file
diff --git a/items/SNEAKY_CREEPER_MONSTER.json b/items/SNEAKY_CREEPER_MONSTER.json
index 95181604..f3809f1d 100644
--- a/items/SNEAKY_CREEPER_MONSTER.json
+++ b/items/SNEAKY_CREEPER_MONSTER.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Sneaky Creeper (Monster)",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sneaky Creepers are a type of Creeper that\",1:\"§7spawns exclusively in the Gunpowder Mines.\",2:\"§7They have the appearance of a normal creeper -\",3:\"§7however, they are invisible until they approach\",4:\"§7the player. \",5:\"\",6:\"§c❤ Health§8: §c120\",7:\"§7Coins per Kill: §63\",8:\"§7Combat XP: §38\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGunpowder\",13:\"\",14:\"§dRNGesus Loot\",15:\"§8 ■ §5Exp Share Core §8(§a\u003c1%§8)\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sneaky Creepers are a type of Creeper that\",1:\"§7spawns exclusively in the Gunpowder Mines.\",2:\"§7They have the appearance of a normal creeper -\",3:\"§7however, they are invisible until they approach\",4:\"§7the player. \",5:\"\",6:\"§c❤ Health§8: §c120\",7:\"§7Coins per Kill: §63\",8:\"§7Combat XP: §38\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGunpowder\",13:\"\",14:\"§dRNGesus Loot\",15:\"§8 ■ §5Exp Share Core §8(§a\u003c1%§8)\",16:\"§8 ■ §5Nyanza Dye §8(§a0%§8)\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}",
"damage": 4,
"lore": [
"§7Sneaky Creepers are a type of Creeper that",
@@ -19,14 +19,15 @@
"§8 ■ §fGunpowder",
"",
"§dRNGesus Loot",
- "§8 ■ §5Exp Share Core §8(§a\u003c1%§8)"
+ "§8 ■ §5Exp Share Core §8(§a\u003c1%§8)",
+ "§8 ■ §5Nyanza Dye §8(§a0%§8)"
],
"internalname": "SNEAKY_CREEPER_MONSTER",
"clickcommand": "",
- "modver": "2.0.0-REL",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sneaky_Creeper"
],
"crafttext": ""
-}
+} \ No newline at end of file
diff --git a/items/WOLF_MONSTER.json b/items/WOLF_MONSTER.json
index f4c03e7d..b7c7c483 100644
--- a/items/WOLF_MONSTER.json
+++ b/items/WOLF_MONSTER.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§aWolf (Monster)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\",14:\"§8 ■ §5Celadon Dye §8(§a0%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\",14:\"§8 ■ §5Celeste Dye §8(§a0%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Wolf can be found in the Ruins. It is a level",
@@ -18,7 +18,7 @@
"§dRNGesus Loot",
"§8 ■ §5Hound §8(§a0.001%§8)",
"§8 ■ §6Hound §8(§a0.0003%§8)",
- "§8 ■ §5Celadon Dye §8(§a0%§8)"
+ "§8 ■ §5Celeste Dye §8(§a0%§8)"
],
"internalname": "WOLF_MONSTER",
"clickcommand": "",