From 290e737e0b330b3732b8282b158d8c17dcb9b8a5 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 25 Mar 2025 00:22:59 +0100 Subject: [PATCH] Themes(wayside_srhine): add inscription question --- .../layers/wayside_shrine/wayside_shrine.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/assets/layers/wayside_shrine/wayside_shrine.json b/assets/layers/wayside_shrine/wayside_shrine.json index 4bbbcc29ff..91562eecec 100644 --- a/assets/layers/wayside_shrine/wayside_shrine.json +++ b/assets/layers/wayside_shrine/wayside_shrine.json @@ -104,6 +104,32 @@ } ] }, + { + "id": "inscription", + "question": { + "en": "What is the inscription in this wayside shrine?" + }, + "render": { + "en": "The inscription on this shrine is {inscription}" + }, + "freeform": { + "key": "inscription" + }, + "mappings": [ + { + "if": "not:inscription=yes", + "then": { + "en": "This wayside shrine does not have an inscription" + } + }, + { + "if": "inscription=Ave Maria", + "then": { + "en": "The inscription on this shrine is Ave Maria" + } + } + ] + }, { "question": { "en": "To which religion is this shrine dedicated?"