diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -263,10 +263,28 @@ SHADED 23 steal (game.current) VE 2 EVENT 24 - log "NOT IMPLEMENTED" + current VE + prompt "Free Migrate in up to 2 Provinces." + space_opt 2 can_migrate_in_space(s) + free_migrate + mark_space + endspace + prompt "Replace a Unit with a Raja." + clean_p + piece_opt 1 (can_place_piece(0, VE, ELITE) && set_has(game.vm.m, piece_space(p)) && is_enemy_unit(p)) + set_piece_space + remove + auto_place (game.current) ELITE + set_space -1 + endpiece + SHADED 24 - log "NOT IMPLEMENTED" + current [DS BK] + prompt "Place up to 2 Units in each Province with a Temple." + space_opt all has_temple(s) + place_opt 2 (game.current) UNITS + endspace EVENT 25 log "NOT IMPLEMENTED" |