Skip to content

Commit

Permalink
IPC changes why not
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed May 2, 2024
1 parent 0862650 commit 623cc08
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Resources/Prototypes/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,24 @@
Asphyxiation: 0.0
Bloodloss: 0.0
Cellular: 0.0

# IPC
- type: damageModifierSet
id: Robotic
coefficients:
Blunt: 1.0
Slash: 0.4
Piercing: 1.5
Cold: 0.0
Heat: 2.5
Shock: 3.0
Poison: 0.0
Radiation: 0.0
Asphyxiation: 0.0
Bloodloss: 0.0
Cellular: 0.0
flatReductions:
Blunt: 5

# Represents which damage types should be modified
# in relation to how they cause bleed rate.
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/ipc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
- type: HumanoidAppearance
species: IPC
- type: Damageable
damageContainer: Biological
damageModifierSet: Metallic
damageContainer: Inorganic
damageModifierSet: Robotic
- type: Icon
sprite: Mobs/Species/IPCs/parts.rsi
state: full
Expand Down

0 comments on commit 623cc08

Please sign in to comment.