From 50d5e65ea61d18bd67f8c9a176cbbce6a9bfb51c Mon Sep 17 00:00:00 2001 From: Pancake Date: Thu, 10 Feb 2022 06:24:16 -0800 Subject: [PATCH] Add Hostile Bees (#6620) --- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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