aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/skeleton.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/skeleton.yaml
parent78b522d57a9ebc691e075523910d7cdaa06b6493 (diff)
downloadthehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/skeleton.yaml')
-rw-r--r--data/mobs/examples/skeleton.yaml41
1 files changed, 25 insertions, 16 deletions
diff --git a/data/mobs/examples/skeleton.yaml b/data/mobs/examples/skeleton.yaml
index ba82afc..2431215 100644
--- a/data/mobs/examples/skeleton.yaml
+++ b/data/mobs/examples/skeleton.yaml
@@ -1,25 +1,9 @@
name: skeleton
description: "An animated pile of bones, held together by dark energy."
-attack: 8
-strength: 6
-defense: 8
-hp: 22
-speed: 5
-aggressive: true
-respawn_ticks: 30
-attack_type: stab
-attack_bonus: 6
-strength_bonus: 4
-stab_defense: 10
-slash_defense: 18
-crush_defense: -5
-science_defense: -8
-ranged_defense: 10
idle_descriptions:
- "rattles ominously"
- "clicks its jaw open and shut"
- "stares with empty eye sockets"
-size: medium
drops:
remains: bones
loot:
@@ -29,3 +13,28 @@ drops:
- item_id: credits
weight: 30
quantity: 100
+combat:
+ kind: combat
+ stats:
+ hp: 22
+ attack: 8
+ strength: 6
+ defense: 8
+ attack_type: stab
+ speed: 5
+ aggressive: true
+ respawn_ticks: 30
+ bonuses:
+ attack_bonus: 6
+ strength_bonus: 4
+ science_bonus: 0
+ science_percent_bonus: 0
+ ranged_bonus: 0
+ ranged_strength_bonus: 0
+ defenses:
+ stab_defense: 10
+ slash_defense: 18
+ crush_defense: -5
+ science_defense: -8
+ ranged_defense: 10
+ size: medium