Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fire winter wet survivor suit variants #7

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,12 @@
"//": "Prevents repairing of this item even if otherwise suitable tools exist.",
"inherit": false
},
{
"id": "NO_CLEAN",
"type": "json_flag",
"//": "items that are impossible to clean no matter how hard you try",
"info": "This item is impossible to clean."
},
{
"id": "NUTRIENT_OVERRIDE",
"type": "json_flag",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/armor/bandolier.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"color": "dark_gray",
"sided": true,
"material_thickness": 1,
"pocket_data": [ { "ammo_restriction": { "rock": 10 }, "moves": 20 } ],
"pocket_data": [ { "ammo_restriction": { "rock": 10, "pebble": 80 }, "moves": 20 } ],
"flags": [ "WATER_FRIENDLY", "BELTED", "OVERSIZE", "PALS_LARGE" ],
"armor": [
{
Expand Down
202 changes: 137 additions & 65 deletions data/json/items/armor/bespoke_armor/custom_bodysuits.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@
"price": 110000,
"price_postapoc": 5000,
"material": [ "kevlar_layered", "cotton" ],
"to_hit": -3,
"bashing": 6,
"symbol": "[",
"looks_like": "survivor_jumpsuit",
"color": "green",
Expand Down Expand Up @@ -367,6 +369,8 @@
"price": 150000,
"price_postapoc": 5000,
"material": [ "kevlar_layered", "leather" ],
"to_hit": -3,
"bashing": 6,
"symbol": "[",
"looks_like": "touring_suit",
"color": "brown",
Expand Down Expand Up @@ -479,140 +483,208 @@
"id": "wsurvivor_jumpsuit",
"type": "ARMOR",
"category": "armor",
"name": { "str": "winter survivor suit" },
"description": "A warm and heavy hand-built combination armor made from a reinforced bulletproof vest and an insulated leather jumpsuit. Protects from the elements as well as from harm.",
"name": { "str": "fur kevlar jumpsuit" },
"description": "A warm and heavy hand-built combination armor made from a jumpsuit padded with layered kevlar and fur. Protects from the elements as well as from harm.",
"weight": "7800 g",
"volume": "14 L",
"price": 200000,
"price_postapoc": 5000,
"to_hit": -3,
"bashing": 6,
"material": [ "kevlar_layered", "fur" ],
"material": [ "kevlar_layered", "fur", "leather" ],
"symbol": "[",
"looks_like": "survivor_jumpsuit",
"color": "light_gray",
"looks_like": "survivor_suit",
"color": "dark_gray",
"armor": [
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 20, 20 ] },
{ "covers": [ "leg_l", "leg_r" ], "coverage": 100, "encumbrance": [ 20, 20 ] },
{ "covers": [ "arm_l", "arm_r" ], "coverage": 100, "encumbrance": [ 20, 20 ] }
],
"pocket_data": [
{
"pocket_type": "CONTAINER",
"max_contains_volume": "500 ml",
"max_contains_weight": "2 kg",
"moves": 80,
"max_item_length": "15 cm",
"description": "pants pocket"
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "500 ml",
"max_contains_weight": "2 kg",
"moves": 80,
"max_item_length": "15 cm",
"description": "pants pocket"
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 0.2 },
{ "type": "fur", "covered_by_mat": 100, "thickness": 2 },
{ "type": "kevlar_layered", "covered_by_mat": 100, "thickness": 1 },
{ "type": "kevlar_layered", "covered_by_mat": 90, "thickness": 1 }
],
"covers": [ "torso", "leg_l", "leg_r", "arm_l", "arm_r" ],
"coverage": 100,
"encumbrance": [ 19, 19 ]
}
],
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 }
],
"warmth": 75,
"material_thickness": 5,
"valid_mods": [ "steel_padded" ],
"environmental_protection": 5,
"flags": [ "VARSIZE", "WATERPROOF", "POCKETS", "HOOD", "RAINPROOF", "STURDY" ]
},
{
"id": "xl_wsurvivor_jumpsuit",
"type": "ARMOR",
"name": { "str": "XL winter survivor suit" },
"name": { "str": "XL fur kevlar jumpsuit" },
"copy-from": "wsurvivor_jumpsuit",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"flags": [ "VARSIZE", "WATERPROOF", "POCKETS", "HOOD", "RAINPROOF", "STURDY", "OVERSIZE" ]
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "xs_wsurvivor_jumpsuit",
"type": "ARMOR",
"name": { "str": "XS fur kevlar jumpsuit" },
"copy-from": "wsurvivor_jumpsuit",
"looks_like": "wsurvivor_jumpsuit",
"name": { "str": "XS winter survivor suit" },
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "WATERPROOF", "POCKETS", "HOOD", "RAINPROOF", "STURDY", "UNDERSIZE" ]
"extend": { "flags": [ "UNDERSIZE" ] }
},
{
"id": "wsurvivor_jumpsuit_nofur",
"type": "ARMOR",
"name": { "str": "winter survivor suit" },
"description": "A warm and heavy hand-built combination armor made from a reinforced bulletproof vest and a faux fur insulated leather jumpsuit. Protects from the elements as well as from harm.",
"name": { "str": "faux fur kevlar jumpsuit" },
"description": "A warm and heavy hand-built combination armor made from a jumpsuit padded with layered kevlar and faux fur. Protects from the elements as well as from harm.",
"copy-from": "wsurvivor_jumpsuit",
"material": [ "kevlar_layered", "faux_fur" ],
"symbol": "[",
"warmth": 65,
"looks_like": "survivor_jumpsuit",
"color": "pink"
"material": [ "kevlar_layered", "faux_fur", "leather" ],
"armor": [
{
"material": [
{ "type": "leather", "covered_by_mat": 100, "thickness": 0.2 },
{ "type": "faux_fur", "covered_by_mat": 100, "thickness": 2 },
{ "type": "kevlar_layered", "covered_by_mat": 100, "thickness": 1 },
{ "type": "kevlar_layered", "covered_by_mat": 90, "thickness": 1 }
],
"covers": [ "torso", "leg_l", "leg_r", "arm_l", "arm_r" ],
"coverage": 100,
"encumbrance": [ 19, 19 ]
}
],
"warmth": 65
},
{
"id": "xl_wsurvivor_jumpsuit_nofur",
"id": "xs_wsurvivor_jumpsuit_nofur",
"type": "ARMOR",
"name": { "str": "XL winter survivor suit" },
"copy-from": "wsurvivor_jumpsuit",
"material": [ "kevlar_layered", "faux_fur" ],
"description": "A warm, heavy and oversized hand-built combination armor made from a reinforced bulletproof vest and a faux fur insulated leather jumpsuit. Protects from the elements as well as from harm.",
"color": "pink",
"warmth": 65,
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"flags": [ "VARSIZE", "WATERPROOF", "POCKETS", "HOOD", "RAINPROOF", "STURDY", "OVERSIZE" ]
"name": { "str": "XS faux fur kevlar jumpsuit" },
"copy-from": "wsurvivor_jumpsuit_nofur",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE" ] }
},
{
"id": "xs_wsurvivor_jumpsuit_nofur",
"id": "xl_wsurvivor_jumpsuit_nofur",
"type": "ARMOR",
"name": { "str": "XL faux fur kevlar jumpsuit" },
"copy-from": "wsurvivor_jumpsuit_nofur",
"looks_like": "wsurvivor_jumpsuit_nofur",
"name": { "str": "XS winter survivor suit" },
"description": "A warm, heavy and undersized hand-built combination armor made from a reinforced bulletproof vest and a faux fur insulated leather jumpsuit. Protects from the elements as well as from harm.",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "UNDERSIZE" ]
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "h20survivor_jumpsuit",
"type": "ARMOR",
"category": "armor",
"name": { "str": "survivor wetsuit" },
"description": "A lightweight, hand-built combination armor made from a cut-down bulletproof vest and a reinforced neoprene wetsuit. Protects from the elements as well as from harm.",
"name": { "str": "kevlar wetsuit" },
"description": "A hand-built combination armor made from a wetsuit padded with layered kevlar. Protects from the elements as well as from harm.",
"weight": "6400 g",
"volume": "7 L",
"volume": "7000 ml",
"price": 110000,
"price_postapoc": 5000,
"material": [ "neoprene", "kevlar_layered" ],
"symbol": "[",
"to_hit": -3,
"bashing": 6,
"material": [ "kevlar", "plastic", "neoprene" ],
"symbol": "[",
"looks_like": "wetsuit",
"color": "dark_gray",
"armor": [
{ "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 10 ] },
{ "covers": [ "leg_l", "leg_r" ], "coverage": 100, "encumbrance": [ 10, 10 ] },
{ "covers": [ "arm_l", "arm_r" ], "coverage": 100, "encumbrance": [ 10, 10 ] }
{
"material": [
{ "type": "neoprene", "covered_by_mat": 100, "thickness": 3 },
{ "type": "kevlar_layered", "covered_by_mat": 100, "thickness": 1 }
],
"covers": [ "torso", "leg_l", "leg_r", "arm_l", "arm_r" ],
"coverage": 100,
"encumbrance": [ 11, 11 ]
}
],
"pocket_data": [
{
"pocket_type": "CONTAINER",
"max_contains_volume": "500 ml",
"max_contains_weight": "2 kg",
"moves": 80,
"max_item_length": "15 cm",
"max_item_length": "11 cm",
"description": "pants pocket"
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "500 ml",
"max_contains_weight": "2 kg",
"moves": 80,
"max_item_length": "15 cm",
"max_item_length": "11 cm",
"description": "pants pocket"
}
],
"warmth": 15,
"material_thickness": 3,
"warmth": 30,
"environmental_protection": 10,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "POCKETS", "HOOD", "RAINPROOF", "STURDY" ]
},
{
"id": "xs_h20survivor_jumpsuit",
"type": "ARMOR",
"name": { "str": "XS kevlar wetsuit" },
"copy-from": "h20survivor_jumpsuit",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE" ] }
},
{
"id": "xl_h20survivor_jumpsuit",
"type": "ARMOR",
"name": { "str": "XL kevlar wetsuit" },
"copy-from": "h20survivor_jumpsuit",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
},
{
"id": "fsurvivor_jumpsuit",
"type": "ARMOR",
"category": "armor",
"name": { "str": "kevlar firesuit" },
"description": "A heavy, hand-built combination armor made from flame-resistant Nomex padded with layered kevlar. Protects from the fire as well as from harm.",
"weight": "6800 g",
"volume": "11500 ml",
"price": 200000,
"price_postapoc": 5000,
"to_hit": -3,
"bashing": 6,
"material": [ "nomex", "kevlar_layered", "cotton" ],
"symbol": "[",
"looks_like": "survivor_suit",
"color": "light_gray",
"armor": [
{
"material": [
{ "type": "nomex", "covered_by_mat": 100, "thickness": 2 },
{ "type": "kevlar_layered", "covered_by_mat": 100, "thickness": 1 },
{ "type": "kevlar_layered", "covered_by_mat": 90, "thickness": 1 }
],
"covers": [ "torso", "leg_l", "leg_r", "arm_l", "arm_r" ],
"coverage": 100,
"encumbrance": [ 19, 19 ]
}
],
"pocket_data": [
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 },
{ "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "3 kg", "moves": 80 }
],
"warmth": 15,
"environmental_protection": 10,
"flags": [ "VARSIZE", "WATERPROOF", "POCKETS", "RAINPROOF", "STURDY" ]
},
{
"id": "xs_fsurvivor_jumpsuit",
"type": "ARMOR",
"name": { "str": "XS kevlar firesuit" },
"copy-from": "fsurvivor_jumpsuit",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE" ] }
},
{
"id": "xl_fsurvivor_jumpsuit",
"type": "ARMOR",
"name": { "str": "XL kevlar firesuit" },
"copy-from": "fsurvivor_jumpsuit",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
}
]
Loading