Skip to content

Commit

Permalink
Anklet spawn rate adjustment (CleverRaven#74144)
Browse files Browse the repository at this point in the history
* Update domestic.json

Added flower and bat charm anklet to wardrobe women to expand their spawn diversity.

* Update clothing.json

Added woven anklet, bat anklet and flower anklet to child accessories to have them able to spawn on female zombie bodies.

* Update clothing.json

Adjusted spawn rates of added anklets.
  • Loading branch information
aapocalypseAArisen authored May 28, 2024
1 parent def88e8 commit bf808f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -4582,7 +4582,10 @@
{ "item": "gold_anklet", "prob": 30 },
{ "item": "silver_anklet", "prob": 50 },
{ "item": "gold_toe_ring", "prob": 30 },
{ "item": "silver_toe_ring", "prob": 50 }
{ "item": "silver_toe_ring", "prob": 50 },
{ "item": "woven_anklet", "prob": 30 },
{ "item": "bat_anklet", "prob": 30 },
{ "item": "flower_anklet", "prob": 30 }
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion data/json/itemgroups/SUS/domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,9 @@
{ "group": "hats_unisex", "prob": 20 },
{ "group": "scarfs_unisex", "prob": 20 },
{ "item": "crutches", "prob": 1 },
{ "item": "woven_anklet", "prob": 5 }
{ "item": "woven_anklet", "prob": 5 },
{ "item": "bat_anklet", "prob": 5 },
{ "item": "flower_anklet", "prob": 5 }
]
},
{
Expand Down

0 comments on commit bf808f6

Please sign in to comment.