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