Give Mice Combat Mode and a 0 Damage Attack (#30487)
This commit is contained in:
parent
7e285ee55c
commit
a79cbf383c
1 changed files with 8 additions and 1 deletions
|
|
@ -1656,7 +1656,14 @@
|
|||
wilhelmProbability: 0.001
|
||||
# TODO: Remove CombatMode when Prototype Composition is added
|
||||
- type: CombatMode
|
||||
combatToggleAction: ActionCombatModeToggleOff
|
||||
- type: MeleeWeapon
|
||||
soundHit:
|
||||
path: /Audio/Effects/bite.ogg
|
||||
angle: 0
|
||||
animation: WeaponArcBite
|
||||
damage:
|
||||
types:
|
||||
Piercing: 0
|
||||
- type: Bloodstream
|
||||
bloodMaxVolume: 50
|
||||
- type: CanEscapeInventory
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue