summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt21
1 files changed, 19 insertions, 2 deletions
diff --git a/events.txt b/events.txt
index 0584464..15ac6d8 100644
--- a/events.txt
+++ b/events.txt
@@ -313,10 +313,27 @@ SHADED 19
endspace
EVENT 20
- log "NOT IMPLEMENTED"
+ current REBEL_FACTIONS
+ add_influence (game.current)
+ prompt "In Orissa or an adjacent Province, you may Migrate, Rally and then Build."
+ space 1 (is_adjacent_to_city(C_WARANGAL, s) || s === S_BENGAL)
+ free_migrate
+ free_rally
+ free_build
+ endspace
SHADED 20
- log "NOT IMPLEMENTED"
+ current DS
+ prompt "In Orissa, remove an enemy Structure, add 1 Governor, 1 Qasbah, 2 Troops and a Tributary marker."
+ space 1 (s === S_ORISSA)
+ piece_opt 1 ((is_temple(p) || is_fort(p)) && is_piece_in_event_space(p))
+ remove
+ endpiece
+ place 1 DS ELITE
+ place 1 DS DISC
+ place 2 DS TROOPS
+ place_tributary
+ endspace
EVENT 21
log "NOT IMPLEMENTED"