diff options
| author | historia <[not public]> | 2026-07-09 19:29:17 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 19:29:17 -0400 |
| commit | b3d4c616f59ad2519f3a0b77e3b47d6571cd2486 (patch) | |
| tree | 6f1f6a314e0550da68264a79381fc269db803312 /data/objects/000_test_object.yaml | |
| parent | 18c7af94b30c2767b6633d050324c1db34074ce2 (diff) | |
| download | thehouseoficarus-b3d4c616f59ad2519f3a0b77e3b47d6571cd2486.tar.gz | |
feat: message actions are now sequences of messages with settable delays
Diffstat (limited to 'data/objects/000_test_object.yaml')
| -rw-r--r-- | data/objects/000_test_object.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/objects/000_test_object.yaml b/data/objects/000_test_object.yaml index e465048..2f1ed41 100644 --- a/data/objects/000_test_object.yaml +++ b/data/objects/000_test_object.yaml @@ -1,28 +1,28 @@ color: C4 -description: -- text: A sinister altar of red biological interfaces. Place scrap here with a bio identifier to produce biojunk. Type 'id' to begin. +description: A sinister altar of red biological interfaces. Place scrap here with a bio identifier to produce biojunk. Type 'id' to begin. gather: - bait: "" - depleted_message: "" - exhausted_message: "" - fail_message: "" - gather_message: "" - respawn_broadcast: "" skill: mining success: base: 0 cap: 1 per_level: 0 tools: - - axe + - axe hidden: false id: 000_test_object name: 000 test object +on_use: + - action: + messages: + - delay: 5 + message: asdfdfs + - delay: 3 + message: sadfdfsadfs safespot: decay_chance: 0 decay_ticks: 0 - max_block_size: "" max_occupants: 1 + respawn_on_hide: false respawn_ticks: 0 tier: 1 unsafe_chance: 0 |
