Skip to content

Commit

Permalink
Stops Hub 01 buying back some of their newer stuff (CleverRaven#66634)
Browse files Browse the repository at this point in the history
* Update robofac_trade.json

* Alphebetised
  • Loading branch information
Procyonae authored Jul 4, 2023
1 parent 19858bf commit 945288b
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion data/json/itemgroups/Locations_MapExtras/robofac_trade.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,38 @@
{
"type": "item_group",
"id": "NC_ROBOFAC_gear",
"//": "Should contain all Hub 01 gear",
"subtype": "collection",
"entries": [
{ "group": "robofac_armor_pieces" },
{ "group": "robofac_armor_pieces_basic" },
{ "group": "robofac_armor_pieces_military" },
{ "group": "robofac_gun_mags" },
{ "group": "robofac_gun_exodii" },
{ "group": "robofac_gun_kit" },
{ "item": "robofac_armor_anchor" },
{ "item": "robofac_armor_anchor_on" },
{ "item": "robofac_armor_rig" },
{ "item": "robofac_enviro_suit" },
{ "item": "robofac_enviro_suit_casual" },
{ "item": "robofac_head_rig" },
{ "item": "robofac_head_rig_ir" },
{ "item": "robofac_head_rig_nv" },
{ "item": "hm12" },
{ "item": "robofac_enviro_suit_casual" }
{ "item": "template_armor" },
{ "item": "template_photonics" }
]
},
{
"type": "item_group",
"id": "robofac_armor_pieces_basic",
"subtype": "collection",
"entries": [
{ "item": "robofac_basic_helmet" },
{ "item": "robofac_basic_greaves" },
{ "item": "robofac_basic_mantle" },
{ "item": "robofac_basic_skirt" },
{ "item": "robofac_basic_vambraces" }
]
},
{
Expand Down

0 comments on commit 945288b

Please sign in to comment.