Skip to content

Commit

Permalink
Add temporary promo event
Browse files Browse the repository at this point in the history
  • Loading branch information
dementive committed Mar 5, 2024
1 parent 7fc4f77 commit f5ca7a1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/on_action/00_TI_monthly_country.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
ti_monthly_chinese_unification_pulse
delay = { days = { 1 30 } }
}
# TEMPORARY
events = {
promo.1
}
}

ti_monthly_chinese_unification_pulse = {
Expand Down
24 changes: 24 additions & 0 deletions events/00000_PROMO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
namespace = promo

promo.1 = {
type = country_event
title = promo.1.t
desc = promo.1.desc
picture = aqueducts

left_portrait = current_ruler
right_portrait = p:1.owner.current_ruler

trigger = {
is_ai = no
NOT = { has_variable = promo_event_happened }
}

immediate = {
set_variable = promo_event_happened
}

option = {
name = promo.1.a
}
}
4 changes: 4 additions & 0 deletions localization/english/00_TODO_l_english.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
l_english:


promo.1.t: "Beware the Ides of March"
promo.1.desc: "Calling all Imperators! As part of the continuing effort to revive the game, the community is scheduling Imperator Day (which actually be two days) running from Friday, March 15th through Saturday, March 16th. The goal is to get concurrent player numbers as high as possible."
promo.1.a: "Imperator Day: Ides of March (March 15th - 16th)"
#NOTE: Everything in this file either needs a loc or needs a description written.
#Once they are done they should be moved to other files.

Expand Down

0 comments on commit f5ca7a1

Please sign in to comment.