diff options
-rw-r--r-- | constants/petnums.json | 22 | ||||
-rw-r--r-- | items/POOCH_SWORD.json | 3 |
2 files changed, 12 insertions, 13 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index c8308659..93c72a33 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2126,7 +2126,7 @@ "COMMON": { "1": { "otherNums": [ - 0.2 + 0.4 ], "statNums": { "INTELLIGENCE": 0.0, @@ -2135,7 +2135,7 @@ }, "100": { "otherNums": [ - 20 + 40 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2147,7 +2147,7 @@ "EPIC": { "1": { "otherNums": [ - 0.3, + 0.6, 1.0 ], "statNums": { @@ -2157,7 +2157,7 @@ }, "100": { "otherNums": [ - 30, + 60, 100 ], "statNums": { @@ -2170,7 +2170,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.3, + 0.6, 1.0, 0.5 ], @@ -2181,7 +2181,7 @@ }, "100": { "otherNums": [ - 30, + 60, 100, 50 ], @@ -2195,7 +2195,7 @@ "RARE": { "1": { "otherNums": [ - 0.2, + 0.5, 0.8 ], "statNums": { @@ -2205,8 +2205,8 @@ }, "100": { "otherNums": [ - 25, - 75 + 50, + 80 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2218,7 +2218,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.2 + 0.5 ], "statNums": { "INTELLIGENCE": 0.0, @@ -2227,7 +2227,7 @@ }, "100": { "otherNums": [ - 25 + 50 ], "statNums": { "INTELLIGENCE": 50.0, diff --git a/items/POOCH_SWORD.json b/items/POOCH_SWORD.json index 268ea557..134895fe 100644 --- a/items/POOCH_SWORD.json +++ b/items/POOCH_SWORD.json @@ -2,7 +2,6 @@ "internalname": "POOCH_SWORD", "itemid": "minecraft:golden_sword", "displayname": "§6Pooch Sword", - "clickcommand": "", "damage": 0, "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+20\",2:\"§7Crit Damage: §c+50%\",3:\"\",4:\"§7Speed: §a+5\",5:\"\",6:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Gain §c+150❁ Strength §7against wolves.\",9:\"\",10:\"§c☠ §5Requires Wolf LVL 6\",11:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pooch Sword\"},ExtraAttributes:{hot_potato_count:10,hotPotatoBonus:\"STRENGTH\u003d20;DAMAGE\u003d20;\",modifier:\"spicy\",originTag:\"POOCH_SWORD\",id:\"POOCH_SWORD\",uuid:\"9ce05e48-1368-492d-9ddc-500a01e21e45\",anvil_uses:16,timestamp:\"3/19/20 9:20 AM\"}}", "modver": "1.0.0", @@ -36,4 +35,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pooch_Sword" ] -}
\ No newline at end of file +} |