Skip to content

Commit

Permalink
Added Zürich and Aargau Event
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Dec 19, 2023
1 parent 15beb44 commit 4374f50
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
50 changes: 45 additions & 5 deletions events/dufour_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ dufour.910 = {
duration = 3

trigger = {
var:dufour_carte_dufour_progress_var >= 125
var:dufour_carte_dufour_progress_var >= 120
}

immediate = {
Expand Down Expand Up @@ -403,7 +403,7 @@ dufour.911 = {
duration = 3

trigger = {
var:dufour_carte_dufour_progress_var >= 150
var:dufour_carte_dufour_progress_var >= 140
NOT = { has_variable = dufour_no_more_carte_dufour_information_var }
}

Expand Down Expand Up @@ -443,7 +443,7 @@ dufour.912 = {
duration = 3

trigger = {
var:dufour_carte_dufour_progress_var >= 175
var:dufour_carte_dufour_progress_var >= 160
NOT = { has_variable = dufour_no_more_carte_dufour_information_var }
}

Expand Down Expand Up @@ -483,7 +483,7 @@ dufour.913 = {
duration = 3

trigger = {
var:dufour_carte_dufour_progress_var >= 200
var:dufour_carte_dufour_progress_var >= 180
NOT = { has_variable = dufour_no_more_carte_dufour_information_var }
}

Expand Down Expand Up @@ -523,7 +523,7 @@ dufour.914 = {
duration = 3

trigger = {
var:dufour_carte_dufour_progress_var >= 220
var:dufour_carte_dufour_progress_var >= 200
NOT = { has_variable = dufour_no_more_carte_dufour_information_var }
}

Expand Down Expand Up @@ -562,6 +562,46 @@ dufour.915 = {

duration = 3

trigger = {
var:dufour_carte_dufour_progress_var >= 220
NOT = { has_variable = dufour_no_more_carte_dufour_information_var }
}

immediate = {
}

option = { #Interesting!
name = dufour.910.g
default_option = yes
}

option = { #I do not want to hear anything about Switzerland!
name = dufour.910.h

custom_tooltip = dufour.910.no_more_information_tt
set_variable = dufour_no_more_carte_dufour_information_var
}
}

#Dufour 916: New Sheets published: Zürich and Aargau

dufour.916 = {
type = country_event

title = dufour.916.t
desc = dufour.916.d
flavor = dufour.916.f

event_image = {
texture = "gfx/event_pictures/dufour_pictures/dufour_carte_dufour_zurich.dds"
}

on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear"

icon = "gfx/interface/icons/event_icons/event_map.dds"

duration = 3

trigger = {
var:dufour_carte_dufour_progress_var >= 240
NOT = { has_variable = dufour_no_more_carte_dufour_information_var }
Expand Down
Binary file not shown.

0 comments on commit 4374f50

Please sign in to comment.