aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/rat.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/rat.yaml
parent78b522d57a9ebc691e075523910d7cdaa06b6493 (diff)
downloadthehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/rat.yaml')
-rw-r--r--data/mobs/examples/rat.yaml39
1 files changed, 25 insertions, 14 deletions
diff --git a/data/mobs/examples/rat.yaml b/data/mobs/examples/rat.yaml
index 4265674..7a92026 100644
--- a/data/mobs/examples/rat.yaml
+++ b/data/mobs/examples/rat.yaml
@@ -1,22 +1,33 @@
name: rat
description: "A large, mangy rat with beady red eyes."
-attack: 1
-strength: 1
-defense: 1
-hp: 2
-speed: 4
-aggressive: false
-respawn_ticks: 20
-attack_type: crush
-stab_defense: 0
-slash_defense: 0
-crush_defense: 0
-science_defense: 0
-ranged_defense: 0
idle_descriptions:
- "sniffs around the ground"
- "nibbles on something"
- "scurries in circles"
-size: small
drops:
remains: bones
+combat:
+ kind: combat
+ stats:
+ hp: 2
+ attack: 1
+ strength: 1
+ defense: 1
+ attack_type: crush
+ speed: 4
+ aggressive: false
+ respawn_ticks: 20
+ bonuses:
+ attack_bonus: 0
+ strength_bonus: 0
+ science_bonus: 0
+ science_percent_bonus: 0
+ ranged_bonus: 0
+ ranged_strength_bonus: 0
+ defenses:
+ crush_defense: 0
+ ranged_defense: 0
+ science_defense: 0
+ slash_defense: 0
+ stab_defense: 0
+ size: small