Skip to content

Commit

Permalink
expanded underwear
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFuji committed Jan 9, 2019
1 parent 6481083 commit 61409d6
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions data/json/item_groups.json
Expand Up @@ -2978,28 +2978,36 @@
"type" : "item_group",
"id" : "female_underwear_top",
"items":[
["bra", 90]
["bra", 70],
["sports_bra", 50],
["bikini_top", 10]
]
},{
"type" : "item_group",
"id" : "female_underwear_bottom",
"items":[
["panties", 70],
["boy_shorts", 50]
["boy_shorts", 50],
["bikini_bottom", 10]
]
},{
"type" : "item_group",
"id" : "male_underwear_top",
"items":[
["undershirt", 30]
["undershirt", 50],
["long_undertop", 20]
["under_armor", 20],
["tank_top", 50],
]
},{
"type" : "item_group",
"id" : "male_underwear_bottom",
"items":[
["boxer_shorts", 70],
["briefs", 30],
["boxer_briefs", 50]
["boxer_briefs", 50],
["long_underpants", 20],
["under_armor_shorts", 20]
]
},{
"type" : "item_group",
Expand Down

0 comments on commit 61409d6

Please sign in to comment.