Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioSoler committed Jul 10, 2017
1 parent 5afd8c2 commit 5263904
Show file tree
Hide file tree
Showing 5 changed files with 1,473 additions and 1,056 deletions.
8 changes: 4 additions & 4 deletions states.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
"description" => clienttranslate('${actplayer} is deciding where to send the adventurers'),
"descriptionmyturn" => clienttranslate('${you} need to decide where to send your adventurers'),
"action" => "stplayermove",
"possibleactions" => array( "movetile", "rentsword", "choosereward" ),
"args" => "argMoves",
"possibleactions" => array( "movetile", "rentsword" ),
"updateGameProgression" => true, //game ends if 2 stones found or 4/5 decks are depleted
"transitions" => array( "playermove" => 3 , "endturn" => 4, "hireexpert" => 5, "exchange" => 7 , "exploresite" => 9, "fight" => 11 , "gameEndScoring" => 90)
),
Expand All @@ -89,9 +88,10 @@
"description" => clienttranslate('${actplayer} is deciding some end of turn actions '),
"descriptionmyturn" => clienttranslate('${you} can pay the hospital or recruit one worker on the beach, when done click here :'),
"action" => "stendturn",
"possibleactions" => array( "payhospital", "recruit", 'viewdone' ),
"args" => "argMoves",
"possibleactions" => array( "payhospital", "recruit", 'viewdone' , "choosereward"),
"updateGameProgression" => false,
"transitions" => array("" => 13) //
"transitions" => array("finish" => 13 , "endturn" => 4) //
),

5 => array(
Expand Down
Loading

0 comments on commit 5263904

Please sign in to comment.