Glass resistances rejig (#7735)
This commit is contained in:
@@ -45,24 +45,27 @@
|
|||||||
- type: damageModifierSet
|
- type: damageModifierSet
|
||||||
id: Glass
|
id: Glass
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 1
|
Blunt: 1.2
|
||||||
Slash: 0.5
|
Slash: 0.5
|
||||||
Piercing: 1.1
|
Piercing: 1.0
|
||||||
Heat: 0
|
Heat: 0
|
||||||
Shock: 0
|
Shock: 0
|
||||||
flatReductions:
|
flatReductions:
|
||||||
Blunt: 5
|
Blunt: 5
|
||||||
|
Slash: 5
|
||||||
|
|
||||||
- type: damageModifierSet
|
- type: damageModifierSet
|
||||||
id: RGlass
|
id: RGlass
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.8
|
Blunt: 1.0
|
||||||
Slash: 0.5
|
Slash: 0.3
|
||||||
Piercing: 0.7
|
Piercing: 0.6
|
||||||
Heat: 0
|
Heat: 0
|
||||||
Shock: 0
|
Shock: 0
|
||||||
flatReductions:
|
flatReductions:
|
||||||
Blunt: 5
|
Blunt: 5
|
||||||
|
Slash: 10
|
||||||
|
Piercing: 5
|
||||||
|
|
||||||
- type: damageModifierSet
|
- type: damageModifierSet
|
||||||
id: Wood
|
id: Wood
|
||||||
|
|||||||
@@ -54,8 +54,9 @@
|
|||||||
hitSound:
|
hitSound:
|
||||||
path: /Audio/Effects/bite.ogg
|
path: /Audio/Effects/bite.ogg
|
||||||
damage:
|
damage:
|
||||||
groups:
|
types:
|
||||||
Brute: 16
|
Piercing: 5
|
||||||
|
Slash: 10
|
||||||
- type: CombatMode
|
- type: CombatMode
|
||||||
disarmAction:
|
disarmAction:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -89,6 +89,8 @@
|
|||||||
- type: Construction
|
- type: Construction
|
||||||
graph: WindowDirectional
|
graph: WindowDirectional
|
||||||
node: windowReinforcedDirectional
|
node: windowReinforcedDirectional
|
||||||
|
- type: Damageable
|
||||||
|
damageModifierSet: RGlass
|
||||||
- type: Destructible
|
- type: Destructible
|
||||||
thresholds:
|
thresholds:
|
||||||
- trigger:
|
- trigger:
|
||||||
|
|||||||
Reference in New Issue
Block a user