From b3d4c616f59ad2519f3a0b77e3b47d6571cd2486 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 19:29:17 -0400 Subject: feat: message actions are now sequences of messages with settable delays --- data/objects/anvil.yaml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'data/objects/anvil.yaml') diff --git a/data/objects/anvil.yaml b/data/objects/anvil.yaml index 4c8bc40..efcb8f2 100644 --- a/data/objects/anvil.yaml +++ b/data/objects/anvil.yaml @@ -1,9 +1,15 @@ -name: anvil -color: "FA" +color: FA description: - - text: "A heavy iron anvil for hammering metal into shape." + - text: A heavy iron anvil for hammering metal into shape. +name: anvil on_use: - - item_id: silver_bar - message: "You should use this with a mold at a furnace." - - item_id: gold_bar - message: "You should use this with a mold at a furnace." + - action: + messages: + - delay: 0 + message: You should use this with a mold at a furnace. + item_id: silver_bar + - action: + messages: + - delay: 0 + message: You should use this with a mold at a furnace. + item_id: gold_bar -- cgit v1.2.3