Skip to content

Commit

Permalink
why did someone make clothingbasemedium large and clothingbaselarge huge
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Dynamic committed Dec 3, 2024
1 parent 1cc4583 commit 5003fe5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Vests and chestpieces
- type: entity
parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing, BaseRestrictedContraband]
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseRestrictedContraband]
id: ClothingOuterArmorBasic
name: armor vest
description: A standard Type I armored vest that provides decent protection against most types of damage.
Expand Down Expand Up @@ -127,7 +127,7 @@
sprite: Clothing/OuterClothing/Vests/detvest.rsi

- type: entity
parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing, BaseCommandContraband]
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseCommandContraband]
id: ClothingOuterArmorCaptainCarapace
name: captain's carapace
description: An armored chestpiece that provides protection whilst still offering maximum mobility and flexibility. Issued only to the station's finest.
Expand All @@ -151,7 +151,7 @@

# Huge armor that covers chest and limbs
- type: entity
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseRestrictedContraband]
parent: [ClothingOuterBaseHuge, AllowSuitStorageClothing, BaseRestrictedContraband]
id: ClothingOuterArmorRiot
name: riot suit
description: A suit of semi-flexible polycarbonate body armor with heavy padding to protect against melee attacks. Perfect for fighting delinquents around the station.
Expand All @@ -173,7 +173,7 @@
- type: GroupExamine

- type: entity
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseSyndicateContraband ]
parent: [ClothingOuterBaseHuge, AllowSuitStorageClothing, BaseSyndicateContraband ]
id: ClothingOuterArmorRaid
name: syndicate raid suit
description: A somewhat flexible and well-armored suit with a powerful shoulder mounted flashlight manufactured in the Gorlex Marauder's iconic blood-red color scheme, it does not protect its wearer from space.
Expand Down Expand Up @@ -245,7 +245,7 @@
autoRechargeRate: 2

- type: entity
parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ]
parent: [ ClothingOuterBaseHuge, BaseMajorContraband, AllowSuitStorageClothing ]
id: ClothingOuterArmorCult
name: acolyte armor
description: An evil-looking piece of cult armor, made of bones.
Expand All @@ -264,7 +264,7 @@
- type: GroupExamine

- type: entity
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing]
parent: [ClothingOuterBaseHuge, AllowSuitStorageClothing]
id: ClothingOuterArmorHeavy
name: heavy armor suit
description: A heavily armored suit that protects against excessive damage.
Expand Down Expand Up @@ -331,7 +331,7 @@
sprite: Clothing/OuterClothing/Armor/magusred.rsi

- type: entity
parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ]
parent: [ ClothingOuterBaseHuge, BaseMajorContraband, AllowSuitStorageClothing ]
id: ClothingOuterArmorChangeling
name: chitinous armor
description: Inflates the changeling's body into an all-consuming chitinous mass of armor.
Expand Down Expand Up @@ -359,7 +359,7 @@
slots: WITHOUT_POCKET

- type: entity
parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ]
parent: [ ClothingOuterBaseHuge, BaseMajorContraband, AllowSuitStorageClothing ]
id: ClothingOuterArmorBone
name: bone armor
description: Sits on you like a second skin.
Expand Down Expand Up @@ -387,7 +387,7 @@
slots: WITHOUT_POCKET

- type: entity
parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ]
parent: [ ClothingOuterBaseHuge, BaseMajorContraband, AllowSuitStorageClothing ]
id: ClothingOuterArmorPodWars
name: ironclad II armor
description: A repurposed suit of ironclad II armor, a relic of the pod wars.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
parent: ClothingOuterBase
id: ClothingOuterBaseLarge
components:
- type: Item
size: Large

- type: entity
abstract: true
parent: ClothingOuterBase
id: ClothingOuterBaseHuge
components:
- type: Item
size: Huge
- type: Clothing
Expand Down Expand Up @@ -183,11 +191,3 @@
toggleable-clothing: !type:ContainerSlot {}
storagebase: !type:Container
ents: []

- type: entity
abstract: true
parent: ClothingOuterBase
id: ClothingOuterBaseMedium
components:
- type: Item
size: Huge
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: ClothingOuterBaseLarge
parent: ClothingOuterBaseHuge
id: ClothingOuterBioGeneral
name: bio suit
suffix: Generic
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: ClothingOuterBaseLarge
parent: ClothingOuterBaseHuge
id: ClothingOuterSuitBomb
name: bomb suit
description: A heavy suit designed to withstand the pressure generated by a bomb and any fragments the bomb may produce.
Expand Down Expand Up @@ -41,7 +41,7 @@
sprite: Clothing/OuterClothing/Suits/janitor_bombsuit.rsi

- type: entity
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing]
parent: [ClothingOuterBaseHuge, AllowSuitStorageClothing]
id: ClothingOuterSuitFire
name: fire suit
description: A suit that helps protect against hazardous temperatures.
Expand Down Expand Up @@ -72,7 +72,7 @@
slots: WITHOUT_POCKET

- type: entity
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing]
parent: [ClothingOuterBaseHuge, AllowSuitStorageClothing]
id: ClothingOuterSuitAtmosFire
name: atmos fire suit
description: An expensive firesuit that protects against even the most deadly of station fires. Designed to protect even if the wearer is set aflame.
Expand Down Expand Up @@ -104,7 +104,7 @@
slots: WITHOUT_POCKET

- type: entity
parent: [ClothingOuterBaseLarge, GeigerCounterClothing, AllowSuitStorageClothing]
parent: [ClothingOuterBaseHuge, GeigerCounterClothing, AllowSuitStorageClothing]
id: ClothingOuterSuitRad
name: radiation suit
description: "A suit that protects against radiation. The label reads, 'Made with lead. Please do not consume insulation.'"
Expand All @@ -129,7 +129,7 @@
slots: WITHOUT_POCKET

- type: entity
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseToggleClothing, BaseMajorContraband]
parent: [ClothingOuterBaseHuge, AllowSuitStorageClothing, BaseToggleClothing, BaseMajorContraband]
id: ClothingOuterSuitSpaceNinja
name: space ninja suit
description: This black technologically advanced, cybernetically-enhanced suit provides many abilities like invisibility or teleportation.
Expand Down

0 comments on commit 5003fe5

Please sign in to comment.