Skip to content

Commit

Permalink
Needed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jun 10, 2024
1 parent 7675df8 commit 90ba45b
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Damage/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,13 @@
id: ShadowHaze
supportedTypes:
- Heat

- type: damageContainer
id: HalfSpirit
supportedGroups:
- Burn
- Brute
- Airloss
- Immaterial
supportedTypes:
- Poison
13 changes: 13 additions & 0 deletions Resources/Prototypes/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,16 @@
flatReductions:
# can't punch the endoskeleton to death
Blunt: 5

- type: damageModifierSet
id: HalfSpirit
coefficients:
Cold: 0.5
Shock: 0.75
Blunt: 0.75
Slash: 0.75
Piercing: 0.75
Heat: 1.25
Holy: 1.5
flatReductions:
Cold: 3
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
Radiation: 0
Caustic: 0.75
- type: GroupExamine
- type: Tag
tags:
- FullBodyOuter

- type: entity
parent: ClothingOuterArmorHeavy
Expand Down Expand Up @@ -260,6 +263,9 @@
- type: ExplosionResistance
damageCoefficient: 0.5
- type: GroupExamine
- type: Tag
tags:
- FullBodyOuter

- type: entity
parent: ClothingOuterBaseLarge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
- Hardsuit
- WhitelistChameleon
- HidesHarpyWings #DeltaV: Used by harpies to help render their hardsuit sprites
- FullBodyOuter

- type: entity
abstract: true
Expand Down
16 changes: 15 additions & 1 deletion Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
tags:
- Hardsuit
- WhitelistChameleon
- FullBodyOuter

- type: entity
parent: ClothingOuterBaseLarge
Expand All @@ -44,6 +45,7 @@
tags:
- Hardsuit
- WhitelistChameleon
- FullBodyOuter

- type: entity
parent: ClothingOuterBaseLarge
Expand Down Expand Up @@ -97,6 +99,9 @@
sprintModifier: 0.8
- type: HeldSpeedModifier
- type: GroupExamine
- type: Tag
tags:
- FullBodyOuter

- type: entity
parent: [ClothingOuterBaseLarge, GeigerCounterClothing]
Expand All @@ -120,7 +125,10 @@
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}

- type: Tag
tags:
- FullBodyOuter

- type: entity
parent: ClothingOuterBaseLarge
id: ClothingOuterSuitSpaceNinja
Expand Down Expand Up @@ -171,6 +179,9 @@
sprite: Clothing/OuterClothing/Suits/chicken.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Suits/chicken.rsi
- type: Tag
tags:
- FullBodyOuter

- type: entity
parent: ClothingOuterBase
Expand All @@ -196,6 +207,9 @@
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
- type: Tag
tags:
- FullBodyOuter

- type: entity
parent: ClothingOuterBase
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@
- type: Tag
id: Fruit

- type: Tag
id: FullBodyOuter

- type: Tag
id: Galaxythistle

Expand Down

0 comments on commit 90ba45b

Please sign in to comment.