aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2021-06-15 12:54:53 +0200
committerGitHub <noreply@github.com>2021-06-15 06:54:53 -0400
commit34ec5f387545a45a31dc7d76aa5f23d443e0ff05 (patch)
treeaf716254567925bc10b26d4c8a875ea1ec43b04d
parent3d1d03e2f1befe0c5f05503bb5d2b5c8b8b265c7 (diff)
downloadNotEnoughUpdates-REPO-34ec5f387545a45a31dc7d76aa5f23d443e0ff05.tar.gz
NotEnoughUpdates-REPO-34ec5f387545a45a31dc7d76aa5f23d443e0ff05.tar.bz2
NotEnoughUpdates-REPO-34ec5f387545a45a31dc7d76aa5f23d443e0ff05.zip
YEP (#519)
* stuff * Another fix * Rainbow Name
-rw-r--r--constants/bonuses.json39
-rw-r--r--constants/misc.json5
-rw-r--r--items/ENDER_RELIC.json4
-rw-r--r--items/PET_SKIN_ENDERMAN_SLAYER.json5
-rw-r--r--items/RUNAANS_BOW.json7
-rw-r--r--items/SILEX.json5
6 files changed, 52 insertions, 13 deletions
diff --git a/constants/bonuses.json b/constants/bonuses.json
index 8ddf2fbe..58067b11 100644
--- a/constants/bonuses.json
+++ b/constants/bonuses.json
@@ -30,7 +30,8 @@
"UNCOMMON": 2,
"RARE": 3,
"EPIC": 4,
- "LEGENDARY": 5
+ "LEGENDARY": 5,
+ "MYTHIC": 6
},
"bonus_stats": {
"skill_taming": {
@@ -92,11 +93,11 @@
"skill_enchanting": {
"1": {
"intelligence": 1,
- "ability_damage": 0.5
+ "ability_damage": 0.5
},
"15": {
"intelligence": 2,
- "ability_damage": 0.5
+ "ability_damage": 0.5
}
},
@@ -111,13 +112,11 @@
"skill_carpentry": {
"1": {
-
}
},
"skill_runecrafting": {
"1": {
-
}
},
@@ -184,6 +183,36 @@
"9": {
"health": 5
}
+ },
+
+ "slayer_enderman": {
+ "1": {
+ "health": 1
+ },
+ "2": {
+ "intelligence": 1
+ },
+ "3": {
+ "health": 2
+ },
+ "4": {
+ "intelligence": 2
+ },
+ "5": {
+ "health": 3
+ },
+ "6": {
+ "intelligence": 3
+ },
+ "7": {
+ "health": 4
+ },
+ "8": {
+ "intelligence": 4
+ },
+ "9": {
+ "health": 5
+ }
}
}
}
diff --git a/constants/misc.json b/constants/misc.json
index 0e159eac..f08cf923 100644
--- a/constants/misc.json
+++ b/constants/misc.json
@@ -1143,7 +1143,10 @@
"42ded09ba554409594604d1be6e635da",
"96f67968b528438f801f5c7036f6ba56",
"86ee42ae9fe846f9aad34abb6225308e",
- "cb022c43431648f99d65d485c2f655bf"
+ "cb022c43431648f99d65d485c2f655bf",
+ "c44ddfef16f544cbaaabb9ce610e4242",
+ "6b50d5079be24b09b8bea6bb77a29bc7",
+ "044903b7a9d3416d957f929557af6c88"
],
"ranks": {
diff --git a/items/ENDER_RELIC.json b/items/ENDER_RELIC.json
index f834f99e..261d2c67 100644
--- a/items/ENDER_RELIC.json
+++ b/items/ENDER_RELIC.json
@@ -2,7 +2,7 @@
"internalname": "ENDER_RELIC",
"itemid": "minecraft:skull",
"displayname": "§6Ender Relic",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"damage": 3,
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"82405baa-d09d-39be-a9b9-fb79aeb9bfe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY5ZGE0ZTdiOGQ1NThhZjAyZTgwZTJlMTY2OWNlYjYwODQ4OThkYjU1OTA3ZWYzZTY2ZDlhMzI5MzI5ZTk0MSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Endermites§7, §7Ender\",2:\"§7Dragons§7, and §7Endermen by\",3:\"§7§a25%§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Ender Relic\"},ExtraAttributes:{id:\"ENDER_RELIC\"}}",
"modver": "2.0.0-REL",
@@ -31,4 +31,4 @@
"https://hypixel-skyblock.fandom.com/wiki/Ender_Relic"
],
"crafttext": ""
-}
+} \ No newline at end of file
diff --git a/items/PET_SKIN_ENDERMAN_SLAYER.json b/items/PET_SKIN_ENDERMAN_SLAYER.json
index 6f1ed530..01fc219e 100644
--- a/items/PET_SKIN_ENDERMAN_SLAYER.json
+++ b/items/PET_SKIN_ENDERMAN_SLAYER.json
@@ -23,5 +23,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.0.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Pet_Skin"
+ ]
} \ No newline at end of file
diff --git a/items/RUNAANS_BOW.json b/items/RUNAANS_BOW.json
index 67e6d489..0df0af43 100644
--- a/items/RUNAANS_BOW.json
+++ b/items/RUNAANS_BOW.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:bow",
"displayname": "§6Runaan\u0027s Bow",
- "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+160\",1:\"§7Strength: §c+50\",2:\"\",3:\"§6Item Ability: Triple Shot\",4:\"§7Shoots 3 arrows at a time! The 2\",5:\"§7extra arrows deal §a40%\",6:\"§a§7percent of the damage.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§6§lLEGENDARY BOW\"],Name:\"§6Runaan\u0027s Bow\"},ExtraAttributes:{id:\"RUNAANS_BOW\"}}",
+ "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+160\",1:\"§7Strength: §c+50\",2:\"\",3:\"§6Item Ability: Triple Shot\",4:\"§7Shoots 3 arrows at a time! The 2\",5:\"§7extra arrows deal §a40%\",6:\"§a§7percent of the damage and home\",7:\"§7to targets.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY BOW\"],Name:\"§6Runaan\u0027s Bow\"},ExtraAttributes:{id:\"RUNAANS_BOW\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+160",
@@ -10,7 +10,8 @@
"§6Item Ability: Triple Shot",
"§7Shoots 3 arrows at a time! The 2",
"§7extra arrows deal §a40%",
- "§a§7percent of the damage.",
+ "§a§7percent of the damage and home",
+ "§7to targets.",
"",
"§7§8This item can be reforged!",
"§6§lLEGENDARY BOW"
@@ -28,7 +29,7 @@
},
"internalname": "RUNAANS_BOW",
"clickcommand": "viewrecipe",
- "modver": "1.5-REL",
+ "modver": "2.0.0-REL",
"crafttext": "Requires: Bone IX",
"infoType": "WIKI_URL",
"info": [
diff --git a/items/SILEX.json b/items/SILEX.json
index c9a97ff8..d6a3d7ef 100644
--- a/items/SILEX.json
+++ b/items/SILEX.json
@@ -10,5 +10,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.0.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Silex"
+ ]
} \ No newline at end of file