aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/mutant_rat.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 13:28:06 -0400
committerhistoria <[not public]>2026-06-19 13:28:06 -0400
commit3a58125d14bb307f861b38c6c5b0a63babde7e08 (patch)
treebd89e866447d55e6dffd447d8ef5fabf9b8fbe9d /data/mobs/mutant_rat.yaml
parent575a71dcfed3b9fa44af244836f638a23df05a9a (diff)
downloadthehouseoficarus-3a58125d14bb307f861b38c6c5b0a63babde7e08.tar.gz
feat: all skills kind of implemented, random prototype content added
Diffstat (limited to 'data/mobs/mutant_rat.yaml')
-rw-r--r--data/mobs/mutant_rat.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/data/mobs/mutant_rat.yaml b/data/mobs/mutant_rat.yaml
new file mode 100644
index 0000000..11ec0ad
--- /dev/null
+++ b/data/mobs/mutant_rat.yaml
@@ -0,0 +1,39 @@
+id: mutant_rat
+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"
+drops:
+ remains: bones
+ loot:
+ - item_id: credits
+ weight: 60
+ quantity: 20
+ - item_id: scrap_metal
+ weight: 30
+ - item_id: credits
+ weight: 10
+ quantity: 60