Gas tanks and some utensils now have damage. (#12673)

This commit is contained in:
iller_saver
2022-11-20 20:43:23 +02:00
committed by GitHub
parent b2a36da8d6
commit 8c4afcb02e
2 changed files with 24 additions and 0 deletions

View File

@@ -28,6 +28,11 @@
- type: Utensil
types:
- Fork
- type: MeleeWeapon
attackRate: 1.5
damage:
types:
Piercing: 5
- type: entity
parent: UtensilBase
@@ -61,6 +66,11 @@
- type: Utensil
types:
- Spoon
- type: MeleeWeapon
attackRate: 1.5
damage:
types:
Blunt: 1
- type: entity
parent: UtensilBase

View File

@@ -30,6 +30,11 @@
- type: Explosive
explosionType: Default
maxIntensity: 20
- type: MeleeWeapon
attackRate: 0.8
damage:
types:
Blunt: 10
- type: entity
parent: GasTankBase
@@ -100,6 +105,10 @@
- Pocket
- Belt
- suitStorage
- type: MeleeWeapon
damage:
types:
Blunt: 5
- type: entity
parent: EmergencyOxygenTank
@@ -144,6 +153,11 @@
- Pocket
- Belt
- suitStorage
- type: MeleeWeapon
attackRate: 0.9
damage:
types:
Blunt: 7.5
- type: entity
parent: GasTankBase