diff --git a/data/json/itemgroups/Clothing_Gear/clothing.json b/data/json/itemgroups/Clothing_Gear/clothing.json index f4acddd872c7a..18b02b871faeb 100644 --- a/data/json/itemgroups/Clothing_Gear/clothing.json +++ b/data/json/itemgroups/Clothing_Gear/clothing.json @@ -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 } ] }, { diff --git a/data/json/itemgroups/SUS/domestic.json b/data/json/itemgroups/SUS/domestic.json index aca869e63e2fd..374a8e3320522 100644 --- a/data/json/itemgroups/SUS/domestic.json +++ b/data/json/itemgroups/SUS/domestic.json @@ -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 } ] }, {