• 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
usa.txt & uk.txt:

usa.txt event 3702

action_a = {
name = "ACTIONNAME3702A" # Send more supplies
ai_chance = 85
command = { type = supplies value = -3000 }
command = { type = oilpool value = -1000 }
command = { type = metalpool value = -1000 }
command = { type = money value = -1000 }
command = { type = relation which = ENG value = 5 }
command = { type = trigger which = 3405 } # UK
}

uk.txt

#########################################################################
# A Lend-Lease Shipment Arrives from the USA
#########################################################################
event = {
id = 3405
random = no
country = ENG
persistent = yes

# Triggered by USA 3702. NOTE: May be triggered several times.

name = "EVT_3405_NAME"
desc = "EVT_3405_DESC"
style = 0
picture = "lend_lease"

action_a = {
name = "OK" # Excellent!
command = { type = supplies value = 3000 }
command = { type = oilpool value = 1000 }
command = { type = metalpool value = 1000 }
command = { type = construct which = ic where = 9 value = 1 } #
command = { type = construct which = ic where = 10 value = 1 } #
command = { type = money value = 5000 }
}
}
1000 or 5000 money for the UK ??? :D ;)
 
Upvote 0
I made it 1000, but the fix didn't get into 1.05 - will be in 1.06.
 
I made it 1000, but the fix didn't get into 1.05 - will be in 1.06.

Good to see that you already found this one. ;) Please fix also the other lend-lease event in case you haven't done this already. :)
 
I think I got them all - USA, USSR, UK and Nat.Chi. files were all modified.