summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/events.txt b/events.txt
index 3fdb09e..e44cdf9 100644
--- a/events.txt
+++ b/events.txt
@@ -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"