nukes cev-eris style helmets, adds ERT helmets, eva helmet inhand fix (#17808)
@@ -13,7 +13,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: ClothingHeadHelmetHelmet
|
- id: ClothingHeadHelmetBasic
|
||||||
amount: 3
|
amount: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -129,8 +129,6 @@
|
|||||||
prob: 0.20
|
prob: 0.20
|
||||||
- id: DrinkSpaceGlue
|
- id: DrinkSpaceGlue
|
||||||
prob: 0.20
|
prob: 0.20
|
||||||
- id: DrinkSpaceLube
|
|
||||||
prob: 0.20
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ClosetWallMaintenanceFilledRandom
|
id: ClosetWallMaintenanceFilledRandom
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
prob: 0.8
|
prob: 0.8
|
||||||
- id: ClothingUniformJumpsuitSecGrey
|
- id: ClothingUniformJumpsuitSecGrey
|
||||||
prob: 0.3
|
prob: 0.3
|
||||||
- id: ClothingHeadHelmetHelmet
|
- id: ClothingHeadHelmetBasic
|
||||||
- id: ClothingOuterArmorBulletproof
|
- id: ClothingOuterArmorBulletproof
|
||||||
- id: ClothingBeltSecurityFilled
|
- id: ClothingBeltSecurityFilled
|
||||||
- id: Flash
|
- id: Flash
|
||||||
|
|||||||
@@ -159,7 +159,7 @@
|
|||||||
- id: ClothingBackpackSecurity
|
- id: ClothingBackpackSecurity
|
||||||
- id: ClothingShoesBootsJack
|
- id: ClothingShoesBootsJack
|
||||||
- id: ClothingEyesGlassesSecurity
|
- id: ClothingEyesGlassesSecurity
|
||||||
- id: ClothingHeadHelmetHelmetOld
|
- id: ClothingHeadHelmetBasic
|
||||||
- id: ClothingOuterVestKevlar
|
- id: ClothingOuterVestKevlar
|
||||||
- id: ClothingUniformJumpskirtSec
|
- id: ClothingUniformJumpskirtSec
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#(Security) Helmet
|
#Basic Helmet (Security Helmet)
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHelmetHelmet
|
id: ClothingHeadHelmetBasic
|
||||||
name: helmet
|
name: helmet
|
||||||
description: A usual helmet.
|
description: Standard security gear. Protects the head from impacts.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Head/Helmets/security.rsi
|
sprite: Clothing/Head/Helmets/security.rsi
|
||||||
@@ -18,24 +18,11 @@
|
|||||||
Heat: 0.8
|
Heat: 0.8
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- HamsterWearable
|
|
||||||
- WhitelistChameleon
|
- WhitelistChameleon
|
||||||
|
|
||||||
#Old (Security) Helmet
|
|
||||||
- type: entity
|
|
||||||
parent: ClothingHeadHelmetHelmet
|
|
||||||
id: ClothingHeadHelmetHelmetOld
|
|
||||||
name: helmet
|
|
||||||
description: Standard Security gear. Protects the head from impacts.
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
sprite: Clothing/Head/Helmets/securityold.rsi
|
|
||||||
- type: Clothing
|
|
||||||
sprite: Clothing/Head/Helmets/securityold.rsi
|
|
||||||
|
|
||||||
#Mercenary Helmet
|
#Mercenary Helmet
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadHelmetHelmet
|
parent: ClothingHeadHelmetBasic
|
||||||
id: ClothingHeadHelmetMerc
|
id: ClothingHeadHelmetMerc
|
||||||
name: mercenary helmet
|
name: mercenary helmet
|
||||||
description: The combat helmet is commonly used by mercenaries, is strong, light and smells like gunpowder and the jungle.
|
description: The combat helmet is commonly used by mercenaries, is strong, light and smells like gunpowder and the jungle.
|
||||||
@@ -95,9 +82,9 @@
|
|||||||
- type: Armor
|
- type: Armor
|
||||||
modifiers:
|
modifiers:
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.8
|
Blunt: 0.70
|
||||||
Slash: 0.8
|
Slash: 0.80
|
||||||
Piercing: 0.8
|
Piercing: 0.85
|
||||||
|
|
||||||
#Bombsuit Helmet
|
#Bombsuit Helmet
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -298,3 +285,64 @@
|
|||||||
Slash: 0.5
|
Slash: 0.5
|
||||||
Piercing: 0.5
|
Piercing: 0.5
|
||||||
Heat: 0.9
|
Heat: 0.9
|
||||||
|
|
||||||
|
#ERT HELMETS
|
||||||
|
#ERT Leader Helmet
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHelmetBasic
|
||||||
|
id: ClothingHeadHelmetERTLeader
|
||||||
|
name: ERT leader helmet
|
||||||
|
description: An in-atmosphere helmet worn by the leader of a Nanotrasen Emergency Response Team. Has blue highlights.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Helmets/ert_leader.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Helmets/ert_leader.rsi
|
||||||
|
|
||||||
|
#ERT Security Helmet
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHelmetBasic
|
||||||
|
id: ClothingHeadHelmetERTSecurity
|
||||||
|
name: ERT security helmet
|
||||||
|
description: An in-atmosphere helmet worn by security members of the Nanotrasen Emergency Response Team. Has red highlights.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Helmets/ert_security.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Helmets/ert_security.rsi
|
||||||
|
|
||||||
|
#ERT Medic Helmet
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHelmetBasic
|
||||||
|
id: ClothingHeadHelmetERTMedic
|
||||||
|
name: ERT medic helmet
|
||||||
|
description: An in-atmosphere helmet worn by medical members of the Nanotrasen Emergency Response Team. Has white highlights.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Helmets/ert_medic.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Helmets/ert_medic.rsi
|
||||||
|
|
||||||
|
#ERT Engineer Helmet
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHelmetBasic
|
||||||
|
id: ClothingHeadHelmetERTEngineer
|
||||||
|
name: ERT engineer helmet
|
||||||
|
description: An in-atmosphere helmet worn by engineering members of the Nanotrasen Emergency Response Team. Has orange highlights.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Helmets/ert_engineer.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Helmets/ert_engineer.rsi
|
||||||
|
|
||||||
|
#ERT Janitor Helmet
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHelmetBasic
|
||||||
|
id: ClothingHeadHelmetERTJanitor
|
||||||
|
name: ERT janitor helmet
|
||||||
|
description: An in-atmosphere helmet worn by janitorial members of the Nanotrasen Emergency Response Team. Has dark purple highlights.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Helmets/ert_janitor.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Helmets/ert_janitor.rsi
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
jumpsuit: ClothingUniformJumpsuitERTLeader
|
jumpsuit: ClothingUniformJumpsuitERTLeader
|
||||||
back: ClothingBackpackERTLeaderFilled
|
back: ClothingBackpackERTLeaderFilled
|
||||||
shoes: ClothingShoesBootsJack
|
shoes: ClothingShoesBootsJack
|
||||||
head: ClothingHeadHelmetHelmet
|
head: ClothingHeadHelmetERTLeader
|
||||||
eyes: ClothingEyesGlassesSecurity
|
eyes: ClothingEyesGlassesSecurity
|
||||||
gloves: ClothingHandsGlovesColorBlack
|
gloves: ClothingHandsGlovesColorBlack
|
||||||
outerClothing: ClothingOuterVestKevlar
|
outerClothing: ClothingOuterVestKevlar
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
jumpsuit: ClothingUniformJumpsuitERTEngineer
|
jumpsuit: ClothingUniformJumpsuitERTEngineer
|
||||||
back: ClothingBackpackERTEngineerFilled
|
back: ClothingBackpackERTEngineerFilled
|
||||||
shoes: ClothingShoesBootsWork
|
shoes: ClothingShoesBootsWork
|
||||||
head: ClothingHeadHelmetHelmet
|
head: ClothingHeadHelmetERTEngineer
|
||||||
eyes: ClothingEyesGlassesMeson
|
eyes: ClothingEyesGlassesMeson
|
||||||
gloves: ClothingHandsGlovesColorYellow
|
gloves: ClothingHandsGlovesColorYellow
|
||||||
outerClothing: ClothingOuterVestKevlar
|
outerClothing: ClothingOuterVestKevlar
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
jumpsuit: ClothingUniformJumpsuitERTSecurity
|
jumpsuit: ClothingUniformJumpsuitERTSecurity
|
||||||
back: ClothingBackpackERTSecurityFilled
|
back: ClothingBackpackERTSecurityFilled
|
||||||
shoes: ClothingShoesBootsJack
|
shoes: ClothingShoesBootsJack
|
||||||
head: ClothingHeadHelmetHelmet
|
head: ClothingHeadHelmetERTSecurity
|
||||||
eyes: ClothingEyesGlassesSecurity
|
eyes: ClothingEyesGlassesSecurity
|
||||||
gloves: ClothingHandsGlovesColorBlack
|
gloves: ClothingHandsGlovesColorBlack
|
||||||
outerClothing: ClothingOuterVestKevlar
|
outerClothing: ClothingOuterVestKevlar
|
||||||
@@ -153,7 +153,7 @@
|
|||||||
jumpsuit: ClothingUniformJumpsuitERTMedic
|
jumpsuit: ClothingUniformJumpsuitERTMedic
|
||||||
back: ClothingBackpackERTMedicalFilled
|
back: ClothingBackpackERTMedicalFilled
|
||||||
shoes: ClothingShoesBootsJack
|
shoes: ClothingShoesBootsJack
|
||||||
head: ClothingHeadHelmetHelmet
|
head: ClothingHeadHelmetERTMedic
|
||||||
eyes: ClothingEyesHudMedical
|
eyes: ClothingEyesHudMedical
|
||||||
gloves: ClothingHandsGlovesColorBlack
|
gloves: ClothingHandsGlovesColorBlack
|
||||||
outerClothing: ClothingOuterVestKevlar
|
outerClothing: ClothingOuterVestKevlar
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
jumpsuit: ClothingUniformJumpsuitERTJanitor
|
jumpsuit: ClothingUniformJumpsuitERTJanitor
|
||||||
back: ClothingBackpackERTJanitorFilled
|
back: ClothingBackpackERTJanitorFilled
|
||||||
shoes: ClothingShoesGaloshes
|
shoes: ClothingShoesGaloshes
|
||||||
head: ClothingHeadHelmetHelmet
|
head: ClothingHeadHelmetERTJanitor
|
||||||
gloves: ClothingHandsGlovesColorBlack
|
gloves: ClothingHandsGlovesColorBlack
|
||||||
outerClothing: ClothingOuterVestKevlar
|
outerClothing: ClothingOuterVestKevlar
|
||||||
id: ERTLeaderPDA
|
id: ERTLeaderPDA
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
back: ClothingBackpackSecurityFilled
|
back: ClothingBackpackSecurityFilled
|
||||||
shoes: ClothingShoesBootsJack
|
shoes: ClothingShoesBootsJack
|
||||||
eyes: ClothingEyesGlassesSecurity
|
eyes: ClothingEyesGlassesSecurity
|
||||||
head: ClothingHeadHelmetHelmetOld
|
head: ClothingHeadHelmetBasic
|
||||||
outerClothing: ClothingOuterVestKevlar
|
outerClothing: ClothingOuterVestKevlar
|
||||||
id: SecurityPDA
|
id: SecurityPDA
|
||||||
ears: ClothingHeadsetSecurity
|
ears: ClothingHeadsetSecurity
|
||||||
|
|||||||
|
After Width: | Height: | Size: 759 B |
|
After Width: | Height: | Size: 746 B |
|
After Width: | Height: | Size: 411 B |
|
After Width: | Height: | Size: 422 B |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
"copyright": "Sprite taken from https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37 and repaletted, inhands created by Flareguy for Space Station 14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -14,14 +14,6 @@
|
|||||||
"name": "equipped-HELMET",
|
"name": "equipped-HELMET",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "light-equipped-HELMET",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "lighton-equipped-HELMET",
|
|
||||||
"directions": 4
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "inhand-left",
|
"name": "inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
After Width: | Height: | Size: 775 B |
|
After Width: | Height: | Size: 746 B |
|
After Width: | Height: | Size: 419 B |
|
After Width: | Height: | Size: 422 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Sprite taken from https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37, inhands created by Flareguy for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 757 B |
BIN
Resources/Textures/Clothing/Head/Helmets/ert_leader.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 746 B |
|
After Width: | Height: | Size: 413 B |
|
After Width: | Height: | Size: 423 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Sprite taken from https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37 and repaletted, inhands created by Flareguy for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 446 B |
BIN
Resources/Textures/Clothing/Head/Helmets/ert_medic.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 732 B |
|
After Width: | Height: | Size: 420 B |
|
After Width: | Height: | Size: 428 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Sprite taken from https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37, inhands created by Flareguy for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 744 B |
|
After Width: | Height: | Size: 739 B |
|
After Width: | Height: | Size: 427 B |
|
After Width: | Height: | Size: 428 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Sprite taken from https://github.com/ParadiseSS13/Paradise/commit/813f0a3ae556d86dddd7c4ef93a52880de8d2e37, inhands created by Flareguy for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 886 B After Width: | Height: | Size: 884 B |
|
Before Width: | Height: | Size: 890 B After Width: | Height: | Size: 889 B |
|
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 896 B |
|
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 896 B |
|
Before Width: | Height: | Size: 906 B After Width: | Height: | Size: 903 B |
|
Before Width: | Height: | Size: 908 B After Width: | Height: | Size: 907 B |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 880 B |
|
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 205 B |
|
Before Width: | Height: | Size: 642 B After Width: | Height: | Size: 653 B |
|
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 639 B |
|
Before Width: | Height: | Size: 952 B After Width: | Height: | Size: 952 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/a75dee2e6d236612dbd403dd5f8687ca930c01f1",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -15,7 +15,11 @@
|
|||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "equipped-HELMET-hamster",
|
"name": "light-equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lighton-equipped-HELMET",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 880 B |
|
Before Width: | Height: | Size: 205 B |
|
Before Width: | Height: | Size: 653 B |
|
Before Width: | Height: | Size: 639 B |
@@ -94,3 +94,7 @@ WindoorScienceLocked: WindoorSecureScienceLocked
|
|||||||
WindoorHeadOfPersonnelLocked: WindoorSecureHeadOfPersonnelLocked
|
WindoorHeadOfPersonnelLocked: WindoorSecureHeadOfPersonnelLocked
|
||||||
WindoorAtmosphericsLocked: WindoorSecureAtmosphericsLocked
|
WindoorAtmosphericsLocked: WindoorSecureAtmosphericsLocked
|
||||||
WindoorParamedicLocked: WindoorSecureParamedicLocked
|
WindoorParamedicLocked: WindoorSecureParamedicLocked
|
||||||
|
|
||||||
|
# 2023-07-03
|
||||||
|
ClothingHeadHelmetHelmet: ClothingHeadHelmetBasic
|
||||||
|
ClothingHeadHelmetHelmetOld: ClothingHeadHelmetBasic
|
||||||