Skip to content

Commit

Permalink
Add book strap carrier (#47665)
Browse files Browse the repository at this point in the history
  • Loading branch information
FuelType-Memes authored and ZhilkinSerg committed Mar 31, 2021
1 parent 354173e commit 8108894
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,6 +3015,7 @@
{
"distribution": [
{ "item": "case_violin", "prob": 5 },
{ "item": "bookstrap", "prob": 5 },
{ "item": "quiver", "prob": 20 },
{ "item": "quiver_large", "prob": 15 },
{ "item": "solarpack", "prob": 5 },
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/Clothing_Gear/gear_civilian.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
[ "slingpack", 19 ],
[ "travelpack", 10 ],
[ "petpack", 1 ],
[ "bookstrap", 1 ],
[ "pockknife", 14 ],
[ "roller_shoes_off", 10 ],
[ "knife_swissarmy", 10 ],
Expand Down
3 changes: 2 additions & 1 deletion data/json/itemgroups/art_antiques_crafts.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@
{ "item": "coin_quarter", "prob": 1 },
{ "item": "bronze_medal", "prob": 1 },
{ "item": "silver_medal", "prob": 1 },
{ "item": "gold_medal", "prob": 1 }
{ "item": "gold_medal", "prob": 1 },
{ "item": "bookstrap", "prob": 5 }
]
},
{
Expand Down
31 changes: 31 additions & 0 deletions data/json/items/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1964,5 +1964,36 @@
"warmth": 2,
"material_thickness": 1,
"flags": [ "BELTED", "WATER_FRIENDLY" ]
},
{
"id": "bookstrap",
"type": "ARMOR",
"name": { "str": "bookstrap" },
"description": "An old-fashioned book strap carrier. Guaranteed to make you feel like a proper scholar.",
"weight": "204 g",
"volume": "350 ml",
"price": 12000,
"price_postapoc": 450,
"material": [ "leather" ],
"symbol": "[",
"looks_like": "leather_belt",
"color": "brown",
"covers": [ "leg_l", "leg_r" ],
"sided": true,
"coverage": 5,
"encumbrance": 0,
"max_encumbrance": 11,
"pocket_data": [
{
"pocket_type": "CONTAINER",
"min_item_volume": "500 ml",
"max_contains_volume": "3 L",
"max_contains_weight": "4 kg",
"max_item_length": "40 cm",
"moves": 400
}
],
"material_thickness": 1,
"flags": [ "BELTED", "WATER_FRIENDLY" ]
}
]
13 changes: 13 additions & 0 deletions data/json/recipes/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1388,5 +1388,18 @@
{ "proficiency": "prof_leatherworking" },
{ "proficiency": "prof_leatherworking_basic" }
]
},
{
"result": "bookstrap",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_STORAGE",
"skill_used": "tailor",
"time": "1 h 30 m",
"autolearn": true,
"reversible": true,
"using": [ [ "tailoring_leather_small", 4 ], [ "clasps", 2 ] ],
"proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ]
}
]
10 changes: 9 additions & 1 deletion data/mods/Magiclysm/itemgroups/itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,15 @@
{
"type": "item_group",
"id": "magic_shop_clothes",
"items": [ [ "cloak", 3 ], [ "cloak_wool", 5 ], [ "jedi_cloak", 3 ], [ "robe", 5 ], [ "tophat", 5 ], [ "leathersandals", 6 ] ]
"items": [
[ "cloak", 3 ],
[ "cloak_wool", 5 ],
[ "jedi_cloak", 3 ],
[ "robe", 5 ],
[ "tophat", 5 ],
[ "leathersandals", 6 ],
[ "bookstrap", 2 ]
]
},
{
"type": "item_group",
Expand Down

0 comments on commit 8108894

Please sign in to comment.