diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -13,10 +13,24 @@ SHADED 2 log "NOT IMPLEMENTED" EVENT 3 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + prompt "Free Rally and gain 2 Resources in each Province adjacent to Warangal with your presence." + space_opt all (is_adjacent_to_city(C_WARANGAL, s) && has_piece_faction(s, game.current)) + free_rally + resources (game.current) 2 + endspace SHADED 3 - log "NOT IMPLEMENTED" + current DS + prompt "In each Province adjacent to Warangal with you presence, steal 2 Resources from each other Faction present." + space_opt all (is_adjacent_to_city(C_WARANGAL, s) && has_piece_faction(s, DS) && has_piece_enemy_faction(s, DS)) + if has_piece_faction(game.vm.s, BK) + steal DS BK 2 + endif + if has_piece_faction(game.vm.s, VE) + steal DS VE 2 + endif + endspace EVENT 4 log "NOT IMPLEMENTED" |