aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/farmer.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/mobs/examples/farmer.yaml')
-rw-r--r--data/mobs/examples/farmer.yaml58
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"