funny damage
This commit is contained in:
@@ -155,6 +155,14 @@
|
||||
flatReductions:
|
||||
Blunt: 5
|
||||
|
||||
- type: damageModifierSet
|
||||
id: FlimsyWood # aka Cardboard
|
||||
coefficients:
|
||||
Blunt: 0.8
|
||||
Slash: 2.0
|
||||
Piercing: 0.5 # poking holes in cardboard doesn't do much
|
||||
Heat: 2.0
|
||||
|
||||
- type: damageModifierSet
|
||||
id: Web # Very flammable, can be easily hacked and slashed, but shooting or hitting it is another story.
|
||||
coefficients:
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
components:
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
#TODO damageModifierSet:
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
@@ -69,6 +70,7 @@
|
||||
components:
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: FlimsyWood
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
Reference in New Issue
Block a user