From da061ebd06e5e498b555eee786df99af6324704c Mon Sep 17 00:00:00 2001 From: adrianna Date: Sun, 18 May 2014 00:44:45 +0200 Subject: [PATCH] added explanation of greyed out actions --- data/location_decks/introduction.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/location_decks/introduction.yaml b/data/location_decks/introduction.yaml index 7707715..b16ecfa 100644 --- a/data/location_decks/introduction.yaml +++ b/data/location_decks/introduction.yaml @@ -69,11 +69,18 @@ _action_definitions: data: message: "There are key bits that can be set, such as {RED}. They may be required by actions.\nThis action also sets {EAST,SOUTH}." + - &STEP4-ACTION-GREEN + action_class: 'GainHealth' + required_bits: [GREEN] + data: + message: "If you haven't got {GREEN} yet, this action is greyed out to show that you can't use it." + - &STEP4-CARD card_name: 'step4' bits: [RED, SOUTH, EAST] actions: - *STEP4-ACTION + - *STEP4-ACTION-GREEN - &STEP5-ACTION-BLUE action_class: 'GenericBits' -- 2.34.1