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/bioengineer.yaml | |
| parent | 78b522d57a9ebc691e075523910d7cdaa06b6493 (diff) | |
| download | thehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz | |
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/bioengineer.yaml')
| -rw-r--r-- | data/mobs/examples/bioengineer.yaml | 58 |
1 files changed, 35 insertions, 23 deletions
diff --git a/data/mobs/examples/bioengineer.yaml b/data/mobs/examples/bioengineer.yaml index 4761991..d6c9193 100644 --- a/data/mobs/examples/bioengineer.yaml +++ b/data/mobs/examples/bioengineer.yaml @@ -1,32 +1,15 @@ name: Bioengineer description: "A lab-coated scientist carrying a satchel of genetically modified seeds. Her pockets are stuffed with rare specimens." -combat_descriptions: - - "jabs a syringe at %s" - - "is being overpowered by %s" - - "fights desperately against %s" idle_descriptions: - "scribbles notes on a clipboard" - "carefully inspects a vial of green liquid" - "adjusts her safety goggles" - "mutters about gene splicing yields" -attack: 6 -strength: 4 -defense: 5 -hp: 25 -speed: 5 -aggressive: false -respawn_ticks: 50 -attack_type: crush -stab_defense: 0 -slash_defense: 0 -crush_defense: 0 -science_defense: 0 -ranged_defense: 0 -steal_table: bioengineer_steal -steal_level: 38 -steal_xp: 45 -steal_speed: 4 -size: small +steal: + table: bioengineer_steal + level: 38 + xp: 45 + speed: 4 drops: remains: "bones" loot: @@ -41,4 +24,33 @@ drops: quantity: 1 - item_id: "ranarr_seed" weight: 5 - quantity: 1
\ No newline at end of file + quantity: 1 +combat: + kind: combat + stats: + hp: 25 + attack: 6 + strength: 4 + defense: 5 + attack_type: crush + speed: 5 + aggressive: false + respawn_ticks: 50 + bonuses: + attack_bonus: 0 + strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + defenses: + stab_defense: 0 + slash_defense: 0 + crush_defense: 0 + science_defense: 0 + ranged_defense: 0 + size: small + combat_descriptions: + - "jabs a syringe at %s" + - "is being overpowered by %s" + - "fights desperately against %s" |
