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

Adjust Hub 01 environmental suit values #37519

Merged
merged 5 commits into from
Jan 29, 2020
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
8 changes: 4 additions & 4 deletions data/json/items/armor/suits_protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@
"id": "robofac_enviro_suit",
"repairs_like": "miner_hat",
"type": "ARMOR",
"name": "Hub 01 enviromental suit",
"name": "Hub 01 environmental suit",
"description": "A lightweight environmental suit worn by Hub personnel in their rare forays aboveground. Colored brown and blue, the white seal of Hub 01 is embroidered on both of its upper arms. It requires a separate gas mask for full protection.",
"weight": "5000 g",
"volume": "17 L",
"weight": "4000 g",
"volume": "14 L",
"price": 117500,
"material": [ "nomex" ],
"symbol": "[",
Expand All @@ -604,8 +604,8 @@
"covers": [ "HEAD", "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ],
"coverage": 100,
"encumbrance": 15,
"storage": "5 L",
"warmth": 40,
"storage": "15 L",
"material_thickness": 2,
"environmental_protection": 20,
"flags": [ "VARSIZE", "WATERPROOF", "RAINPROOF", "GAS_PROOF", "HELMET_COMPAT", "RAD_PROOF", "ELECTRIC_IMMUNE", "STURDY" ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
],
"terrain": { "@": "t_grass", "b": "t_dirt", "M": "t_dirt" },
"fields": { "b": { "field": "fd_blood", "intensity": 1 } },
"items": { "@": { "item": "NC_ROBOFAC_FIELD_RESEARCHER_worn", "chance": 100 } },
"items": { "@": { "item": "NC_ROBOFAC_SCIENTIST_worn", "chance": 100 } },
"item": { "@": [ { "item": "grenade_emp", "amount": 2 }, { "item": "corpse" } ] },
"monster": { "M": { "monster": "mon_robofac_prototype" } }
}
Expand Down