Outer clothing nerf (#9143)

* Reduced backpack to 99 size from 100

* Increase hardsuit and softsuit size

* Adds ClothingOuterBaseLarge

* Parenting

* Changed parent base, reduced duplication

* 101 the people have spoken

* 100 backpack cry

* Changes some things to large base 60

* Updates armour based to large

* Large base slowdown 20%

* Speed boost

* Removed syndie eva box

Duffel exists, no need

* Apparently this is an eva suit

* Fixed formatting

* Syndie duffel boosted to 131

To fit a hardsuit plus mask and gas

* Hardsuits to 121 size

No more bagging

* Made heavy clothing 80

* moves syndie eva box to a duffel
This commit is contained in:
Peptide90
2022-07-14 13:43:54 +01:00
committed by GitHub
parent 4d5d4cc564
commit 7f52ae8bba
8 changed files with 46 additions and 51 deletions

View File

@@ -192,6 +192,17 @@
- id: C4 - id: C4
amount: 8 amount: 8
- type: entity
parent: ClothingBackpackDuffelSyndicate
id: ClothingBackpackDuffelSyndicateEVABundle
name: syndicate EVA bundle
description: "Contains the Syndicate approved EVA suit."
components:
- type: StorageFill
contents:
- id: ClothingHeadHelmetSyndicate
- id: ClothingOuterHardsuitSyndicate
- type: entity - type: entity
parent: ClothingBackpackDuffelSyndicate parent: ClothingBackpackDuffelSyndicate
id: ClothingBackpackDuffelSyndicateHardsuitBundle id: ClothingBackpackDuffelSyndicateHardsuitBundle

View File

@@ -273,26 +273,3 @@
- type: Tag - type: Tag
tags: tags:
- DroneUsable - DroneUsable
- type: entity
name: syndicate EVA box
parent: BoxCardboard
id: BoxSyndicateEVA
description: A box containing one Syndicate approved EVA suit.
components:
- type: Item
size: 40
- type: Storage
capacity: 40
size: 10
whitelist:
components:
- Clothing
- type: StorageFill
contents:
- id: ClothingHeadHelmetSyndicate
- id: ClothingOuterHardsuitSyndicate
- type: Sprite
layers:
- state: box_of_doom
- state: writing

View File

@@ -346,7 +346,7 @@
- type: uplinkListing - type: uplinkListing
id: UplinkEVASyndie id: UplinkEVASyndie
category: Armor category: Armor
itemId: BoxSyndicateEVA itemId: ClothingBackpackDuffelSyndicateEVABundle
description: A simple EVA suit that offers no protection other than what's needed to survive in space. description: A simple EVA suit that offers no protection other than what's needed to survive in space.
price: 4 price: 4

View File

@@ -127,6 +127,8 @@
sprite: Clothing/Back/Duffels/syndicate.rsi sprite: Clothing/Back/Duffels/syndicate.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Back/Duffels/syndicate.rsi sprite: Clothing/Back/Duffels/syndicate.rsi
- type: Storage
capacity: 131
- type: entity - type: entity
parent: ClothingBackpackDuffelSyndicate parent: ClothingBackpackDuffelSyndicate

View File

@@ -37,7 +37,7 @@
Heat: 0.9 Heat: 0.9
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterArmorCult id: ClothingOuterArmorCult
name: acolyte armor name: acolyte armor
description: An evil-looking piece of cult armor, made of bones. description: An evil-looking piece of cult armor, made of bones.
@@ -55,7 +55,7 @@
Heat: 0.5 Heat: 0.5
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterArmorHeavy id: ClothingOuterArmorHeavy
name: heavy armor suit name: heavy armor suit
description: A heavily armored suit that protects against excessive damage. description: A heavily armored suit that protects against excessive damage.
@@ -118,7 +118,7 @@
sprite: Clothing/OuterClothing/Armor/magusred.rsi sprite: Clothing/OuterClothing/Armor/magusred.rsi
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterArmorRiot id: ClothingOuterArmorRiot
name: riot suit name: riot suit
description: An armored vest with heavy padding to protect against melee attacks, perfect for fighting delinquents around the station. description: An armored vest with heavy padding to protect against melee attacks, perfect for fighting delinquents around the station.
@@ -138,7 +138,7 @@
damageCoefficient: 0.9 damageCoefficient: 0.9
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterArmorScaf id: ClothingOuterArmorScaf
name: scaf suit name: scaf suit
description: A green and brown tactical suit for combat situations. description: A green and brown tactical suit for combat situations.
@@ -158,7 +158,7 @@
damageCoefficient: 0.8 damageCoefficient: 0.8
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterArmorCaptainCarapace id: ClothingOuterArmorCaptainCarapace
name: "captain's carapace" 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." description: "An armored chestpiece that provides protection whilst still offering maximum mobility and flexibility. Issued only to the station's finest."
@@ -178,7 +178,7 @@
damageCoefficient: 0.65 damageCoefficient: 0.65
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterArmorChangeling id: ClothingOuterArmorChangeling
name: chitinous armor name: chitinous armor
description: Inflates the changeling's body into an all-consuming chitinous mass of armor. description: Inflates the changeling's body into an all-consuming chitinous mass of armor.

View File

@@ -9,6 +9,19 @@
- type: Sprite - type: Sprite
state: icon state: icon
- type: entity
abstract: true
parent: ClothingOuterBase
id: ClothingOuterBaseLarge
components:
- type: Clothing
Size: 80
Slots:
- outerClothing
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: entity - type: entity
abstract: true abstract: true
parent: ClothingOuterBase parent: ClothingOuterBase
@@ -36,7 +49,7 @@
walkModifier: 0.4 walkModifier: 0.4
sprintModifier: 0.6 sprintModifier: 0.6
- type: Clothing - type: Clothing
size: 50 size: 121
- type: Armor - type: Armor
modifiers: modifiers:
coefficients: coefficients:
@@ -64,6 +77,6 @@
walkModifier: 0.8 walkModifier: 0.8
sprintModifier: 0.8 sprintModifier: 0.8
- type: Clothing - type: Clothing
size: 30 size: 80
- type: DiseaseProtection - type: DiseaseProtection
protection: 0.05 protection: 0.05

View File

@@ -1,5 +1,5 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterBioGeneral id: ClothingOuterBioGeneral
name: bio suit name: bio suit
suffix: Generic suffix: Generic
@@ -13,7 +13,7 @@
protection: 0.2 protection: 0.2
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterBioCmo id: ClothingOuterBioCmo
name: bio suit name: bio suit
suffix: CMO suffix: CMO
@@ -27,7 +27,7 @@
protection: 0.3 protection: 0.3
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBioGeneral
id: ClothingOuterBioJanitor id: ClothingOuterBioJanitor
name: bio suit name: bio suit
suffix: Janitor suffix: Janitor
@@ -37,11 +37,9 @@
sprite: Clothing/OuterClothing/Bio/janitor.rsi sprite: Clothing/OuterClothing/Bio/janitor.rsi
- type: Clothing - type: Clothing
sprite: Clothing/OuterClothing/Bio/janitor.rsi sprite: Clothing/OuterClothing/Bio/janitor.rsi
- type: DiseaseProtection
protection: 0.2
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBioGeneral
id: ClothingOuterBioScientist id: ClothingOuterBioScientist
name: bio suit name: bio suit
suffix: Science suffix: Science
@@ -51,11 +49,9 @@
sprite: Clothing/OuterClothing/Bio/scientist.rsi sprite: Clothing/OuterClothing/Bio/scientist.rsi
- type: Clothing - type: Clothing
sprite: Clothing/OuterClothing/Bio/scientist.rsi sprite: Clothing/OuterClothing/Bio/scientist.rsi
- type: DiseaseProtection
protection: 0.2
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBioGeneral
id: ClothingOuterBioSecurity id: ClothingOuterBioSecurity
name: bio suit name: bio suit
suffix: Security suffix: Security
@@ -65,11 +61,9 @@
sprite: Clothing/OuterClothing/Bio/security.rsi sprite: Clothing/OuterClothing/Bio/security.rsi
- type: Clothing - type: Clothing
sprite: Clothing/OuterClothing/Bio/security.rsi sprite: Clothing/OuterClothing/Bio/security.rsi
- type: DiseaseProtection
protection: 0.2
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBioCmo
id: ClothingOuterBioVirology id: ClothingOuterBioVirology
name: bio suit name: bio suit
suffix: Virology suffix: Virology
@@ -79,5 +73,3 @@
sprite: Clothing/OuterClothing/Bio/virology.rsi sprite: Clothing/OuterClothing/Bio/virology.rsi
- type: Clothing - type: Clothing
sprite: Clothing/OuterClothing/Bio/virology.rsi sprite: Clothing/OuterClothing/Bio/virology.rsi
- type: DiseaseProtection
protection: 0.3

View File

@@ -1,5 +1,5 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterSuitBomb id: ClothingOuterSuitBomb
name: bomb suit name: bomb suit
description: A heavy suit designed to withstand the pressure generated by a bomb and any fragments the bomb may produce. description: A heavy suit designed to withstand the pressure generated by a bomb and any fragments the bomb may produce.
@@ -37,7 +37,7 @@
clothingPrototype: ClothingHeadHelmetEVA clothingPrototype: ClothingHeadHelmetEVA
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterSuitFire id: ClothingOuterSuitFire
name: fire suit name: fire suit
description: A suit that helps protect against fire and heat. description: A suit that helps protect against fire and heat.
@@ -61,7 +61,7 @@
coefficient: 0.01 coefficient: 0.01
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterSuitRad id: ClothingOuterSuitRad
name: radiation suit name: radiation suit
description: "A suit that protects against radiation. The label reads, 'Made with lead. Please do not consume insulation.'" description: "A suit that protects against radiation. The label reads, 'Made with lead. Please do not consume insulation.'"
@@ -128,7 +128,7 @@
sprite: Clothing/OuterClothing/Suits/monkey.rsi sprite: Clothing/OuterClothing/Suits/monkey.rsi
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBaseLarge
id: ClothingOuterSuitAtmosFire id: ClothingOuterSuitAtmosFire
name: atmos fire suit 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. description: An expensive firesuit that protects against even the most deadly of station fires. Designed to protect even if the wearer is set aflame.