Skip to content

Commit

Permalink
Robofac Tactical Modular Poncho (#53871)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombasticSlacks authored Jan 1, 2022
1 parent a261855 commit a736816
Show file tree
Hide file tree
Showing 10 changed files with 724 additions and 13 deletions.
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

0 comments on commit a736816

Please sign in to comment.