Skip to content

Commit

Permalink
Xl underwear and accessories Part 1 (#39978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored May 3, 2020
1 parent a13e5c7 commit 4e0786c
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/json/items/armor/boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,16 @@
"environmental_protection": 2,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "SKINTIGHT", "STURDY" ]
},
{
"id": "xlnomex_socks",
"type": "ARMOR",
"name": { "str": "pair of XL flame-resistant socks", "str_pl": "pairs of XL flame-resistant socks" },
"description": "A snug fitting pair of stockings made from thin and lightweight Nomex fire-resistant fabric. Tough yet breathable, they are light and comfortable to wear under clothing.",
"weight": "300 g",
"volume": "1000 ml",
"copy-from": "nomex_socks",
"flags": [ "VARSIZE", "WATER_FRIENDLY", "SKINTIGHT", "STURDY" ]
},
{
"id": "socks",
"type": "ARMOR",
Expand All @@ -1268,6 +1278,16 @@
"material_thickness": 1,
"flags": [ "VARSIZE", "SKINTIGHT" ]
},
{
"id": "xlsocks",
"type": "ARMOR",
"name": { "str": "pair of XL socks", "str_pl": "pairs of XL socks" },
"description": "Socks. Big ones. Put 'em on your feet.",
"weight": "58 g",
"volume": "250 ml",
"copy-from": "socks",
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ]
},
{
"id": "socks_ankle",
"type": "ARMOR",
Expand Down Expand Up @@ -1344,6 +1364,16 @@
"material_thickness": 1,
"flags": [ "VARSIZE", "SKINTIGHT" ]
},
{
"id": "xlsocks_wool",
"type": "ARMOR",
"name": { "str": "pair of XL wool socks", "str_pl": "pairs of XL wool socks" },
"description": "Warm socks made of wool for a larger than you'd previously thought possible human.",
"weight": "77 g",
"volume": "500 ml",
"copy-from": "socks_wool",
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ]
},
{
"id": "stockings",
"type": "ARMOR",
Expand Down
40 changes: 40 additions & 0 deletions data/json/items/armor/undergarment.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@
"material_thickness": 1,
"flags": [ "VARSIZE", "SKINTIGHT" ]
},
{
"id": "xlboxer_briefs",
"type": "ARMOR",
"name": { "str_sp": "XL boxer briefs" },
"description": "The age-old question, boxers or briefs? Your answer? Chonk!",
"weight": "50 g",
"volume": "350 ml",
"copy-from": "boxer_briefs",
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ]
},
{
"id": "boxer_shorts",
"type": "ARMOR",
Expand All @@ -150,6 +160,16 @@
"material_thickness": 1,
"flags": [ "VARSIZE", "SKINTIGHT" ]
},
{
"id": "xlboxer_shorts",
"type": "ARMOR",
"name": { "str_sp": "XL boxer shorts" },
"description": "Men's XL boxer shorts. For the very big and tall. More fashionable than briefs and just as comfortable.",
"weight": "72 g",
"volume": "500 ml",
"copy-from": "boxer_shorts",
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ]
},
{
"id": "boy_shorts",
"type": "ARMOR",
Expand All @@ -169,6 +189,16 @@
"material_thickness": 1,
"flags": [ "VARSIZE", "SKINTIGHT" ]
},
{
"id": "xlboy_shorts",
"type": "ARMOR",
"name": { "str_sp": "XL boy shorts" },
"description": "Female underwear similar to men's boxer shorts, but much more close-fitting. This size is made for giants.",
"weight": "72 g",
"volume": "500 ml",
"copy-from": "boy_shorts",
"flags": [ "VARSIZE", "SKINTIGHT", "OVERSIZE" ]
},
{
"id": "bra",
"type": "ARMOR",
Expand Down Expand Up @@ -503,6 +533,16 @@
"material_thickness": 1,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "SKINTIGHT" ]
},
{
"id": "xlsports_bra",
"type": "ARMOR",
"name": { "str": "XL sports bra" },
"description": "A sturdy nylon bra to provide additional support during physical movement. Typically worn when exercising, it clings to the skin and is easy to wear. This one appears to have been made for a massive person.",
"weight": "160 g",
"volume": "750 ml",
"copy-from": "sports_bra",
"flags": [ "VARSIZE", "WATER_FRIENDLY", "SKINTIGHT", "OVERSIZE" ]
},
{
"id": "tank_top",
"type": "ARMOR",
Expand Down
35 changes: 35 additions & 0 deletions data/json/recipes/armor/feet.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,18 @@
"using": [ [ "sewing_standard", 12 ] ],
"components": [ [ [ "nomex", 9 ] ] ]
},
{
"result": "xlnomex_socks",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"difficulty": 6,
"time": "37 m",
"book_learn": [ [ "textbook_fireman", 6 ], [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ] ],
"using": [ [ "sewing_standard", 20 ] ],
"components": [ [ [ "nomex", 18 ] ] ]
},
{
"result": "shoes_birchbark",
"type": "recipe",
Expand All @@ -411,6 +423,17 @@
"using": [ [ "sewing_standard", 4 ] ],
"components": [ [ [ "rag", 2 ] ] ]
},
{
"result": "xlsocks",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"time": "15 m",
"autolearn": true,
"using": [ [ "sewing_standard", 4 ] ],
"components": [ [ [ "rag", 4 ] ] ]
},
{
"result": "socks_bag",
"type": "recipe",
Expand All @@ -434,6 +457,18 @@
"qualities": [ { "id": "KNIT", "level": 1 } ],
"components": [ [ [ "yarn", 75 ] ] ]
},
{
"result": "socks_wool",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"difficulty": 1,
"time": "1 h",
"autolearn": true,
"qualities": [ { "id": "KNIT", "level": 1 } ],
"components": [ [ [ "yarn", 150 ] ] ]
},
{
"result": "socks_ankle",
"type": "recipe",
Expand Down
39 changes: 39 additions & 0 deletions data/json/recipes/armor/legs.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
"qualities": [ { "id": "SEW", "level": 1 } ],
"components": [ [ [ "rag", 3 ] ] ]
},
{
"result": "xlboy_shorts",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
"skill_used": "tailor",
"difficulty": 2,
"time": "50 m",
"autolearn": true,
"using": [ [ "filament", 25 ] ],
"qualities": [ { "id": "SEW", "level": 1 } ],
"components": [ [ [ "rag", 6 ] ] ]
},
{
"result": "boxer_briefs",
"type": "recipe",
Expand All @@ -53,6 +66,19 @@
"using": [ [ "sewing_standard", 15 ] ],
"components": [ [ [ "rag", 3 ] ] ]
},
{
"result": "xlboxer_briefs",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
"skill_used": "tailor",
"difficulty": 2,
"time": "40 m",
"autolearn": true,
"book_learn": [ [ "mag_tailor", 1 ], [ "manual_tailor", 1 ] ],
"using": [ [ "sewing_standard", 20 ] ],
"components": [ [ [ "rag", 5 ] ] ]
},
{
"result": "boxer_shorts",
"type": "recipe",
Expand All @@ -66,6 +92,19 @@
"using": [ [ "sewing_standard", 10 ] ],
"components": [ [ [ "rag", 5 ] ] ]
},
{
"result": "xlboxer_shorts",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
"skill_used": "tailor",
"difficulty": 2,
"time": "45 m",
"autolearn": true,
"book_learn": [ [ "mag_tailor", 1 ], [ "manual_tailor", 1 ] ],
"using": [ [ "sewing_standard", 20 ] ],
"components": [ [ [ "rag", 10 ] ] ]
},
{
"result": "breeches",
"type": "recipe",
Expand Down
12 changes: 12 additions & 0 deletions data/json/recipes/armor/torso.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,18 @@
"using": [ [ "sewing_standard", 15 ] ],
"components": [ [ [ "lycra_patch", 2 ] ] ]
},
{
"result": "xlsports_bra",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"difficulty": 3,
"time": "55 m",
"autolearn": true,
"using": [ [ "sewing_standard", 25 ] ],
"components": [ [ [ "lycra_patch", 4 ] ] ]
},
{
"result": "sundress",
"type": "recipe",
Expand Down

0 comments on commit 4e0786c

Please sign in to comment.