diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index d542350ee8..e5f253bc9c 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -87,6 +87,28 @@ tags: - Bee +- type: entity + name: bee + suffix: Angry + parent: MobBee + id: MobAngryBee + description: How nice a bee. Oh no, it looks angry and wants my pizza. + components: + - type: UnarmedCombat + range: 0.3 + arcwidth: 0 + arc: bite + damage: + types: + Poison: 2 + Piercing: 1 + - type: UtilityAI + behaviorSets: + - UnarmedAttackHostiles + - type: AiFactionTag + factions: + - SimpleHostile + - type: entity name: chicken parent: SimpleMobBase