Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #76 from LinkF2kkk/Money
Browse files Browse the repository at this point in the history
Кредиты теперь горят
  • Loading branch information
Vonsant authored Apr 26, 2024
2 parents f0ce7da + 71d3922 commit 8310707
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/space_cash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,27 @@
- ItemMask
- type: Appearance
- type: CargoSellBlacklist
- type: Flammable
fireSpread: true
canResistFire: false
alwaysCombustible: true
canExtinguish: false
damage:
types:
Heat: 1
- type: FireVisuals
sprite: Effects/fire.rsi
normalState: fire
- type: Damageable
damageModifierSet: Wood
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 30
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]

- type: material
id: Credit
Expand Down

0 comments on commit 8310707

Please sign in to comment.