aboutsummaryrefslogtreecommitdiff
path: root/data/mobs
diff options
context:
space:
mode:
authorhistoria <workhorse@localhost.localdomain>2026-06-20 21:36:32 -0400
committerhistoria <workhorse@localhost.localdomain>2026-06-20 21:36:32 -0400
commit010fa439399581391fcd509d2058191ff4fa74b3 (patch)
tree2deb54f5b2724e34091e6fb97390e6958f973561 /data/mobs
parent00a0622dcb5eae90b4ec14ed16c527b81f963c3f (diff)
downloadthehouseoficarus-010fa439399581391fcd509d2058191ff4fa74b3.tar.gz
feat: stop command added
Diffstat (limited to 'data/mobs')
-rw-r--r--data/mobs/ancient_construct.yaml2
-rw-r--r--data/mobs/enforcer_bot.yaml4
-rw-r--r--data/mobs/feral_cyborg.yaml2
-rw-r--r--data/mobs/ghoul.yaml2
-rw-r--r--data/mobs/greater_drone.yaml2
-rw-r--r--data/mobs/heavy_mech.yaml4
-rw-r--r--data/mobs/iron_sentinel.yaml2
-rw-r--r--data/mobs/lesser_drone.yaml2
-rw-r--r--data/mobs/molten_elemental.yaml2
-rw-r--r--data/mobs/mutant_rat.yaml2
-rw-r--r--data/mobs/scrap_bot.yaml4
-rw-r--r--data/mobs/security_turret.yaml4
-rw-r--r--data/mobs/titan_sentinel.yaml2
-rw-r--r--data/mobs/war_drone.yaml2
14 files changed, 18 insertions, 18 deletions
diff --git a/data/mobs/ancient_construct.yaml b/data/mobs/ancient_construct.yaml
index 0e2d04e..9e4e765 100644
--- a/data/mobs/ancient_construct.yaml
+++ b/data/mobs/ancient_construct.yaml
@@ -27,7 +27,7 @@ combat_descriptions:
- "unleashes a cascade of ancient energy at %s"
- "teleports behind %s and strikes"
drops:
- remains: scrap_metal
+ remains: scrap
loot:
- item_id: credits
weight: 40
diff --git a/data/mobs/enforcer_bot.yaml b/data/mobs/enforcer_bot.yaml
index 623e210..62a5992 100644
--- a/data/mobs/enforcer_bot.yaml
+++ b/data/mobs/enforcer_bot.yaml
@@ -27,12 +27,12 @@ combat_descriptions:
- "slams its riot shield into %s"
- "delivers a stunning blow to %s"
drops:
- remains: scrap_metal
+ remains: scrap
loot:
- item_id: credits
weight: 60
quantity: 350
- - item_id: scrap_metal
+ - item_id: scrap
weight: 20
quantity: 5
- item_id: credits
diff --git a/data/mobs/feral_cyborg.yaml b/data/mobs/feral_cyborg.yaml
index e05f01b..7b3fc19 100644
--- a/data/mobs/feral_cyborg.yaml
+++ b/data/mobs/feral_cyborg.yaml
@@ -31,7 +31,7 @@ drops:
- item_id: credits
weight: 60
quantity: 300
- - item_id: scrap_metal
+ - item_id: scrap
weight: 25
quantity: 3
- table: herb_table_mid
diff --git a/data/mobs/ghoul.yaml b/data/mobs/ghoul.yaml
index 4c4bfa8..e4888d9 100644
--- a/data/mobs/ghoul.yaml
+++ b/data/mobs/ghoul.yaml
@@ -32,7 +32,7 @@ drops:
- item_id: credits
weight: 60
quantity: 80
- - item_id: scrap_metal
+ - item_id: scrap
weight: 25
- table: herb_table_low
weight: 15
diff --git a/data/mobs/greater_drone.yaml b/data/mobs/greater_drone.yaml
index 9585203..7f786f1 100644
--- a/data/mobs/greater_drone.yaml
+++ b/data/mobs/greater_drone.yaml
@@ -25,7 +25,7 @@ idle_descriptions:
- "deploys sensor probes"
drops:
loot:
- - item_id: scrap_metal
+ - item_id: scrap
weight: 40
quantity: 3
- item_id: credits
diff --git a/data/mobs/heavy_mech.yaml b/data/mobs/heavy_mech.yaml
index fa8db8c..129bc88 100644
--- a/data/mobs/heavy_mech.yaml
+++ b/data/mobs/heavy_mech.yaml
@@ -27,12 +27,12 @@ combat_descriptions:
- "smashes %s with a hydraulic fist"
- "unleashes a missile salvo at %s"
drops:
- remains: scrap_metal
+ remains: scrap
loot:
- item_id: credits
weight: 55
quantity: 1000
- - item_id: scrap_metal
+ - item_id: scrap
weight: 25
quantity: 8
- table: gem_table
diff --git a/data/mobs/iron_sentinel.yaml b/data/mobs/iron_sentinel.yaml
index dca2f7c..0256b93 100644
--- a/data/mobs/iron_sentinel.yaml
+++ b/data/mobs/iron_sentinel.yaml
@@ -23,7 +23,7 @@ idle_descriptions:
- "scans the area with a red optical sensor"
drops:
loot:
- - item_id: scrap_metal
+ - item_id: scrap
weight: 30
quantity: 5
- item_id: credits
diff --git a/data/mobs/lesser_drone.yaml b/data/mobs/lesser_drone.yaml
index 07e73b4..b90976f 100644
--- a/data/mobs/lesser_drone.yaml
+++ b/data/mobs/lesser_drone.yaml
@@ -25,7 +25,7 @@ idle_descriptions:
- "rotates slowly in place"
drops:
loot:
- - item_id: scrap_metal
+ - item_id: scrap
weight: 60
- item_id: credits
weight: 40
diff --git a/data/mobs/molten_elemental.yaml b/data/mobs/molten_elemental.yaml
index 315e27a..7032965 100644
--- a/data/mobs/molten_elemental.yaml
+++ b/data/mobs/molten_elemental.yaml
@@ -27,7 +27,7 @@ combat_descriptions:
- "engulfs %s in a wave of liquid fire"
- "smashes %s with a superheated limb"
drops:
- remains: scrap_metal
+ remains: scrap
loot:
- item_id: credits
weight: 50
diff --git a/data/mobs/mutant_rat.yaml b/data/mobs/mutant_rat.yaml
index 11ec0ad..7dfd751 100644
--- a/data/mobs/mutant_rat.yaml
+++ b/data/mobs/mutant_rat.yaml
@@ -32,7 +32,7 @@ drops:
- item_id: credits
weight: 60
quantity: 20
- - item_id: scrap_metal
+ - item_id: scrap
weight: 30
- item_id: credits
weight: 10
diff --git a/data/mobs/scrap_bot.yaml b/data/mobs/scrap_bot.yaml
index 5b5c3e3..78b8563 100644
--- a/data/mobs/scrap_bot.yaml
+++ b/data/mobs/scrap_bot.yaml
@@ -26,12 +26,12 @@ combat_descriptions:
- "swings a broken manipulator arm at %s"
- "discharges a spark at %s"
drops:
- remains: scrap_metal
+ remains: scrap
loot:
- item_id: credits
weight: 60
quantity: 40
- - item_id: scrap_metal
+ - item_id: scrap
weight: 30
quantity: 2
- item_id: credits
diff --git a/data/mobs/security_turret.yaml b/data/mobs/security_turret.yaml
index 3d6b774..25bcbf9 100644
--- a/data/mobs/security_turret.yaml
+++ b/data/mobs/security_turret.yaml
@@ -28,12 +28,12 @@ combat_descriptions:
- "unleashes a burst of rounds at %s"
- "locks onto %s and opens fire"
drops:
- remains: scrap_metal
+ remains: scrap
loot:
- item_id: credits
weight: 70
quantity: 100
- - item_id: scrap_metal
+ - item_id: scrap
weight: 20
quantity: 3
- item_id: credits
diff --git a/data/mobs/titan_sentinel.yaml b/data/mobs/titan_sentinel.yaml
index 554ab4b..ad8b69f 100644
--- a/data/mobs/titan_sentinel.yaml
+++ b/data/mobs/titan_sentinel.yaml
@@ -28,7 +28,7 @@ combat_descriptions:
- "drives %s into the ground with overwhelming force"
drops:
loot:
- - item_id: scrap_metal
+ - item_id: scrap
weight: 30
quantity: 10
- item_id: credits
diff --git a/data/mobs/war_drone.yaml b/data/mobs/war_drone.yaml
index c9d1bbe..d06563d 100644
--- a/data/mobs/war_drone.yaml
+++ b/data/mobs/war_drone.yaml
@@ -32,7 +32,7 @@ drops:
- item_id: credits
weight: 60
quantity: 200
- - item_id: scrap_metal
+ - item_id: scrap
weight: 20
quantity: 4
- item_id: credits