The Quartermaster Hardsuit (#19738)
* added Quartermaster hardsuit, and cargo order for it * always some pocket lint * DNM comments to relevant spots * renames * more renames, also pirate crate because gold luxury something something * plus one id
@@ -0,0 +1,2 @@
|
||||
ent-CargoLuxuryHardsuit = { ent-CrateCargoLuxuryHardsuit }
|
||||
.desc = { ent-CrateCargoLuxuryHardsuit.desc }
|
||||
@@ -0,0 +1,2 @@
|
||||
ent-CrateCargoLuxuryHardsuit = luxury mining hardsuit crate
|
||||
.desc = Finally, a hardsuit Quartermasters could call their own. Centcomm has heard you, now stop asking.
|
||||
@@ -6,4 +6,14 @@
|
||||
product: CargoPallet
|
||||
cost: 250
|
||||
category: Cargo
|
||||
group: market
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: CargoLuxuryHardsuit
|
||||
icon:
|
||||
sprite: Clothing/Head/Hardsuits/luxury.rsi
|
||||
state: icon
|
||||
product: CrateCargoLuxuryHardsuit
|
||||
cost: 15000
|
||||
category: Cargo
|
||||
group: market
|
||||
|
||||
7
Resources/Prototypes/Catalog/Fills/Crates/cargo.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- type: entity
|
||||
id: CrateCargoLuxuryHardsuit
|
||||
parent: CratePirate
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterHardsuitLuxury
|
||||
@@ -300,6 +300,25 @@
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
|
||||
#Luxury Mining Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingHeadHardsuitWithLightBase
|
||||
id: ClothingHeadHelmetHardsuitLuxury #DO NOT MAP - https://github.com/space-wizards/space-station-14/pull/19738#issuecomment-1703486738
|
||||
noSpawn: true
|
||||
name: luxury mining hardsuit helmet
|
||||
description: A refurbished mining hardsuit helmet, fitted with satin cushioning and an extra (non-functioning) antenna, because you're that extra.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hardsuits/luxury.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hardsuits/luxury.rsi
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.525
|
||||
lowPressureMultiplier: 1000
|
||||
- type: PointLight
|
||||
radius: 7
|
||||
energy: 3
|
||||
|
||||
#ANTAG HARDSUITS
|
||||
#Blood-red Hardsuit
|
||||
- type: entity
|
||||
|
||||
@@ -390,6 +390,36 @@
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitSecurityRed
|
||||
|
||||
#Luxury Mining Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitBase
|
||||
id: ClothingOuterHardsuitLuxury #DO NOT MAP - https://github.com/space-wizards/space-station-14/pull/19738#issuecomment-1703486738
|
||||
name: luxury mining hardsuit
|
||||
description: A refurbished mining hardsuit, fashioned after the Quartermaster's colors. Graphene lining provides less protection, but is much easier to move.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Hardsuits/luxury.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Hardsuits/luxury.rsi
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.5
|
||||
lowPressureMultiplier: 1000
|
||||
- type: ExplosionResistance
|
||||
damageCoefficient: 0.5
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.9
|
||||
Slash: 0.9
|
||||
Piercing: 0.8
|
||||
Radiation: 0.5
|
||||
Caustic: 0.8
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 0.85
|
||||
sprintModifier: 0.9
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitLuxury
|
||||
|
||||
#ANTAG HARDSUITS
|
||||
#Blood-red Hardsuit
|
||||
- type: entity
|
||||
|
||||
|
After Width: | Height: | Size: 6.2 KiB |
BIN
Resources/Textures/Clothing/Head/Hardsuits/luxury.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Texture edit from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "icon-flash"
|
||||
},
|
||||
{
|
||||
"name": "off-equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "off-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "off-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Texture edit from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-OUTERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||