Skip to content

Commit

Permalink
Правки в лечении КПБ
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolper committed Sep 3, 2024
1 parent b21fdf8 commit 7a3aa0c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@
state: "creampie_human"
visible: false
- type: Repairable # Взамен на быструю починку я урезал лечение примерно в 3 раза. Это лучше, чем DoAfter на 30 секунд при попытке вылечить себя
#fuelcost: 60
fuelcost: 3
selfRepairPenalty: 2
doAfterDelay: 2 # was 10 # was 18
damage:
types:
Blunt: -7
Slash: -7
Piercing: -7
Blunt: -10
Slash: -10
Piercing: -10
#bloodlossModifier: -100
- type: Bloodstream ### я добавил компонент Bloodstream как заглушку. Он нужен,
# чтобы хилиться с помощью CableStack. Дело в том, что HealingSystem использует проверку на наличие BloodstreamComponent.
Expand Down
24 changes: 12 additions & 12 deletions Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
- ADTSiliconDamageContainer
damage:
types:
Heat: -2
Cold: -2
Heat: -5
Cold: -5
# ADT IPC healing end

- type: entity
Expand Down Expand Up @@ -187,8 +187,8 @@
- ADTSiliconDamageContainer
damage:
types:
Heat: -4
Cold: -4
Heat: -8
Cold: -8
# ADT IPC healing end

- type: entity
Expand Down Expand Up @@ -273,8 +273,8 @@
- ADTSiliconDamageContainer
damage:
types:
Heat: -2
Cold: -6
Heat: -5
Cold: -10
# ADT IPC healing end

- type: entity
Expand Down Expand Up @@ -348,8 +348,8 @@
- ADTSiliconDamageContainer
damage:
types:
Heat: -2
Cold: -8
Heat: -10
Cold: -15
# ADT IPC healing end

- type: entity
Expand Down Expand Up @@ -432,8 +432,8 @@
- ADTSiliconDamageContainer
damage:
types:
Heat: -6
Cold: -2
Heat: -10
Cold: -5
# ADT IPC healing end

- type: entity
Expand Down Expand Up @@ -495,8 +495,8 @@
- ADTSiliconDamageContainer
damage:
types:
Heat: -8
Cold: -2
Heat: -15
Cold: -10
# ADT IPC healing end

- type: entity
Expand Down

0 comments on commit 7a3aa0c

Please sign in to comment.