Gas tanks and some utensils now have damage. (#12673)
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
- type: Utensil
|
- type: Utensil
|
||||||
types:
|
types:
|
||||||
- Fork
|
- Fork
|
||||||
|
- type: MeleeWeapon
|
||||||
|
attackRate: 1.5
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Piercing: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: UtensilBase
|
parent: UtensilBase
|
||||||
@@ -61,6 +66,11 @@
|
|||||||
- type: Utensil
|
- type: Utensil
|
||||||
types:
|
types:
|
||||||
- Spoon
|
- Spoon
|
||||||
|
- type: MeleeWeapon
|
||||||
|
attackRate: 1.5
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Blunt: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: UtensilBase
|
parent: UtensilBase
|
||||||
|
|||||||
@@ -30,6 +30,11 @@
|
|||||||
- type: Explosive
|
- type: Explosive
|
||||||
explosionType: Default
|
explosionType: Default
|
||||||
maxIntensity: 20
|
maxIntensity: 20
|
||||||
|
- type: MeleeWeapon
|
||||||
|
attackRate: 0.8
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Blunt: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: GasTankBase
|
parent: GasTankBase
|
||||||
@@ -100,6 +105,10 @@
|
|||||||
- Pocket
|
- Pocket
|
||||||
- Belt
|
- Belt
|
||||||
- suitStorage
|
- suitStorage
|
||||||
|
- type: MeleeWeapon
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Blunt: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: EmergencyOxygenTank
|
parent: EmergencyOxygenTank
|
||||||
@@ -144,6 +153,11 @@
|
|||||||
- Pocket
|
- Pocket
|
||||||
- Belt
|
- Belt
|
||||||
- suitStorage
|
- suitStorage
|
||||||
|
- type: MeleeWeapon
|
||||||
|
attackRate: 0.9
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Blunt: 7.5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: GasTankBase
|
parent: GasTankBase
|
||||||
|
|||||||
Reference in New Issue
Block a user