Removes SCAF armor (#26566)
* removes scaf armor * replace maint loot spawner spot with basic helmet
@@ -147,29 +147,6 @@
|
||||
Piercing: 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
|
||||
- type: entity
|
||||
parent: ClothingHeadEVAHelmetBase
|
||||
|
||||
@@ -183,32 +183,6 @@
|
||||
- type: Clothing
|
||||
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
|
||||
parent: ClothingOuterBaseLarge
|
||||
id: ClothingOuterArmorCaptainCarapace
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
- ClothingHeadHatCone
|
||||
- ClothingNeckBling
|
||||
- ClothingHeadHelmetCosmonaut
|
||||
- ClothingHeadHelmetScaf
|
||||
- ClothingHeadHelmetBasic
|
||||
- ClothingShoeSlippersDuck
|
||||
- ClothingUnderSocksBee
|
||||
- ClothingUnderSocksCoder
|
||||
|
||||
|
Before Width: | Height: | Size: 890 B |
|
Before Width: | Height: | Size: 569 B |
|
Before Width: | Height: | Size: 753 B |
|
Before Width: | Height: | Size: 774 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 667 B |
|
Before Width: | Height: | Size: 691 B |
|
Before Width: | Height: | Size: 680 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -249,3 +249,8 @@ ImprovisedExplosiveFuel: FireBombFuel
|
||||
|
||||
# 2024-03-21
|
||||
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
|
||||