Skip to content

Commit

Permalink
Бафф синдиборга и обычных киборгов
Browse files Browse the repository at this point in the history
1Stepka1 committed Jan 11, 2024
1 parent bd88880 commit 1bf2071
Showing 2 changed files with 38 additions and 1 deletion.
29 changes: 29 additions & 0 deletions Resources/Prototypes/ADT/Damage/ADTmodifiers.yml
Original file line number Diff line number Diff line change
@@ -56,3 +56,32 @@
Cold: 1.5
Heat: 2.0
Poison: 1.1

- type: damageModifierSet
id: CyborgMetallic
coefficients:
Blunt: 0.8
Slash: 0.7
Piercing: 0.8
Heat: 1.2
Shock: 1.5
flatReductions:
Blunt: 5
Slash: 5
Piercing: 5
Heat: 5


- type: damageModifierSet
id: CyborgMetallicStrong
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.6
Heat: 0.8
Shock: 1.1
flatReductions:
Blunt: 9
Slash: 9
Piercing: 9
Heat: 9
Original file line number Diff line number Diff line change
@@ -142,6 +142,7 @@
- type: Flashable
- type: Damageable
damageContainer: Silicon
damageModifierSet: CyborgMetallic
- type: Destructible
thresholds:
- trigger:
@@ -249,4 +250,11 @@
channels:
- Syndicate
- type: ShowSyndicateIcons
- type: MovementAlwaysTouching
- type: MovementAlwaysTouching
- type: Damageable
damageModifierSet: CyborgMetallicStrong
- type: MobThresholds
thresholds:
0: Alive
130: Critical
260: Dead

0 comments on commit 1bf2071

Please sign in to comment.