Skip to content

Commit

Permalink
reparenting is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Dynamic committed Dec 3, 2024
1 parent 5003fe5 commit 80cf89b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 33 deletions.
44 changes: 16 additions & 28 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,15 @@
sprite: Clothing/OuterClothing/Coats/gentlecoat.rsi

- type: entity
abstract: true
parent: AllowSuitStorageClothing
id: ClothingOuterArmorHoS
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, ClothingOuterStorageBase, BaseSecurityCommandContraband]
id: ClothingOuterCoatHoSTrench
name: head of security's armored trenchcoat
description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/hos_trenchcoat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/hos_trenchcoat.rsi
- type: Armor
modifiers:
coefficients:
Expand All @@ -75,10 +80,15 @@
damageCoefficient: 0.9

- type: entity
abstract: true
parent: AllowSuitStorageClothing
id: ClothingOuterArmorWarden
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, ClothingOuterStorageBase, BaseRestrictedContraband]
id: ClothingOuterCoatWarden
name: warden's armored jacket
description: A sturdy, utilitarian jacket designed to protect a warden from any brig-bound threats.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/warden.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/warden.rsi
- type: Armor
modifiers:
coefficients:
Expand All @@ -89,17 +99,6 @@
- type: ExplosionResistance
damageCoefficient: 0.9

- type: entity
parent: [ClothingOuterArmorHoS, ClothingOuterStorageBase, BaseSecurityCommandContraband]
id: ClothingOuterCoatHoSTrench
name: head of security's armored trenchcoat
description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/hos_trenchcoat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/hos_trenchcoat.rsi

- type: entity
parent: ClothingOuterStorageToggleableBase
id: ClothingOuterCoatJensen
Expand Down Expand Up @@ -314,17 +313,6 @@
- type: Clothing
sprite: Clothing/OuterClothing/Coats/pirate.rsi

- type: entity
parent: [ClothingOuterArmorWarden, ClothingOuterStorageBase, BaseRestrictedContraband]
id: ClothingOuterCoatWarden
name: warden's armored jacket
description: A sturdy, utilitarian jacket designed to protect a warden from any brig-bound threats.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/warden.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/warden.rsi

- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterDameDane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@

##########################################################
- type: entity
parent: [ClothingOuterArmorHoS, ClothingOuterWinterCoatToggleable, BaseSecurityCommandContraband]
parent: [ClothingOuterCoatHoSTrench, ClothingOuterWinterCoatToggleable]
id: ClothingOuterWinterHoS
name: head of security's armored winter coat
description: A sturdy, utilitarian winter coat designed to protect a head of security from any brig-bound threats and hypothermic events.
Expand Down Expand Up @@ -665,7 +665,7 @@

##########################################################
- type: entity
parent: [ClothingOuterArmorBasic, ClothingOuterWinterCoatToggleable, BaseRestrictedContraband]
parent: [ClothingOuterArmorBasic, ClothingOuterWinterCoatToggleable]
id: ClothingOuterWinterSec
name: security armored winter coat
description: A sturdy, utilitarian winter coat designed to protect an officer from any brig-bound threats and hypothermic events.
Expand Down Expand Up @@ -745,7 +745,7 @@

################################################################
- type: entity
parent: [ClothingOuterArmorWarden, ClothingOuterWinterCoatToggleable, BaseRestrictedContraband]
parent: [ClothingOuterCoatWarden, ClothingOuterWinterCoatToggleable]
id: ClothingOuterWinterWarden
name: warden's armored winter coat
description: A sturdy, utilitarian winter coat designed to protect a warden from any brig-bound threats and hypothermic events.
Expand Down Expand Up @@ -783,7 +783,7 @@
clothingPrototype: ClothingHeadHatHoodWinterWarden

- type: entity
parent: [ClothingOuterWinterCoatToggleable, BaseSyndicateContraband]
parent: [BaseSyndicateContraband, ClothingOuterWinterCoatToggleable]
id: ClothingOuterWinterSyndieCap
name: syndicate's winter coat
description: "The syndicate's winter coat is made of durable fabric, with gilded patterns, and coarse wool."
Expand All @@ -808,7 +808,7 @@

##############################################################
- type: entity
parent: [ClothingOuterWinterWarden, BaseSyndicateContraband]
parent: [BaseSyndicateContraband, ClothingOuterWinterHoS]
id: ClothingOuterWinterSyndieCapArmored
name: syndicate's armored winter coat
description: "The syndicate's armored winter coat is made of durable fabric, with gilded patterns, and coarse wool."
Expand Down

0 comments on commit 80cf89b

Please sign in to comment.