Skip to content

Commit

Permalink
Fixed broken variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelaes committed Aug 1, 2024
1 parent 75b5cf8 commit 6810e81
Showing 1 changed file with 61 additions and 36 deletions.
97 changes: 61 additions & 36 deletions TGC/events/Canals Construction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1241,9 +1241,11 @@ country_event = {
name = "EVTOPTA36994"

treasury = -1000000
set_variable = {
which = total_chunnel_funds
value = 10
JAN = {
set_variable = {
which = total_chunnel_funds
value = 10
}
}
FROM = { country_event = 36995 }

Expand All @@ -1258,9 +1260,11 @@ country_event = {
name = "EVTOPTB36994"

treasury = -900000
set_variable = {
which = total_chunnel_funds
value = 9
JAN = {
set_variable = {
which = total_chunnel_funds
value = 9
}
}
FROM = { country_event = 36995 }

Expand All @@ -1275,9 +1279,11 @@ country_event = {
name = "EVTOPTC36994"

treasury = -800000
set_variable = {
which = total_chunnel_funds
value = 8
JAN = {
set_variable = {
which = total_chunnel_funds
value = 8
}
}
FROM = { country_event = 36995 }

Expand All @@ -1292,9 +1298,11 @@ country_event = {
name = "EVTOPTD36994"

treasury = -700000
set_variable = {
which = total_chunnel_funds
value = 7
JAN = {
set_variable = {
which = total_chunnel_funds
value = 7
}
}
FROM = { country_event = 36995 }

Expand All @@ -1309,9 +1317,11 @@ country_event = {
name = "EVTOPTE36994"

treasury = -600000
set_variable = {
which = total_chunnel_funds
value = 6
JAN = {
set_variable = {
which = total_chunnel_funds
value = 6
}
}
FROM = { country_event = 36995 }

Expand All @@ -1326,9 +1336,11 @@ country_event = {
name = "EVTOPTF36994"

treasury = -500000
set_variable = {
which = total_chunnel_funds
value = 5
JAN = {
set_variable = {
which = total_chunnel_funds
value = 5
}
}
FROM = { country_event = 36995 }

Expand All @@ -1353,9 +1365,11 @@ country_event = {
name = "EVTOPTA36995"

treasury = -1000000
change_variable = {
which = total_chunnel_funds
value = 10
JAN = {
change_variable = {
which = total_chunnel_funds
value = 10
}
}
JAN = { country_event = 36996 }

Expand All @@ -1370,9 +1384,11 @@ country_event = {
name = "EVTOPTB36995"

treasury = -900000
change_variable = {
which = total_chunnel_funds
value = 9
JAN = {
change_variable = {
which = total_chunnel_funds
value = 9
}
}
JAN = { country_event = 36996 }

Expand All @@ -1387,9 +1403,11 @@ country_event = {
name = "EVTOPTC36995"

treasury = -800000
change_variable = {
which = total_chunnel_funds
value = 8
JAN = {
change_variable = {
which = total_chunnel_funds
value = 8
}
}
JAN = { country_event = 36996 }

Expand All @@ -1404,9 +1422,11 @@ country_event = {
name = "EVTOPTD36995"

treasury = -700000
change_variable = {
which = total_chunnel_funds
value = 7
JAN = {
change_variable = {
which = total_chunnel_funds
value = 7
}
}
JAN = { country_event = 36996 }

Expand All @@ -1421,9 +1441,11 @@ country_event = {
name = "EVTOPTE36995"

treasury = -600000
change_variable = {
which = total_chunnel_funds
value = 6
JAN = {
change_variable = {
which = total_chunnel_funds
value = 6
}
}
JAN = { country_event = 36996 }

Expand All @@ -1438,9 +1460,11 @@ country_event = {
name = "EVTOPTF36995"

treasury = -500000
change_variable = {
which = total_chunnel_funds
value = 5
JAN = {
change_variable = {
which = total_chunnel_funds
value = 5
}
}
JAN = { country_event = 36996 }

Expand All @@ -1452,6 +1476,7 @@ country_event = {
}
}


# Half-Half Channel Construction
country_event = {
id = 36996
Expand Down

0 comments on commit 6810e81

Please sign in to comment.