Cataclysm-dda: Riot helmet visor mobility-suggestion

Created on 5 Aug 2018  ·  5Comments  ·  Source: CleverRaven/Cataclysm-DDA

Considering riot helmets usually have option of raising visor(plastic shield) i thought said option should be added in game-its easy to code in ,just add second model of helmet with removed protection for mouth and eyes and maybe lower overall protection percentage if must and ability of one form to transform in other.

One of problem of helmets such is motorcycle one,riot helmet,full tactical helm is that they inhibit both breathng and perception and also have low enviromentnl protection which is objectively ok but make them inferior to those which only protect head as you can by your need use masks and googles-and usually player want good gas or filter mask to protect them from enviromental hazards and as lowest eye encumbrance as they can get.Giving this ability to riot helm and possibly motorcycle helmet (though i think one described in game are not one which can do it) or medieval helmet woud make them more desirable and is also real.

json example

"id": "helmet_riot",
"type": "ARMOR",
"category": "armor",
"name": "riot helmet",
"description": "A helmet with a plastic shield that covers your entire face.",
"use_action": { "type": "transform", "target": "helmet_riot_raised", "msg": "You raise your visor." },
"weight": 2260,
"volume": 9,
"price": 22000,
"to_hit": -1,
"bashing": 8,
"material": [ "plastic", "steel" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "HEAD", "EYES", "MOUTH" ],
"coverage": 95,
"encumbrance": 20,
"warmth": 10,
"material_thickness": 3,
"environmental_protection": 2,
"techniques": [ "WBLOCK_1" ],
"flags": [ "WATERPROOF", "STURDY" ]
},
{
"id": "helmet_riot_raised",
"type": "ARMOR",
"category": "armor",
"name": "riot helmet(raised visor)",
"description": "A riot helmet with a plastic shield which is raised up.",
"use_action": { "type": "transform", "target": "helmet_riot", "msg": "You put down your visor." },
"weight": 2260,
"volume": 9,
"price": 22000,
"to_hit": -1,
"bashing": 8,
"material": [ "plastic", "steel" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "HEAD"],
"coverage": 95,
"encumbrance": 20,
"warmth": 10,
"material_thickness": 3,
"environmental_protection": 2,
"techniques": [ "WBLOCK_1" ],
"flags": [ "WATERPROOF", "STURDY" ]
},
{

<Suggestion / Discussion> Good First Issue Items / Item Actions / Item Qualities [JSON]

Most helpful comment

Make a PR then

All 5 comments

Make a PR then

This would be a good case for using the copy-from function.

Maybe we could add a activate function and a separate item that doesn't cover the eyes and mouth.
@baraba3 if you have made a PR, please mention it, otherwise I may try to create PR to do such change.

i did such myslef when testing in fact i have thsoe "two" items in first
post.I tried than using copy from function other posters mentioned but
didnt succceded and lost interest as i had trouble with uploading and
making pr.You have my support to finish job yourself.

уто, 2. окт 2018. у 16:43 Aleksander notifications@github.com је
написао/ла:

Maybe we could add a activate function and a separate item that doesn't
cover the eyes and mouth.
@baraba3 https://github.com/baraba3 if you have made a PR, please
mention it, otherwise I may try to create PR to do such change.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/CleverRaven/Cataclysm-DDA/issues/24638#issuecomment-426300163,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARBmIAnCZ8Uuivv1zszqB0K8p0gIxZnUks5ug3uSgaJpZM4VvJ16
.

This would be a good case for using the copy-from function.

adding a use function turns it into tool armor which doesn't support copy-from currently.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

2birdie picture 2birdie  ·  3Comments

Coolthulhu picture Coolthulhu  ·  3Comments

tinukedaya picture tinukedaya  ·  3Comments

ituluwituluwzev picture ituluwituluwzev  ·  3Comments

Regularitee picture Regularitee  ·  3Comments