Skip to content

Commit

Permalink
feat(balance): scavenger cowl inherits components' qualities (#6140)
Browse files Browse the repository at this point in the history
* cowl

* fix desc

* change type

* slight recipe change

* style(autofix.ci): automated formatting

* Update data/json/items/armor/helmets.json

Co-authored-by: Chaosvolt <[email protected]>

* Update data/json/recipes/armor/head.json

Co-authored-by: Chaosvolt <[email protected]>

* comma

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Chaosvolt <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2025
1 parent 88cc949 commit 2abb8ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions data/json/items/armor/helmets.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,9 @@
},
{
"id": "helmet_scavenger",
"type": "ARMOR",
"type": "TOOL_ARMOR",
"name": { "str": "scavenger cowl" },
"description": "A sturdy protective cowl extending down to the neck, fitted with a respirator, helmet, and eye protection. For dangerous scavenging ventures.",
"description": "A sturdy protective cowl extending down to the neck, fitted with a respirator, helmet, certain level of glare and eye protection. For dangerous scavenging ventures.",
"weight": "695 g",
"volume": "2500 ml",
"price": "550 USD",
Expand All @@ -586,8 +586,15 @@
"encumbrance": 23,
"warmth": 30,
"material_thickness": 8,
"environmental_protection": 7,
"max_charges": 100,
"initial_charges": 100,
"charges_per_use": 1,
"ammo": "gasfilter_m",
"use_action": "GASMASK",
"environmental_protection": 1,
"environmental_protection_with_filter": 15,
"valid_mods": [ "steel_padded", "alloy_padded" ],
"qualities": [ [ "GLARE", 1 ] ],
"flags": [ "VARSIZE", "STURDY", "WATERPROOF", "SUN_GLASSES" ]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,9 @@
"components": [
[ [ "hat_ball", 1 ], [ "hat_boonie", 1 ] ],
[
[ "mask_filter", 1 ],
[ "mask_gas", 1 ],
[ "mask_survivor", 1 ],
[ "mask_lsurvivor", 1 ],
[ "mask_halfsurvivor", 1 ],
[ "mask_hsurvivor", 1 ]
],
Expand Down

0 comments on commit 2abb8ad

Please sign in to comment.