• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Fürstbischof

General
17 Badges
Jan 25, 2009
1.767
92
  • Arsenal of Democracy
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • For The Glory
  • Heir to the Throne
  • Hearts of Iron Anthology
  • 500k Club
  • Europa Universalis: Rome
  • Victoria 2: A House Divided
  • Europa Universalis III: Collection
  • 200k Club
  • Rome: Vae Victis
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
nationalist_china.txt:

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
nationalist_china.txt:

The same gift is present in the soviet shipment to the Chinese:

# A Lend-Lease Caravan Arrives from the SU
#########################################################################
event = {
id = 100999
random = no
country = CHI

persistent = yes

# Triggered by SOV 100998. NOTE: May be triggered several times.

name = "EVT_3725_NAME"
desc = "EVT_100999_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 = 1360 value = 1 } #Chengdu
}
}

#########################################################################
# Lend-Lease Shipment to Nationalist China
#########################################################################
event = {
id = 100998
random = no
country = SOV
persistent = yes

trigger = {
war = { country = CHI country = JAP }
random = 50 # 50% chance every 30 days
event = 82 # Operation Zet passed
NOT = { war = { country = CHI country = USA } }
NOT = { war = { country = CHI country = SOV } }
NOT = { alliance = { country = GER country = CHI } }
NOT = { war = { country = CHI country = ENG } }
NOT = { war = { country = CHI country = HOL } }
}

name = "EVT_100998_NAME"
desc = "EVT_100998_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 = "EVT_82_ACTA" # Send more supplies
ai_chance = 80
command = { type = supplies value = -1000 }
command = { type = rarematerialspool value = -500 }
command = { type = money value = -100 }
command = { type = relation which = CHI value = 10 }
command = { type = trigger which = 100999 } # CHI
}
 
nationalist_china.txt:

It was mentioned once that China should be nerfed a little bit. The plan was to remove the IC boost from the Lend-Lease events. Will that be done?
 
Yes, coming soo, together with a fix for the (rather complex) logic in the Germany ai build scheme events so that they no longer get "stuck" on naval builds and actually make some tanks...
 
Yes, coming soo, together with a fix for the (rather complex) logic in the Germany ai build scheme events so that they no longer get "stuck" on naval builds and actually make some tanks...

These are good news. :) Thanks for your quick response, Balesir!