aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/mutant_rat.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/mobs/examples/mutant_rat.yaml')
-rw-r--r--data/mobs/examples/mutant_rat.yaml51
1 files changed, 30 insertions, 21 deletions
diff --git a/data/mobs/examples/mutant_rat.yaml b/data/mobs/examples/mutant_rat.yaml
index 7836ef9..676b510 100644
--- a/data/mobs/examples/mutant_rat.yaml
+++ b/data/mobs/examples/mutant_rat.yaml
@@ -1,31 +1,10 @@
name: mutant rat
description: "A bloated rodent with glowing green eyes and exposed muscle tissue. Bio-engineering runoff has made it unnaturally aggressive."
-attack: 13
-strength: 13
-defense: 12
-hp: 32
-speed: 4
-aggressive: true
-respawn_ticks: 25
-attack_type: crush
-attack_bonus: 8
-strength_bonus: 6
-stab_defense: 15
-slash_defense: 15
-crush_defense: 10
-science_defense: -10
-ranged_defense: 5
-weakness: bio
idle_descriptions:
- "scurries frantically in circles"
- "gnaws on a rusted pipe"
- "emits a gurgling screech"
- "twitches unnaturally"
-combat_descriptions:
- - "bites %s with glowing teeth"
- - "slashes %s with mutated claws"
- - "lunges at %s with unnatural speed"
-size: small
drops:
remains: bones
loot:
@@ -37,3 +16,33 @@ drops:
- item_id: credits
weight: 10
quantity: 60
+combat:
+ kind: combat
+ stats:
+ hp: 32
+ attack: 13
+ strength: 13
+ defense: 12
+ attack_type: crush
+ speed: 4
+ aggressive: true
+ respawn_ticks: 25
+ bonuses:
+ attack_bonus: 8
+ strength_bonus: 6
+ science_bonus: 0
+ science_percent_bonus: 0
+ ranged_bonus: 0
+ ranged_strength_bonus: 0
+ defenses:
+ stab_defense: 15
+ slash_defense: 15
+ crush_defense: 10
+ science_defense: -10
+ ranged_defense: 5
+ weakness: bio
+ size: small
+ combat_descriptions:
+ - "bites %s with glowing teeth"
+ - "slashes %s with mutated claws"
+ - "lunges at %s with unnatural speed"