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/farmer.yaml | |
| parent | 78b522d57a9ebc691e075523910d7cdaa06b6493 (diff) | |
| download | thehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz | |
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/farmer.yaml')
| -rw-r--r-- | data/mobs/examples/farmer.yaml | 58 |
1 files changed, 35 insertions, 23 deletions
diff --git a/data/mobs/examples/farmer.yaml b/data/mobs/examples/farmer.yaml index 591f1a3..8e72ac2 100644 --- a/data/mobs/examples/farmer.yaml +++ b/data/mobs/examples/farmer.yaml @@ -1,32 +1,15 @@ name: Farmer description: "A weathered farmer in muddy overalls, pockets bulging with seeds." -combat_descriptions: - - "swings a shovel at %s" - - "is getting beaten by %s" - - "grapples with %s" idle_descriptions: - "examines a handful of seeds" - "wipes dirt from his hands" - "mutters about the growing season" - "adjusts his wide-brimmed hat" -attack: 3 -strength: 3 -defense: 3 -hp: 15 -speed: 5 -aggressive: false -respawn_ticks: 40 -attack_type: crush -stab_defense: 0 -slash_defense: 0 -crush_defense: 0 -science_defense: 0 -ranged_defense: 0 -steal_table: farmer_steal -steal_level: 10 -steal_xp: 15 -steal_speed: 4 -size: small +steal: + table: farmer_steal + level: 10 + xp: 15 + speed: 4 drops: remains: "bones" loot: @@ -41,4 +24,33 @@ drops: quantity: 2 - item_id: "tomato_seed" weight: 10 - quantity: 1
\ No newline at end of file + quantity: 1 +combat: + kind: combat + stats: + hp: 15 + attack: 3 + strength: 3 + defense: 3 + attack_type: crush + speed: 5 + aggressive: false + respawn_ticks: 40 + 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: + - "swings a shovel at %s" + - "is getting beaten by %s" + - "grapples with %s" |
