added explanation of greyed out actions
[naja.git] / data / location_decks / introduction.yaml
index 9ccd896a609824154ab163184bb598a3e75ee236..b16ecfaf62153da4df375de0f7ee0d3eb67c640e 100644 (file)
@@ -19,7 +19,7 @@ _action_definitions:
     action_class: 'DoNothing'
     required_bits: []
     data:
-      message: "Welcome to the tutorial! You can select any tile, but only move {NORTH,SOUTH,EAST} or {WEST} if those bits are set -- allowed tiles are chequered.\nRight now you can stay on this tile or move {EAST}.\nSelect {EAST} tile and press {RETURN}."
+      message: "Welcome to the tutorial! You can select any tile, but only move {NORTH,SOUTH,EAST} or {WEST} if those bits are set  allowed tiles are chequered.\nRight now you can stay on this tile or move {EAST}.\nSelect {EAST} tile and press {RETURN}."
 
   - &STEP1-CARD
     card_name: 'step1'
@@ -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'