add carp hardsuit for traitors (#25155)
* FactionClothing * swtich carp to the Dragon faction * add carp hardsuit * add carp hardsuit to uplink * fixes * webedit ops 1 * why did i name it that wtf * among --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -1276,6 +1276,17 @@
|
||||
categories:
|
||||
- UplinkWearables
|
||||
|
||||
- type: listing
|
||||
id: UplinkHardsuitCarp
|
||||
name: uplink-hardsuit-carp-name
|
||||
description: uplink-hardsuit-carp-desc
|
||||
icon: { sprite: /Textures/Clothing/OuterClothing/Suits/carpsuit.rsi, state: icon }
|
||||
productEntity: ClothingOuterHardsuitCarp
|
||||
cost:
|
||||
Telecrystal: 4
|
||||
categories:
|
||||
- UplinkWearables
|
||||
|
||||
- type: listing
|
||||
id: UplinkHardsuitSyndie
|
||||
name: uplink-hardsuit-syndie-name
|
||||
|
||||
@@ -206,6 +206,22 @@
|
||||
slots:
|
||||
- Hair
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadHatHoodCarp
|
||||
id: ClothingHeadHelmetHardsuitCarp
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.6
|
||||
lowPressureMultiplier: 1000
|
||||
- type: TemperatureProtection
|
||||
coefficient: 0.2
|
||||
- type: BreathMask
|
||||
# this is on the hood so you only fool the fish if you wear the whole set
|
||||
# wear carp suit and security helmet, they'll know you are fake
|
||||
- type: FactionClothing
|
||||
faction: Dragon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatHoodMoth
|
||||
|
||||
@@ -257,3 +257,16 @@
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
toggleable-clothing: !type:ContainerSlot {}
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterSuitCarp
|
||||
id: ClothingOuterHardsuitCarp
|
||||
suffix: Hardsuit, DO NOT MAP
|
||||
components:
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.6
|
||||
lowPressureMultiplier: 1000
|
||||
- type: TemperatureProtection
|
||||
coefficient: 0.01
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitCarp
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
true
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- SimpleHostile
|
||||
- Dragon
|
||||
- type: Sprite
|
||||
drawdepth: Mobs
|
||||
sprite: Mobs/Aliens/Carps/space.rsi
|
||||
|
||||
Reference in New Issue
Block a user