X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Flocation_decks%2Ftest.yaml;h=d88978d41e94b1ed1d6d23c867ffbd350df9ff18;hb=ae063f219281b426fc31f6fb4becec845ab4549a;hp=3c650320faf3563956cd98f6d971995840f2b378;hpb=aac1783aa9c84031bb37d74616ee72a7b32ebeac;p=naja.git diff --git a/data/location_decks/test.yaml b/data/location_decks/test.yaml index 3c65032..d88978d 100644 --- a/data/location_decks/test.yaml +++ b/data/location_decks/test.yaml @@ -3,22 +3,22 @@ description: "Test location deck." # This field is ignored, but it's a useful place to put some action definitions # we can reference later. _standard_actions: - set_bits_default: &SET-BITS-DEFAULT + - &SET-BITS-DEFAULT action_class: 'LoseHealthOrMSBAndSetBits' required_bits: [] - gain_health_default: &GAIN-HEALTH-DEFAULT + - &GAIN-HEALTH-DEFAULT action_class: 'GainHealthAndClearBitsOrMSB' required_bits: [] - bad_default: &BAD-DEFAULT + - &BAD-DEFAULT action_class: 'LoseHealthOrMSB' required_bits: [] - toggle_bits_c: &TOGGLE-BITS-C + - &TOGGLE-BITS-C action_class: 'ToggleBits' required_bits: [BLUE] - set_bits_ym: &SET-BITS-YM + - &SET-BITS-YM action_class: 'SetBits' required_bits: [RED, GREEN] - acquire_win_token: &ACQUIRE-WIN-TOKEN + - &ACQUIRE-WIN-TOKEN action_class: 'AcquireWinToken' required_bits: [RED, GREEN, BLUE]