diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -728,3 +728,21 @@ SHADED 36 piece_opt 3 is_raja(p) && is_piece_on_map(p) remove endpiece + +SUCC 1 + current DS + campaign + force_current BK + prompt "Gain Cavalry token equal to Influence and Forts." + loge "Military labor market thrives" + gain_cavalry (game.inf[BK] + count_pieces_on_map(BK, DISC)) + force_current VE + prompt "Gain resources equal to Influence and Temples." + loge "Temple towns emerge anew" + resources VE (game.inf[VE] + count_pieces_on_map(VE, DISC)) + +SUCC 2 + log "NOT IMPLEMENTED" + +SUCC 3 + log "NOT IMPLEMENTED" |