Skip to content

Commit

Permalink
Jika-tabi footwear (#76100)
Browse files Browse the repository at this point in the history
* add jika-tabi

* add jika-tabi sneakers to gi items

* add jika-tabi recipe

* Update data/json/recipes/armor/feet.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Maleclypse <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 7, 2024
1 parent fb42a7a commit 772b0e9
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,8 +974,9 @@
[ "keikogi", 25 ],
[ "zubon_gi", 25 ],
[ "hakama_gi", 10 ],
[ "mouthpiece", 5 ],
[ "obi_gi", 10 ],
[ "mouthpiece", 5 ],
[ "jikatabi_sneakers", 5 ],
[ "geta", 1 ],
[ "haori", 1 ],
[ "yukata", 1 ]
Expand Down
91 changes: 91 additions & 0 deletions data/json/items/armor/boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -3416,5 +3416,96 @@
"name": { "str_sp": "espadrilles" },
"extend": { "flags": [ "PREFIX_XS", "UNDERSIZE" ] },
"proportional": { "weight": 0.5, "volume": 0.5 }
},
{
"id": "jikatabi",
"type": "ARMOR",
"name": { "str": "pair of jika-tabi", "str_pl": "pairs of jika-tabi" },
"description": "A pair of thin traditional Japanese split toed boots sewn out of leather.",
"weight": "230 g",
"volume": "500 ml",
"price": "30 USD",
"price_postapoc": "3 USD",
"material": [ "leather" ],
"symbol": "[",
"looks_like": "boots",
"color": "brown",
"warmth": 20,
"material_thickness": 1.0,
"flags": [ "VARSIZE", "WATERPROOF" ],
"armor": [
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_toes_r", "foot_toes_l" ],
"material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 0.4 } ],
"encumbrance": 4,
"coverage": 100
},
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_ankle_r", "foot_ankle_l" ],
"material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 1.0 } ],
"coverage": 80
},
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_heel_r", "foot_heel_l", "foot_arch_r", "foot_arch_l" ],
"material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 1.0 } ],
"coverage": 100
},
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_sole_r", "foot_sole_l" ],
"material": [ { "type": "leather", "covered_by_mat": 100, "thickness": 4.0 } ],
"coverage": 100
}
]
},
{
"id": "jikatabi_sneakers",
"type": "ARMOR",
"name": { "str": "pair of jika-tabi sneakers", "str_pl": "pairs of jika-tabi sneakers" },
"description": "A pair of comfortable modern split toed jika-tabi shoes with a rubber base. Also known as ninja shoes. Though originally developed for laborers in Japan, in the west they are usually found being used in outdoor martial arts practice.",
"weight": "454 g",
"volume": "1500 ml",
"price": "40 USD",
"price_postapoc": "4 USD",
"material": [ "canvas", "rubber" ],
"symbol": "[",
"looks_like": "sneakers",
"color": "dark_gray",
"warmth": 20,
"material_thickness": 1,
"flags": [ "VARSIZE", "STURDY" ],
"armor": [
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_heel_r", "foot_heel_l", "foot_arch_r", "foot_arch_l" ],
"material": [ { "type": "canvas", "covered_by_mat": 100, "thickness": 1 } ],
"encumbrance": 2,
"coverage": 100
},
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_toes_r", "foot_toes_l" ],
"material": [ { "type": "canvas", "covered_by_mat": 100, "thickness": 0.4 } ],
"coverage": 100
},
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_ankle_r", "foot_ankle_l" ],
"material": [ { "type": "canvas", "covered_by_mat": 100, "thickness": 1.0 } ],
"coverage": 100
},
{
"covers": [ "foot_l", "foot_r" ],
"specifically_covers": [ "foot_sole_r", "foot_sole_l" ],
"material": [
{ "type": "canvas", "covered_by_mat": 100, "thickness": 0.1 },
{ "type": "rubber", "covered_by_mat": 100, "thickness": 4.0 }
],
"coverage": 100
}
]
}
]
13 changes: 13 additions & 0 deletions data/json/recipes/armor/feet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,19 @@
"book_learn": [ [ "textbook_survival", 0 ], [ "pocket_survival", 0 ] ],
"using": [ [ "tailoring_leather_patchwork", 1 ] ]
},
{
"result": "jikatabi",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"difficulty": 1,
"time": "90 m",
"proficiencies": [ { "proficiency": "prof_cobbling" }, { "proficiency": "prof_leatherworking_basic" } ],
"book_learn": [ [ "tailor_japanese", 0 ], [ "textbook_armeast", 0 ] ],
"using": [ [ "tailoring_leather_patchwork", 1 ] ]
},
{
"result": "nomex_socks",
"type": "recipe",
Expand Down

0 comments on commit 772b0e9

Please sign in to comment.