diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-05-25 22:01:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-25 12:01:32 +0000 |
commit | 7ccd606ccfcab9fd075f026e34e92df554f7a736 (patch) | |
tree | c7519f72a90b1bf7db0c3f8b17c87de106922a02 | |
parent | 1c43c43efe5135040b3505c870ff274e954047f3 (diff) | |
download | NotEnoughUpdates-REPO-7ccd606ccfcab9fd075f026e34e92df554f7a736.tar.gz NotEnoughUpdates-REPO-7ccd606ccfcab9fd075f026e34e92df554f7a736.tar.bz2 NotEnoughUpdates-REPO-7ccd606ccfcab9fd075f026e34e92df554f7a736.zip |
rabbit pet (#1213)
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 28 | ||||
-rw-r--r-- | items/RABBIT;5.json | 38 |
3 files changed, 68 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index b156cd4c..ff152398 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -946,7 +946,8 @@ "PIG;1", "PIG;0" ], - "RABBIT;4": [ + "RABBIT;5": [ + "RABBIT;4", "RABBIT;3", "RABBIT;2", "RABBIT;1", diff --git a/constants/petnums.json b/constants/petnums.json index 9715bfda..4b65361f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3810,6 +3810,34 @@ "SPEED": 20.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.5, + 0.3, + 0.3, + 0.01, + 1.3 + ], + "statNums": { + "HEALTH": 1.0, + "SPEED": 0.2 + } + }, + "100": { + "otherNums": [ + 50, + 30, + 30, + 0.05, + 33 + ], + "statNums": { + "HEALTH": 100.0, + "SPEED": 20.0 + } + } } }, "RIFT_FERRET": { diff --git a/items/RABBIT;5.json b/items/RABBIT;5.json new file mode 100644 index 00000000..2ba2f6e9 --- /dev/null +++ b/items/RABBIT;5.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§7[Lvl {LVL}] §dRabbit", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a9a344e6-192c-335f-8d51-5bc1321cb350\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3YmZmYzE5NzJhY2Q3ZjNiNGE4ZjQzYjViNmM3NTM0Njk1YjhmZDYyNjc3ZTAzMDZiMjgzMTU3NGIifX19\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Speed: §a{SPEED}\",4:\"\",5:\"§6Happy Feet\",6:\"§7§7Jump potions also give §a+{0} §7speed.\",7:\"\",8:\"§6Farming Wisdom Boost\",9:\"§7§7§7Grants §3+{1}☯ Farming Wisdom§7.\",10:\"\",11:\"§6Efficient Farming\",12:\"§7§7Farming minions work §a{2}% §7faster\",13:\"§7while on your island.\",14:\"\",15:\"§6Chocolate Injections\",16:\"§7§7Increases §6Chocolate Factory\",17:\"§6§7production by §a+{3}x§7. Duplicate\",18:\"§7§aChocolate Rabbits §7that you find\",19:\"§7grant §6+{4}% Chocolate§7.\",20:\"\",21:\"§7§eRight-click to add this pet to your\",22:\"§epet menu!\",23:\"\",24:\"§d§lMYTHIC\"],Name:\"§7[Lvl {LVL}] §dRabbit\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"RABBIT\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"3254e146-11cf-44b2-bda3-bd11ee310569\\\",\\\"uniqueId\\\":\\\"10631956-bbcc-423a-b0e9-94062a69ef5d\\\",\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"RABBIT;5\"}}", + "damage": 3, + "lore": [ + "§8Farming Pet", + "", + "§7Health: §a{HEALTH}", + "§7Speed: §a{SPEED}", + "", + "§6Happy Feet", + "§7§7Jump potions also give §a+{0} §7speed.", + "", + "§6Farming Wisdom Boost", + "§7§7§7Grants §3+{1}☯ Farming Wisdom§7.", + "", + "§6Efficient Farming", + "§7§7Farming minions work §a{2}% §7faster", + "§7while on your island.", + "", + "§6Chocolate Injections", + "§7§7Increases §6Chocolate Factory", + "§6§7production by §a+{3}x§7. Duplicate", + "§7§aChocolate Rabbits §7that you find", + "§7grant §6+{4}% Chocolate§7.", + "", + "§7§eRight-click to add this pet to your", + "§epet menu!", + "", + "§d§lMYTHIC" + ], + "internalname": "RABBIT;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.2.2", + "infoType": "" +}
\ No newline at end of file |