Adds the SWAT Helmet (#17384)
* adds swat helmet * joever * epic > rare * A
@@ -22,13 +22,48 @@
|
|||||||
parent: ClothingHeadHelmetHelmet
|
parent: ClothingHeadHelmetHelmet
|
||||||
id: ClothingHeadHelmetHelmetOld
|
id: ClothingHeadHelmetHelmetOld
|
||||||
name: helmet
|
name: helmet
|
||||||
description: An old usual helmet.
|
description: Standard Security gear. Protects the head from impacts.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Head/Helmets/securityold.rsi
|
sprite: Clothing/Head/Helmets/securityold.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Helmets/securityold.rsi
|
sprite: Clothing/Head/Helmets/securityold.rsi
|
||||||
|
|
||||||
|
#SWAT Helmet
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadBase
|
||||||
|
id: ClothingHeadHelmetSwat
|
||||||
|
name: SWAT helmet
|
||||||
|
description: An extremely robust helmet, commonly used by paramilitary forces. This one has the Nanotrasen logo emblazoned on the top.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Helmets/swat.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Helmets/swat.rsi
|
||||||
|
- type: Armor #In SS13 this has 100% acid (caustic) protection, however it would be probably be silly to give this to a helmet without locational damage existing yet.
|
||||||
|
modifiers:
|
||||||
|
coefficients:
|
||||||
|
Blunt: 0.70
|
||||||
|
Slash: 0.70
|
||||||
|
Piercing: 0.80
|
||||||
|
Heat: 0.80
|
||||||
|
Radiation: 0.80
|
||||||
|
- type: ExplosionResistance
|
||||||
|
damageCoefficient: 0.75
|
||||||
|
|
||||||
|
#Syndicate SWAT Helmet
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHelmetSwat
|
||||||
|
id: ClothingHeadHelmetSwatSyndicate
|
||||||
|
name: SWAT helmet
|
||||||
|
suffix: Syndicate
|
||||||
|
description: An extremely robust helmet, commonly used by paramilitary forces. It is adorned in a nefarious red and black stripe pattern.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Helmets/swat_syndicate.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Helmets/swat_syndicate.rsi
|
||||||
|
|
||||||
#Light Riot Helmet
|
#Light Riot Helmet
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
|
|||||||
@@ -39,6 +39,8 @@
|
|||||||
CrateArmorySMG: 0.25
|
CrateArmorySMG: 0.25
|
||||||
CrateArmoryLaser: 0.25
|
CrateArmoryLaser: 0.25
|
||||||
WeaponMakeshiftLaser: 0.25
|
WeaponMakeshiftLaser: 0.25
|
||||||
|
# rare armor
|
||||||
|
ClothingHeadHelmetSwat: 0.1
|
||||||
# rare weapons
|
# rare weapons
|
||||||
WeaponSubMachineGunC20r: 0.1
|
WeaponSubMachineGunC20r: 0.1
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,6 @@
|
|||||||
satchel: ClothingBackpackDuffelSyndicateAmmo
|
satchel: ClothingBackpackDuffelSyndicateAmmo
|
||||||
duffelbag: ClothingBackpackDuffelSyndicateAmmo
|
duffelbag: ClothingBackpackDuffelSyndicateAmmo
|
||||||
|
|
||||||
|
|
||||||
# Syndicate Operative Outfit - Poverty
|
# Syndicate Operative Outfit - Poverty
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: SyndicateOperativeGearExtremelyBasic
|
id: SyndicateOperativeGearExtremelyBasic
|
||||||
@@ -66,7 +65,6 @@
|
|||||||
satchel: ClothingBackpackDuffelSyndicateOperative
|
satchel: ClothingBackpackDuffelSyndicateOperative
|
||||||
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
||||||
|
|
||||||
|
|
||||||
#Syndicate Operative Outfit - Basic
|
#Syndicate Operative Outfit - Basic
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: SyndicateOperativeGearBasic
|
id: SyndicateOperativeGearBasic
|
||||||
@@ -103,6 +101,7 @@
|
|||||||
satchel: ClothingBackpackDuffelSyndicateOperative
|
satchel: ClothingBackpackDuffelSyndicateOperative
|
||||||
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
||||||
|
|
||||||
|
#Nuclear Operative Commander Gear
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: SyndicateCommanderGearFull
|
id: SyndicateCommanderGearFull
|
||||||
equipment:
|
equipment:
|
||||||
@@ -123,6 +122,7 @@
|
|||||||
satchel: ClothingBackpackDuffelSyndicateOperative
|
satchel: ClothingBackpackDuffelSyndicateOperative
|
||||||
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
||||||
|
|
||||||
|
#Nuclear Operative Medic Gear
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: SyndicateOperativeMedicFull
|
id: SyndicateOperativeMedicFull
|
||||||
equipment:
|
equipment:
|
||||||
@@ -142,6 +142,96 @@
|
|||||||
satchel: ClothingBackpackDuffelSyndicateOperativeMedic
|
satchel: ClothingBackpackDuffelSyndicateOperativeMedic
|
||||||
duffelbag: ClothingBackpackDuffelSyndicateOperativeMedic
|
duffelbag: ClothingBackpackDuffelSyndicateOperativeMedic
|
||||||
|
|
||||||
|
# Syndicate Footsoldier Gear - Unarmed
|
||||||
|
- type: startingGear
|
||||||
|
id: SyndicateFootsoldierGear
|
||||||
|
equipment:
|
||||||
|
jumpsuit: ClothingUniformJumpsuitOperative
|
||||||
|
head: ClothingHeadHelmetSwatSyndicate
|
||||||
|
mask: ClothingMaskGas
|
||||||
|
outerClothing: ClothingOuterVestKevlar
|
||||||
|
ears: ClothingHeadsetAltSyndicate
|
||||||
|
gloves: ClothingHandsGlovesCombat
|
||||||
|
back: ClothingBackpackFilled
|
||||||
|
shoes: ClothingShoesBootsCombat
|
||||||
|
id: SyndiPDA #a subtype of this for footsoldiers would probably be good to have
|
||||||
|
innerclothingskirt: ClothingUniformJumpsuitOperative
|
||||||
|
satchel: ClothingBackpackSatchelFilled
|
||||||
|
duffelbag: ClothingBackpackDuffelFilled
|
||||||
|
|
||||||
|
# Syndicate Footsoldier Gear - Knife
|
||||||
|
- type: startingGear
|
||||||
|
id: SyndicateFootsoldierGearKnife
|
||||||
|
equipment:
|
||||||
|
jumpsuit: ClothingUniformJumpsuitOperative
|
||||||
|
head: ClothingHeadHelmetSwatSyndicate
|
||||||
|
mask: ClothingMaskGas
|
||||||
|
outerClothing: ClothingOuterVestKevlar
|
||||||
|
ears: ClothingHeadsetAltSyndicate
|
||||||
|
gloves: ClothingHandsGlovesCombat
|
||||||
|
back: ClothingBackpackFilled
|
||||||
|
shoes: ClothingShoesBootsCombat
|
||||||
|
pocket1: CombatKnife
|
||||||
|
id: SyndiPDA
|
||||||
|
innerclothingskirt: ClothingUniformJumpsuitOperative
|
||||||
|
satchel: ClothingBackpackSatchelFilled
|
||||||
|
duffelbag: ClothingBackpackDuffelFilled
|
||||||
|
|
||||||
|
# Syndicate Footsoldier Gear - Energy Sword
|
||||||
|
#Add energy shield to this when that gets added.
|
||||||
|
- type: startingGear
|
||||||
|
id: SyndicateFootsoldierGearESword
|
||||||
|
equipment:
|
||||||
|
jumpsuit: ClothingUniformJumpsuitOperative
|
||||||
|
head: ClothingHeadHelmetSwatSyndicate
|
||||||
|
mask: ClothingMaskGas
|
||||||
|
outerClothing: ClothingOuterVestKevlar
|
||||||
|
ears: ClothingHeadsetAltSyndicate
|
||||||
|
gloves: ClothingHandsGlovesCombat
|
||||||
|
back: ClothingBackpackFilled
|
||||||
|
shoes: ClothingShoesBootsCombatFilled
|
||||||
|
pocket1: EnergySword
|
||||||
|
id: SyndiPDA
|
||||||
|
innerclothingskirt: ClothingUniformJumpsuitOperative
|
||||||
|
satchel: ClothingBackpackSatchelFilled
|
||||||
|
duffelbag: ClothingBackpackDuffelFilled
|
||||||
|
|
||||||
|
# Syndicate Footsoldier Gear - Viper
|
||||||
|
- type: startingGear
|
||||||
|
id: SyndicateFootsoldierGearPistol
|
||||||
|
equipment:
|
||||||
|
jumpsuit: ClothingUniformJumpsuitOperative
|
||||||
|
head: ClothingHeadHelmetSwatSyndicate
|
||||||
|
mask: ClothingMaskGas
|
||||||
|
outerClothing: ClothingOuterVestKevlar
|
||||||
|
ears: ClothingHeadsetAltSyndicate
|
||||||
|
gloves: ClothingHandsGlovesCombat
|
||||||
|
back: ClothingBackpackFilled
|
||||||
|
shoes: ClothingShoesBootsCombat
|
||||||
|
pocket1: WeaponPistolViper
|
||||||
|
id: SyndiPDA
|
||||||
|
innerclothingskirt: ClothingUniformJumpsuitOperative
|
||||||
|
satchel: ClothingBackpackSatchelFilled
|
||||||
|
duffelbag: ClothingBackpackDuffelFilled
|
||||||
|
|
||||||
|
# Nanotrasen Paramilitary Unit Gear - Unarmed
|
||||||
|
#I do not feel like doing more of these right now because this probably needs more stuff (like a different ID.)
|
||||||
|
- type: startingGear
|
||||||
|
id: NanotrasenParamilitaryGear
|
||||||
|
equipment:
|
||||||
|
jumpsuit: ClothingUniformJumpsuitSec
|
||||||
|
back: ClothingBackpackSecurityFilled
|
||||||
|
shoes: ClothingShoesBootsCombatFilled
|
||||||
|
eyes: ClothingEyesGlassesSecurity
|
||||||
|
head: ClothingHeadHelmetSwat
|
||||||
|
mask: ClothingMaskGasSwat
|
||||||
|
outerClothing: ClothingOuterVestKevlar
|
||||||
|
ears: ClothingHeadsetSecurity
|
||||||
|
gloves: ClothingHandsGlovesCombat
|
||||||
|
innerclothingskirt: ClothingUniformJumpskirtSec
|
||||||
|
satchel: ClothingBackpackSatchelSecurityFilled
|
||||||
|
duffelbag: ClothingBackpackDuffelSecurityFilled
|
||||||
|
|
||||||
#CBURN Unit Gear - Full Kit
|
#CBURN Unit Gear - Full Kit
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: CBURNGear
|
id: CBURNGear
|
||||||
|
|||||||
|
After Width: | Height: | Size: 688 B |
BIN
Resources/Textures/Clothing/Head/Helmets/swat.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 649 B |
|
After Width: | Height: | Size: 845 B |
26
Resources/Textures/Clothing/Head/Helmets/swat.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34, inhand sprites by Flareguy",
|
||||||
|
"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: 291 B |
|
After Width: | Height: | Size: 658 B |
|
After Width: | Height: | Size: 666 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34, inhand sprites by Flareguy, icon edited by Flareguy",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||