Bees cannot disarm anymore (#7638)
This commit is contained in:
@@ -65,6 +65,11 @@
|
||||
id: MobBee
|
||||
description: Nice to have, but you can't build a civilization on a foundation of honey alone.
|
||||
components:
|
||||
- type: CombatMode
|
||||
disarmAction:
|
||||
enabled: false
|
||||
autoPopulate: false
|
||||
name: action-name-disarm
|
||||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed : 7
|
||||
baseSprintSpeed : 7
|
||||
@@ -114,6 +119,11 @@
|
||||
id: MobAngryBee
|
||||
description: How nice a bee. Oh no, it looks angry and wants my pizza.
|
||||
components:
|
||||
- type: CombatMode
|
||||
disarmAction:
|
||||
enabled: false
|
||||
autoPopulate: false
|
||||
name: action-name-disarm
|
||||
- type: UnarmedCombat
|
||||
range: 0.3
|
||||
arcwidth: 0
|
||||
|
||||
Reference in New Issue
Block a user