aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-07-06 10:34:25 +0200
committerGitHub <noreply@github.com>2022-07-06 18:34:25 +1000
commit6789d4500c016859b30dcd2298fbfb0e1643175f (patch)
treefa223ef055b0435bbd5aafb2204b79ed34c13eba
parenteff1afabd8c773fc852e5a65c47068c6bade6d02 (diff)
downloadNotEnoughUpdates-REPO-6789d4500c016859b30dcd2298fbfb0e1643175f.tar.gz
NotEnoughUpdates-REPO-6789d4500c016859b30dcd2298fbfb0e1643175f.tar.bz2
NotEnoughUpdates-REPO-6789d4500c016859b30dcd2298fbfb0e1643175f.zip
Web (#776)
-rw-r--r--constants/reforgestones.json49
-rw-r--r--items/CATALYST.json8
-rw-r--r--items/WEB.json26
3 files changed, 72 insertions, 11 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index 5f83968f..1fffe265 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -917,6 +917,55 @@
}
}
},
+ "KUUDRA_MANDIBLE": {
+ "internalName": "KUUDRA_MANDIBLE",
+ "reforgeName": "Chomp",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts": {
+ "COMMON": 20000,
+ "UNCOMMON": 40000,
+ "RARE": 80000,
+ "EPIC": 150000,
+ "LEGENDARY": 300000,
+ "MYTHIC": 600000
+ },
+ "reforgeAbility": "§7Lava Sea Creatures have their max Health reduced for each unique lava sea creature that you've killed with this rod!",
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 5,
+ "crit_chance": 5
+ },
+ "UNCOMMON": {
+ "strength": 10,
+ "crit_chance": 10
+ },
+ "RARE": {
+ "strength": 17,
+ "crit_chance": 17
+ },
+ "EPIC": {
+ "strength": 25,
+ "crit_chance": 25
+ },
+ "LEGENDARY": {
+ "strength": 35,
+ "crit_chance": 35
+ },
+ "MYTHIC": {
+ "strength": 50,
+ "crit_chance": 50
+ }
+ }
+ },
"LAPIS_CRYSTAL": {
"internalName": "LAPIS_CRYSTAL",
"reforgeName": "Magnetic",
diff --git a/items/CATALYST.json b/items/CATALYST.json
index a6abb08e..eb4c0e78 100644
--- a/items/CATALYST.json
+++ b/items/CATALYST.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:nether_star",
- "displayname": "§fCatalyst",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §ax3§7 for 3 hours§7!\",3:\"\",4:\"§9§lRARE\"],Name:\"§fCatalyst\"},ExtraAttributes:{id:\"CATALYST\"}}",
+ "displayname": "§9Catalyst",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §ax3§7 for 3 hours§7!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Catalyst\"},ExtraAttributes:{id:\"CATALYST\"}}",
"damage": 0,
"lore": [
"§7Increases the number of",
@@ -23,10 +23,10 @@
},
"internalname": "CATALYST",
"clickcommand": "viewrecipe",
- "modver": "2.0.0-REL",
+ "modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Catalyst"
],
"crafttext": "Requires: End Stone IX"
-}
+} \ No newline at end of file
diff --git a/items/WEB.json b/items/WEB.json
index eb15f5f5..30fadb48 100644
--- a/items/WEB.json
+++ b/items/WEB.json
@@ -1,14 +1,26 @@
{
"itemid": "minecraft:web",
- "displayname": "§fCobweb",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCobweb\"},ExtraAttributes:{id:\"WEB\"}}",
+ "displayname": "§aWeb",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aWeb\"},ExtraAttributes:{id:\"WEB\"}}",
"damage": 0,
"lore": [
- "§f§lCOMMON"
+ "§a§lUNCOMMON"
],
+ "recipe": {
+ "A1": "STRING:1",
+ "A2": "STRING:1",
+ "A3": "STRING:1",
+ "B1": "STRING:1",
+ "B2": "STRING:1",
+ "B3": "STRING:1",
+ "C1": "STRING:1",
+ "C2": "STRING:1",
+ "C3": "STRING:1"
+ },
"internalname": "WEB",
- "modver": "1.3-REL",
+ "modver": "2.1.0-REL",
"vanilla": true,
- "clickcommand": "",
- "crafttext": "Requires: String II"
-}
+ "clickcommand": "viewrecipe",
+ "crafttext": "Requires: String II",
+ "infoType": ""
+} \ No newline at end of file