From 493afbd8272fd88b39b30e5aa05dc33ddc407e45 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Thu, 23 Mar 2023 23:42:34 -0700 Subject: [PATCH] More tripod training --- training.mdesk | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/training.mdesk b/training.mdesk index 6618265..dc1efbf 100644 --- a/training.mdesk +++ b/training.mdesk @@ -10,7 +10,7 @@ @character Blocky: { name: "Block", - prompt: "Block wants to block the player from going to the secret artifact. He has no idea how long he's been alive for, his entire existence is just standing there doing nothing. He'll let the player past if you bring him a tripod", + prompt: "Block wants to block the player from going to the secret artifact. He has no idea how long he's been alive for, his entire existence is just standing there doing nothing. He'll let the player pass if they bring him Tripod, as he's fascinated by it.", actions_str: "*lets player pass*", } @@ -157,6 +157,23 @@ }, } +@training +{ + with: Blocky, + data: + { + @player "Hey", + @npc "No passing", + @player "Why not?", + @npc "I must serve Death until he leads the troops to the death fiends. Beyond that is certain death", + @player "Why so much death?", + @npc "I don't know. I just follow Death's orders", + @player "Now will you let me pass?", + @item_possess Tripod, + @npc "That tripod. It speaks to me, humbles me. It is as I am. I will let you through *lets player pass*", + }, +} + @training { with: GodRock,