Removes the IHS voidsuit, adds the ancient voidsuit (#16988)

* removes IHS voidsuit, adds ancient voidsuit

* remove ihs gloves

* fix

* fucjk
This commit is contained in:
Flareguy
2023-05-31 17:03:14 -05:00
committed by GitHub
parent 441a8e3d96
commit 4a2a4e4eb5
26 changed files with 96 additions and 74 deletions

View File

@@ -55,6 +55,19 @@
- id: ClothingHeadHelmetEVA - id: ClothingHeadHelmetEVA
- id: ClothingMaskGas - id: ClothingMaskGas
#NTSRA Voidsuit
- type: entity
id: SuitStorageNTSRA
parent: SuitStorageBase
suffix: Ancient EVA
components:
- type: StorageFill
contents:
- id: JetpackVoidFilled
- id: ClothingOuterHardsuitAncientEVA
- id: ClothingHeadHelmetAncient
- id: ClothingMaskBreath
#HARDSUITS #HARDSUITS
#Engineering hardsuit #Engineering hardsuit
- type: entity - type: entity

View File

@@ -108,20 +108,6 @@
fiberColor: fibers-regal-blue fiberColor: fibers-regal-blue
- type: FingerprintMask - type: FingerprintMask
- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesIhscombat
name: IHS combat gloves
description: These tactical gloves are somewhat fire and impact resistant.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/ihscombat.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/ihscombat.rsi
- type: Fiber
fiberMaterial: fibers-durathread
- type: FingerprintMask
#### Medical #### Medical
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsBase
@@ -172,7 +158,7 @@
parent: ClothingHandsBase parent: ClothingHandsBase
id: ClothingHandsGlovesPowerglove id: ClothingHandsGlovesPowerglove
name: power gloves name: power gloves
description: Now I'm playin' with power! Wait, they are turned off. # Use Now I'm playin' with power! BAM! for when they're turned on description: Now I'm playin' with power! Wait... they're turned off. #Use "Now I'm playin' with power! BAM!" for when they're turned on
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Hands/Gloves/powerglove.rsi sprite: Clothing/Hands/Gloves/powerglove.rsi
@@ -297,7 +283,7 @@
parent: ClothingHandsBase parent: ClothingHandsBase
id: ClothingHandsGlovesNorthStar id: ClothingHandsGlovesNorthStar
name: gloves of the north star name: gloves of the north star
description: These gloves allow you to punch incredibly fast description: These gloves allow you to punch incredibly fast.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Hands/Gloves/northstar.rsi sprite: Clothing/Hands/Gloves/northstar.rsi

View File

@@ -110,21 +110,6 @@
highPressureMultiplier: 0.08 highPressureMultiplier: 0.08
lowPressureMultiplier: 1000 lowPressureMultiplier: 1000
- type: entity
parent: HatBase
id: ClothingHeadHelmetIHSVoidHelm
noSpawn: true
name: IHS voidhelm
description: A robust, tactical IHS helmet.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/ihsvoid.rsi
- type: Clothing
sprite: Clothing/Head/Hardsuits/ihsvoid.rsi
- type: PressureProtection
highPressureMultiplier: 0.3
lowPressureMultiplier: 10000
- type: entity - type: entity
parent: ClothingHeadHardsuitWithLightBase parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitMedical id: ClothingHeadHelmetHardsuitMedical

View File

@@ -301,3 +301,18 @@
Slash: 0.95 Slash: 0.95
Heat: 0.90 Heat: 0.90
Radiation: 0.75 Radiation: 0.75
- type: entity
parent: ClothingHeadEVAHelmetBase
id: ClothingHeadHelmetAncient
name: NTSRA void helmet
description: An ancient space helmet, designed by the NTSRA branch of CentCom.
components:
- type: Sprite
sprite: Clothing/Head/Helmets/ancientvoidsuit.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/ancientvoidsuit.rsi
- type: IngestionBlocker
- type: Tag
tags:
- HelmetEVA

View File

@@ -152,23 +152,18 @@
#The voidsuit and eva suit are not techically 'hardsuits' but this seems to be the place for all EVA-capable outer clothing. This may be worth reevaluating when we have a lot more items. #The voidsuit and eva suit are not techically 'hardsuits' but this seems to be the place for all EVA-capable outer clothing. This may be worth reevaluating when we have a lot more items.
- type: entity - type: entity
parent: ClothingOuterHardsuitBase parent: ClothingOuterEVASuitBase
id: IHSVoidsuit id: ClothingOuterHardsuitAncientEVA
name: IHS voidsuit name: NTSRA voidsuit #Nanotrasen Space Research Association
description: A special void suit that protects against hazardous, low pressure environments. description: An ancient space suit, designed by the NTSRA branch of CentCom. It is very finely crafted, allowing for greater mobility than most modern space suits.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/ihsvoid.rsi sprite: Clothing/OuterClothing/Suits/ancientvoidsuit.rsi
- type: Clothing - type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/ihsvoid.rsi sprite: Clothing/OuterClothing/Suits/ancientvoidsuit.rsi
- type: ClothingSpeedModifier - type: ClothingSpeedModifier
walkModifier: 0.8 walkModifier: 0.85
sprintModifier: 0.8 sprintModifier: 0.85
- type: PressureProtection
highPressureMultiplier: 0.3
lowPressureMultiplier: 10000
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetIHSVoidHelm
- type: entity - type: entity
parent: ClothingOuterEVASuitBase parent: ClothingOuterEVASuitBase

Binary file not shown.

Before

Width:  |  Height:  |  Size: 831 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

View File

@@ -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 https://github.com/tgstation/tgstation/tree/fb2d71495bfe81446159ef528534193d09dd8d34, sprite repaletted by Flareguy for space-station-14",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -10,9 +10,6 @@
{ {
"name": "icon" "name": "icon"
}, },
{
"name": "icon-on"
},
{ {
"name": "equipped-HELMET", "name": "equipped-HELMET",
"directions": 4 "directions": 4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 B

View File

@@ -1,26 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/760f0be7af33a31f5a08a3291864e91539d0ebb7",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

View File

@@ -0,0 +1,52 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/tree/fb2d71495bfe81446159ef528534193d09dd8d34",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

View File

@@ -52,3 +52,8 @@ BulletAntiMaterial: BulletAntiMateriel
FoodCondimentBottleSmallHotsauce: FoodCondimentBottleHotsauce FoodCondimentBottleSmallHotsauce: FoodCondimentBottleHotsauce
FoodBakedCookieFortune: FoodSnackCookieFortune FoodBakedCookieFortune: FoodSnackCookieFortune
GunSafeSubMachineGunVector: GunSafeSubMachineGunDrozd GunSafeSubMachineGunVector: GunSafeSubMachineGunDrozd
# 2023-05-31
IHSVoidsuit: null
ClothingHeadHelmetIHSVoidHelm: null
ClothingHandsGlovesIhscombat: null