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/iron_sentinel.yaml | |
| parent | 97a1a908b9e6e6d3516628c139c9b64262b4fe08 (diff) | |
| download | thehouseoficarus-458916fb78dcef3ff77cb29b7ba98d9f646819fc.tar.gz | |
feat: rough pharmacy skill added
Diffstat (limited to 'data/mobs/iron_sentinel.yaml')
| -rw-r--r-- | data/mobs/iron_sentinel.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/data/mobs/iron_sentinel.yaml b/data/mobs/iron_sentinel.yaml new file mode 100644 index 0000000..dca2f7c --- /dev/null +++ b/data/mobs/iron_sentinel.yaml @@ -0,0 +1,31 @@ +id: iron_sentinel +name: iron sentinel +description: "A massive bipedal automaton forged from pre-regression alloys. Its joints grind with each deliberate step." +attack: 25 +strength: 30 +defense: 45 +hp: 180 +speed: 6 +aggressive: true +respawn_ticks: 100 +attack_type: crush +attack_bonus: 40 +strength_bonus: 35 +stab_defense: 80 +slash_defense: 80 +crush_defense: 70 +science_defense: -30 +ranged_defense: 50 +idle_descriptions: + - "stands motionless, servos whining softly" + - "turns its armored head with a mechanical grind" + - "vents steam from exhaust ports" + - "scans the area with a red optical sensor" +drops: + loot: + - item_id: scrap_metal + weight: 30 + quantity: 5 + - item_id: credits + weight: 60 + quantity: 5000 |
