Removes SCAF armor (#26566)

* removes scaf armor

* replace maint loot spawner spot with basic helmet
This commit is contained in:
Flareguy
2024-03-30 21:01:28 -05:00
committed by GitHub
parent e7af28d22a
commit 1f3f1d7d97
14 changed files with 6 additions and 102 deletions

View File

@@ -147,29 +147,6 @@
Piercing: 0.9 Piercing: 0.9
Heat: 0.9 Heat: 0.9
#SCAF Helmet
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHelmetScaf
name: scaf helmet
description: A robust, strong helmet.
components:
- type: Sprite
sprite: Clothing/Head/Helmets/scaf.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/scaf.rsi
- type: IngestionBlocker
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.8
- type: Tag
tags:
- HidesHair
- WhitelistChameleon
#Space Ninja Helmet #Space Ninja Helmet
- type: entity - type: entity
parent: ClothingHeadEVAHelmetBase parent: ClothingHeadEVAHelmetBase

View File

@@ -183,32 +183,6 @@
- type: Clothing - type: Clothing
sprite: Clothing/OuterClothing/Armor/magusred.rsi sprite: Clothing/OuterClothing/Armor/magusred.rsi
- type: entity
parent: ClothingOuterBaseLarge
id: ClothingOuterArmorScaf
name: scaf suit
description: A green and brown tactical suit for combat situations.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Armor/scaf.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Armor/scaf.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.7
Slash: 0.7
Piercing: 0.4
Heat: 0.9
Caustic: 0.9
- type: ExplosionResistance
damageCoefficient: 0.8
- type: GroupExamine
- type: Tag
tags:
- Hardsuit
- WhitelistChameleon
- type: entity - type: entity
parent: ClothingOuterBaseLarge parent: ClothingOuterBaseLarge
id: ClothingOuterArmorCaptainCarapace id: ClothingOuterArmorCaptainCarapace

View File

@@ -77,7 +77,7 @@
- ClothingHeadHatCone - ClothingHeadHatCone
- ClothingNeckBling - ClothingNeckBling
- ClothingHeadHelmetCosmonaut - ClothingHeadHelmetCosmonaut
- ClothingHeadHelmetScaf - ClothingHeadHelmetBasic
- ClothingShoeSlippersDuck - ClothingShoeSlippersDuck
- ClothingUnderSocksBee - ClothingUnderSocksBee
- ClothingUnderSocksCoder - ClothingUnderSocksCoder

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 774 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/a75dee2e6d236612dbd403dd5f8687ca930c01f1",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 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
}
]
}

View File

@@ -249,3 +249,8 @@ ImprovisedExplosiveFuel: FireBombFuel
# 2024-03-21 # 2024-03-21
RPED: null RPED: null
# 2024-03-30
# These are technically not equivalent, but it probably makes more sense to replace any existing SCAF stuff with SOME kind of armor, instead of just deleting it outright.
ClothingHeadHelmetScaf: ClothingHeadHelmetBasic
ClothingOuterArmorScaf: ClothingOuterArmorBasic