diff options
| author | historia <[not public]> | 2026-07-01 19:41:34 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 19:41:34 -0400 |
| commit | 8eec7b75ff9c8c368b252373db45fb891732d2ca (patch) | |
| tree | 528ab3f235e3082a51b8bd6c8e5ae269c41b4f2b /data/mobs/examples/void_reaper.yaml | |
| parent | 78b522d57a9ebc691e075523910d7cdaa06b6493 (diff) | |
| download | thehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz | |
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/void_reaper.yaml')
| -rw-r--r-- | data/mobs/examples/void_reaper.yaml | 55 |
1 files changed, 32 insertions, 23 deletions
diff --git a/data/mobs/examples/void_reaper.yaml b/data/mobs/examples/void_reaper.yaml index e54d776..bf85470 100644 --- a/data/mobs/examples/void_reaper.yaml +++ b/data/mobs/examples/void_reaper.yaml @@ -1,33 +1,10 @@ name: void reaper description: "A shadowy figure that seems to absorb light itself. Its form shifts between a hooded specter and an armored construct. A scythe of dark energy flickers in its grasp." -attack: 62 -strength: 68 -defense: 72 -hp: 170 -speed: 3 -aggressive: true -respawn_ticks: 200 -attack_type: slash -attack_bonus: 60 -strength_bonus: 60 -stab_defense: 100 -slash_defense: 110 -crush_defense: 90 -science_defense: -45 -ranged_defense: 75 -weakness: bio -assassin_level: 80 -finishing_blow: lawjunk idle_descriptions: - "flickers in and out of existence" - "draws the warmth from the surrounding air" - "whispers in a language that predates humanity" - "reaches out with shadowy tendrils" -combat_descriptions: - - "swings its void scythe at %s" - - "drains the life force from %s" - - "envelops %s in absolute darkness" -size: massive drops: remains: ectoplasm loot: @@ -50,3 +27,35 @@ drops: quantity: 5 - table: herb_table_high weight: 10 +combat: + kind: combat + stats: + hp: 170 + attack: 62 + strength: 68 + defense: 72 + attack_type: slash + speed: 3 + aggressive: true + respawn_ticks: 200 + bonuses: + attack_bonus: 60 + strength_bonus: 60 + science_bonus: 0 + science_percent_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + defenses: + stab_defense: 100 + slash_defense: 110 + crush_defense: 90 + science_defense: -45 + ranged_defense: 75 + weakness: bio + assassin_level: 80 + finishing_blow: lawjunk + size: massive + combat_descriptions: + - "swings its void scythe at %s" + - "drains the life force from %s" + - "envelops %s in absolute darkness" |
