====== Bee ====== {{ rpd:images:bee_sprite.png|Bee Sprite }} ==== Description ==== Despite their small size, bees tend to protect their hive fiercely. They don't live long though. Bees are small flying creatures that can poison their targets on hit. They are typically found near beehives and spawned from damaged beehives. ==== Stats ==== * **HP**: 35 * **Level**: Up to 10 * **Defense Skill**: 10 * **Attack Skill**: 14 * **Damage**: 1-3 * **Armor**: 1 * **Speed**: 1.5x (faster than normal) * **View Distance**: 4 tiles ==== Abilities ==== * **Poison Sting**: 75% chance to inflict poison on hit * **Flight**: Bees can fly over terrain and obstacles * **Hive Protection**: Bees spawn from beehives when they take damage or when the hive dies ==== Behavior ==== * **AI State**: Wandering (when spawned), Hunting (when attacking) * **Movement Type**: Normal * **Can be a pet**: Yes * **Flying**: Yes (can pass over terrain) ==== Drops ==== * Bees have a 0% chance to drop items ==== Strategy ==== * Bees are dangerous due to their poison effect, which can significantly damage your health over time * Their high speed means they can quickly close distance with you * Bees are fragile with limited HP, so a single hit from a strong weapon can eliminate them * Be careful when fighting near beehives, as they will spawn bees when damaged ==== Source Code ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Bee.json|Bee.json Configuration]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/Stinger.lua|Stinger.lua Script]] ==== Content Verification ==== * Information source: JSON configuration and Lua script files * Stats verification: Extracted directly from Bee.json configuration * Ability description: Based on Stinger.lua script analysis * Last updated: 2025-12-12 based on current codebase ==== See Also ==== * [[rpd:beehive|Beehive]] * [[rpd:mobs|Mobs]] * [[rpd:poison|Poison Status]] {{tag>:rpd mobs flying poison}}