aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-06-07 12:44:05 +0200
committerGitHub <noreply@github.com>2024-06-07 10:44:05 +0000
commitccfad1725fdd29ef83f738c9eec0fca25267e201 (patch)
treebe27a05f379bf63d215d7a564d0338ab74dee208
parent87ac449c8c8a0781317c4293eedeb7bbcdd8e72b (diff)
downloadNotEnoughUpdates-REPO-ccfad1725fdd29ef83f738c9eec0fca25267e201.tar.gz
NotEnoughUpdates-REPO-ccfad1725fdd29ef83f738c9eec0fca25267e201.tar.bz2
NotEnoughUpdates-REPO-ccfad1725fdd29ef83f738c9eec0fca25267e201.zip
Add Katgrade for rabbit and fix toxophilite (#1238)
-rw-r--r--constants/enchants.json6
-rw-r--r--items/RABBIT;5.json12
-rw-r--r--items/TOXOPHILITE;1.json20
3 files changed, 35 insertions, 3 deletions
diff --git a/constants/enchants.json b/constants/enchants.json
index 4415d56b..6eb5838b 100644
--- a/constants/enchants.json
+++ b/constants/enchants.json
@@ -69,7 +69,8 @@
"divine_gift",
"tabasco",
"ultimate_duplex",
- "vicious"
+ "vicious",
+ "toxophilite"
],
"AXE": [
"efficiency",
@@ -1381,6 +1382,9 @@
68,
82
],
+ "toxophilite": [
+ 25
+ ],
"one_for_all": [
50
],
diff --git a/items/RABBIT;5.json b/items/RABBIT;5.json
index 70a36c2c..20dc3609 100644
--- a/items/RABBIT;5.json
+++ b/items/RABBIT;5.json
@@ -38,5 +38,17 @@
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Rabbit_Pet",
"https://wiki.hypixel.net/Rabbit_Pet"
+ ],
+ "recipes": [
+ {
+ "type": "katgrade",
+ "coins": 1000000,
+ "time": 3600,
+ "input": "RABBIT;4",
+ "output": "RABBIT;5",
+ "items": [
+ "PET_ITEM_CHOCOLATE_SYRINGE:1"
+ ]
+ }
]
} \ No newline at end of file
diff --git a/items/TOXOPHILITE;1.json b/items/TOXOPHILITE;1.json
index 1403e5bf..174b7946 100644
--- a/items/TOXOPHILITE;1.json
+++ b/items/TOXOPHILITE;1.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Toxophilite I\",1:\"§7Gain §a3% §7extra Combat XP. Grants\",2:\"§7§9+3.7☣ Crit Chance§7.\",3:\"§850k Combat XP to tier up!\",4:\"\",5:\"§e▲ §7Toxophilite cannot be combined!\",6:\"§7Use this on an item in an Anvil to\",7:\"§7apply it!\",8:\"\",9:\"§f§lCOMMON\",10:\"\",11:\"§7Cost\",12:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TOXOPHILITE;1\",enchantments:{toxophilite:1}}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Toxophilite I\",1:\"§7Gain §a3% §7extra Combat XP. Grants\",2:\"§7§9+3.7☣ Crit Chance§7.\",3:\"§850k Combat XP to tier up!\",4:\"\",5:\"§8Gain 50k Combat XP for Tier II\",6:\"§8Gain 100k Combat XP for Tier III\",7:\"§8Gain 250k Combat XP for Tier IV\",8:\"§8Gain 500k Combat XP for Tier V\",9:\"§8Gain 1m Combat XP for Tier VI\",10:\"§8Gain 1,5m Combat XP for Tier VII\",11:\"§8Gain 2m Combat XP for Tier VIII\",12:\"§8Gain 2,5m Combat XP for Tier IX\",13:\"§8Gain 3m Combat XP for Tier X\",14:\"\",15:\"§e▲ §7Toxophilite cannot be combined!\",16:\"§7Use this on an item in an Anvil to\",17:\"§7apply it!\",18:\"\",19:\"§f§lCOMMON\",20:\"\",21:\"§6Source:\",22:\"§aI: §7Community Shop\",23:\"\",24:\"§6Applied To:\",25:\"§7- §fBow\",26:\"\",27:\"§7Cost\",28:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TOXOPHILITE;1\",enchantments:{toxophilite:1}}}",
"damage": 0,
"lore": [
"§9Toxophilite I",
@@ -9,18 +9,34 @@
"§7§9+3.7☣ Crit Chance§7.",
"§850k Combat XP to tier up!",
"",
+ "§8Gain 50k Combat XP for Tier II",
+ "§8Gain 100k Combat XP for Tier III",
+ "§8Gain 250k Combat XP for Tier IV",
+ "§8Gain 500k Combat XP for Tier V",
+ "§8Gain 1m Combat XP for Tier VI",
+ "§8Gain 1,5m Combat XP for Tier VII",
+ "§8Gain 2m Combat XP for Tier VIII",
+ "§8Gain 2,5m Combat XP for Tier IX",
+ "§8Gain 3m Combat XP for Tier X",
+ "",
"§e▲ §7Toxophilite cannot be combined!",
"§7Use this on an item in an Anvil to",
"§7apply it!",
"",
"§f§lCOMMON",
"",
+ "§6Source:",
+ "§aI: §7Community Shop",
+ "",
+ "§6Applied To:",
+ "§7- §fBow",
+ "",
"§7Cost",
"§b4,000 Bits"
],
"internalname": "TOXOPHILITE;1",
"crafttext": "",
"clickcommand": "",
- "modver": "",
+ "modver": "2.3.0",
"infoType": ""
} \ No newline at end of file