aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/goblin.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-01 19:41:34 -0400
committerhistoria <[not public]>2026-07-01 19:41:34 -0400
commit8eec7b75ff9c8c368b252373db45fb891732d2ca (patch)
tree528ab3f235e3082a51b8bd6c8e5ae269c41b4f2b /data/mobs/examples/goblin.yaml
parent78b522d57a9ebc691e075523910d7cdaa06b6493 (diff)
downloadthehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/goblin.yaml')
-rw-r--r--data/mobs/examples/goblin.yaml41
1 files changed, 25 insertions, 16 deletions
diff --git a/data/mobs/examples/goblin.yaml b/data/mobs/examples/goblin.yaml
index a02c112..23a5f77 100644
--- a/data/mobs/examples/goblin.yaml
+++ b/data/mobs/examples/goblin.yaml
@@ -1,26 +1,10 @@
name: goblin
description: "A small green-skinned goblin with a rusty blade."
-attack: 1
-strength: 3
-defense: 3
-hp: 12
-speed: 5
-aggressive: true
-respawn_ticks: 25
-attack_type: slash
-attack_bonus: 3
-strength_bonus: 2
-stab_defense: 4
-slash_defense: 3
-crush_defense: -2
-science_defense: 0
-ranged_defense: 3
idle_descriptions:
- "mutters something unintelligible"
- "waves a rusty blade around"
- "picks its nose"
- "kicks a pebble"
-size: small
drops:
remains: bones
loot:
@@ -30,3 +14,28 @@ drops:
- item_id: credits
weight: 20
quantity: 25
+combat:
+ kind: combat
+ stats:
+ hp: 12
+ attack: 1
+ strength: 3
+ defense: 3
+ attack_type: slash
+ speed: 5
+ aggressive: true
+ respawn_ticks: 25
+ bonuses:
+ attack_bonus: 3
+ strength_bonus: 2
+ science_bonus: 0
+ science_percent_bonus: 0
+ ranged_bonus: 0
+ ranged_strength_bonus: 0
+ defenses:
+ stab_defense: 4
+ slash_defense: 3
+ crush_defense: -2
+ science_defense: 0
+ ranged_defense: 3
+ size: small