nationalist_china.txt:
The Chinese get a little bit more supplies than the USA are actually delivering to them:
The Chinese get a little bit more supplies than the USA are actually delivering to them:
# A Lend-Lease Caravan Arrives from the USA
#########################################################################
event = {
id = 4102
random = no
country = CHI
persistent = yes
# Triggered by USA 3725. NOTE: May be triggered several times.
name = "EVT_4102_NAME"
desc = "EVT_3404_DESC"
style = 0
picture = "Lend_Lease_Chi"
action_a = {
name = "OK" # Excellent!
command = { type = supplies value = 3000 }
command = { type = money value = 100 }
command = { type = rarematerialspool value = 500 }
command = { type = construct which = ic where = 1361 value = 1 } #Zigong
}
}
#########################################################################
# Lend-Lease Shipment to Nationalist China
#########################################################################
event = {
id = 3725
random = no
country = USA
persistent = yes
trigger = {
war = { country = CHI country = JAP }
random = 50 # 50% chance every 30 days
event = 3404 # Lend-Lease Act passed
NOT = { war = { country = CHI country = USA } }
NOT = { alliance = { country = GER country = CHI } }
NOT = { war = { country = CHI country = ENG } }
NOT = { war = { country = CHI country = HOL } }
}
name = "EVT_3725_NAME"
desc = "EVT_3404_DESC"
style = 0
picture = "Lend_Lease_Chi"
date = { year = 1940 month = january day = 1 }
offset = 30
deathdate = { year = 1999 month = december day = 30 }
action_a = {
name = "ACTIONNAME3702A" # Send more supplies
ai_chance = 80
command = { type = supplies value = -1000 }
command = { type = money value = -100 }
command = { type = rarematerialspool value = -500 }
command = { type = relation which = CHI value = 10 }
command = { type = trigger which = 4102 } # CHI
}
Upvote
0