diff options
| author | historia <[not public]> | 2026-07-04 19:32:05 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-04 19:32:05 -0400 |
| commit | 7b009e904524f30cbff6346730e8d8fe4b046a6b (patch) | |
| tree | 2e1b364f9efc4f82ebf67c492642951dfcc13b4b /data/mobs/examples/scrap_bot.yaml | |
| parent | a5d4ead1795882d25da7eda53680d2a84590693d (diff) | |
| download | thehouseoficarus-7b009e904524f30cbff6346730e8d8fe4b046a6b.tar.gz | |
feat: add casino chips, change drops to chips
Diffstat (limited to 'data/mobs/examples/scrap_bot.yaml')
| -rw-r--r-- | data/mobs/examples/scrap_bot.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mobs/examples/scrap_bot.yaml b/data/mobs/examples/scrap_bot.yaml index 227033b..7c63178 100644 --- a/data/mobs/examples/scrap_bot.yaml +++ b/data/mobs/examples/scrap_bot.yaml @@ -32,13 +32,13 @@ combat: description: A malfunctioning maintenance robot that has gone rogue. Its chassis is covered in dents and rust, and one optical sensor flickers erratically. drops: loot: - - item_id: credits + - item_id: chips quantity: 40 weight: 60 - item_id: scrap quantity: 2 weight: 30 - - item_id: credits + - item_id: chips quantity: 100 weight: 10 remains: scrap |
