diff options
| author | Phoebe <77941535+catgirlseraid@users.noreply.github.com> | 2024-11-22 09:15:18 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 20:15:18 +0000 |
| commit | a7d6585b1cac9ccf59cd4dce2603f04f933f375c (patch) | |
| tree | 717d146d52fde7600376c680b794efcf7fb415b3 /items/WEREWOLF_SC.json | |
| parent | 926e0d57aa7cb04ef8d239796f073f8eb66f7aad (diff) | |
| download | NotEnoughUpdates-REPO-a7d6585b1cac9ccf59cd4dce2603f04f933f375c.tar.gz NotEnoughUpdates-REPO-a7d6585b1cac9ccf59cd4dce2603f04f933f375c.tar.bz2 NotEnoughUpdates-REPO-a7d6585b1cac9ccf59cd4dce2603f04f933f375c.zip | |
Update mobs sea creatures (#1454)
* add dwarven os block bran
* Revert "add dwarven os block bran"
This reverts commit 40826e597e65447ad91cc727d664c24896c0cf61.
* first test
* test if combat xp shows up or if cache
* test if combat xp and farming xp works
* see if i added multiple levels of mobs correctly
* see if i added multiple levels of mobs correctly
* see if i added multiple levels of mobs correctly second time
* test if mobs can have different names under the same nest
* see if i added silverfish correctly
* fix background maybe
* check on spider changes
* test of adding a new mob what could go wrong
* this time
* maybe it's in the correct section now?
* bat update 2
* wrong one
* idk anymore pls just work
* 3
* maybe this?
* test with another skin
* test with another skin with the correct id
* idk anymore
* 3
* 4
* 5
* 6
* test this?
* test the same item multiple times
* test using ranges and key ids
* test using ranges and key ids
* slime test
* test goblins
* lets find out if i can do this
* upload progress
* test of fish
* a few more sea creatures
* revert dye chances, my fault :(
* remove unneeded file and fix bat lore
* forgot a comma
* fix dye drop chances
* how do i keep missing these omg sorry
* :( poor jani
* fix dye chance, fix formatting
* magma cube pet drop changes
* use the right pet this time
* test carnival ticket
* test winter sea creatures
* test winter sea creatures part 2
* change frozen steve ice essence chance based off wiki instead of in game
Diffstat (limited to 'items/WEREWOLF_SC.json')
| -rw-r--r-- | items/WEREWOLF_SC.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/WEREWOLF_SC.json b/items/WEREWOLF_SC.json index ce9832bd..64eb59ec 100644 --- a/items/WEREWOLF_SC.json +++ b/items/WEREWOLF_SC.json @@ -38,8 +38,8 @@ ], "drops": [ { - "id": "WATER_LILY:8", - "chance": "100%" + "id": "WATER_LILY", + "chance": "x8-11" }, { "id": "GREEN_CANDY:2", @@ -50,12 +50,12 @@ "chance": "0.1%" }, { - "id": "PURPLE_CANDY:1", - "chance": "100%" + "id": "PURPLE_CANDY", + "chance": "x1-2" }, { "id": "WEREWOLF_SKIN", - "chance": "100%" + "chance": "x1-2" }, { "id": "DYE_MIDNIGHT", |
