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

Robofac Tactical Modular Poncho #53871

Merged
merged 15 commits into from
Jan 1, 2022
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
12 changes: 12 additions & 0 deletions data/json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@
"info": "This plate will fit in <info>large</info> armor pockets",
"restriction": "Item must be a large ablative plate"
},
{
"id": "ABLATIVE_MANTLE",
"type": "json_flag",
"info": "This will hook to a <info>Hub 01 proprietary</info> mantle connector",
"restriction": "Item must be an armored mantle"
},
{
"id": "ABLATIVE_MEDIUM",
"type": "json_flag",
"info": "This plate will fit in <info>medium</info> armor pockets",
"restriction": "Item must be a medium ablative plate"
},
{
"id": "ABLATIVE_SKIRT",
"type": "json_flag",
"info": "This will hook to a <info>Hub 01 proprietary</info> skirt connector",
"restriction": "Item must be an armored skirt"
},
{
"id": "ACTIVE_CLOAKING",
"type": "json_flag",
Expand Down
44 changes: 44 additions & 0 deletions data/json/itemgroups/Locations_MapExtras/robofac_trade.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,49 @@
"id": "robofac_basic_robots",
"subtype": "distribution",
"items": [ [ "bot_manhack", 40 ], [ "bot_skitterbot", 25 ] ]
},
{
"type": "item_group",
"id": "robofac_armor_pieces",
"subtype": "distribution",
"items": [
[ "robofac_rubber_mantle", 25 ],
[ "robofac_nomex_mantle", 25 ],
[ "robofac_kevlar_mantle", 25 ],
[ "robofac_rubber_skirt", 25 ],
[ "robofac_nomex_skirt", 25 ],
[ "robofac_kevlar_skirt", 25 ],
[ "robofac_rubber_vambraces", 25 ],
[ "robofac_nomex_vambraces", 25 ],
[ "robofac_kevlar_vambraces", 25 ],
[ "robofac_rubber_greaves", 25 ],
[ "robofac_nomex_greaves", 25 ],
[ "robofac_kevlar_greaves", 25 ],
[ "robofac_armor_rig", 25 ]
]
},
{
"id": "robofac_mantle_merc",
"type": "item_group",
"//": "a robofac poncho with a few armored bits",
"container-item": "robofac_armor_rig",
"subtype": "collection",
"entries": [ { "item": "robofac_kevlar_skirt" }, { "item": "robofac_kevlar_mantle" }, { "group": "army_mags_m4" } ]
},
{
"id": "robofac_mantle_prototype",
"type": "item_group",
"//": "a robofac poncho with a few basic bits",
"container-item": "robofac_armor_rig",
"subtype": "collection",
"entries": [ { "item": "robofac_basic_skirt" }, { "item": "robofac_basic_mantle" } ]
},
{
"id": "nano_templates",
"type": "item_group",
"//": "a group of nano templates for one of the missions",
"container-item": "box_small_wood",
"subtype": "collection",
"entries": [ { "item": "template_armor" }, { "item": "template_photonics" } ]
}
]
Loading