diff options
| author | historia <[not public]> | 2026-06-19 02:08:55 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 02:08:55 -0400 |
| commit | 458916fb78dcef3ff77cb29b7ba98d9f646819fc (patch) | |
| tree | 19cd8b8eef41a1aa00d155bf7953ad2770f91a4c /data/mobs/lesser_drone.yaml | |
| parent | 97a1a908b9e6e6d3516628c139c9b64262b4fe08 (diff) | |
| download | thehouseoficarus-458916fb78dcef3ff77cb29b7ba98d9f646819fc.tar.gz | |
feat: rough pharmacy skill added
Diffstat (limited to 'data/mobs/lesser_drone.yaml')
| -rw-r--r-- | data/mobs/lesser_drone.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/mobs/lesser_drone.yaml b/data/mobs/lesser_drone.yaml new file mode 100644 index 0000000..07e73b4 --- /dev/null +++ b/data/mobs/lesser_drone.yaml @@ -0,0 +1,32 @@ +id: lesser_drone +name: lesser drone +description: "A floating metallic drone with a pulsing energy core. Its surface crackles with electric discharge." +attack: 1 +strength: 1 +defense: 18 +hp: 55 +ranged: 0 +science: 20 +speed: 4 +aggressive: true +respawn_ticks: 50 +attack_type: science +attack_bonus: 0 +strength_bonus: 0 +stab_defense: 35 +slash_defense: 35 +crush_defense: 30 +science_defense: 20 +ranged_defense: -10 +idle_descriptions: + - "hovers silently, scanning the area" + - "emits a low electronic hum" + - "projects a thin beam of light across the floor" + - "rotates slowly in place" +drops: + loot: + - item_id: scrap_metal + weight: 60 + - item_id: credits + weight: 40 + quantity: 300 |
