aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/bandit.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/bandit.yaml
parent78b522d57a9ebc691e075523910d7cdaa06b6493 (diff)
downloadthehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/bandit.yaml')
-rw-r--r--data/mobs/examples/bandit.yaml49
1 files changed, 29 insertions, 20 deletions
diff --git a/data/mobs/examples/bandit.yaml b/data/mobs/examples/bandit.yaml
index 51e4b8e..a3fd3e7 100644
--- a/data/mobs/examples/bandit.yaml
+++ b/data/mobs/examples/bandit.yaml
@@ -1,30 +1,10 @@
name: bandit
description: "A scrappy outlaw with a cybernetic arm and patched armor. He eyes you with predatory intent."
-attack: 10
-strength: 12
-defense: 12
-hp: 28
-speed: 5
-aggressive: true
-respawn_ticks: 30
-attack_type: slash
-attack_bonus: 5
-strength_bonus: 5
-stab_defense: 10
-slash_defense: 15
-crush_defense: 8
-science_defense: -5
-ranged_defense: 12
idle_descriptions:
- "scans the horizon for targets"
- "wipes a blade on his sleeve"
- "spits on the ground"
- "adjusts a cybernetic knuckle"
-combat_descriptions:
- - "slashes at %s with a serrated blade"
- - "delivers a crushing punch with a cybernetic fist"
- - "lunges at %s with a battle cry"
-size: medium
drops:
remains: bones
loot:
@@ -36,3 +16,32 @@ drops:
quantity: 80
- table: herb_table_low
weight: 10
+combat:
+ kind: combat
+ stats:
+ hp: 28
+ attack: 10
+ strength: 12
+ defense: 12
+ attack_type: stab
+ speed: 5
+ aggressive: true
+ respawn_ticks: 30
+ 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: medium
+ combat_descriptions:
+ - "slashes at %s with a serrated blade"
+ - "delivers a crushing punch with a cybernetic fist"
+ - "lunges at %s with a battle cry"