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
- 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
- ClothingHeadHatCone
- ClothingNeckBling
- ClothingHeadHelmetCosmonaut
- - ClothingHeadHelmetScaf
+ - ClothingHeadHelmetBasic
- ClothingShoeSlippersDuck
- ClothingUnderSocksBee
- ClothingUnderSocksCoder
+++ /dev/null
-{
- "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
- }
- ]
-}
+++ /dev/null
-{
- "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
- }
- ]
-}
# 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
\ No newline at end of file