UK / Pacific event file issue
Posted: Wed Sep 22, 2021 2:32 pm
Found what looks like an issue in the event file.
//UK resources get reduced due to Japan entering the war
$GiveResource
if_Date=12/7/1941
actionCountry=1
lifespan=tillTrigger
//reduced 40 production resource to 20 production resource
xyArea=237,76,60
addReportTo=All
$End
This does not work since the xyArea is in the middle of the Ural mountains and not owned by the UK.
It states it is changing the location removing 20 resources.
The UK Pacific resources listed are 25, 20, 20 in the 0 row.
Honestly what should happen is all those resources should be gone...since they are in WPP and being used there.
BUT since that might change things to much...just need to fix this to be correct.
I am guessing it should be:
//UK resources get reduced due to Japan entering the war
$GiveResource
if_Date=12/7/1941
actionCountry=1
lifespan=tillTrigger
//reduced 20 production resource to no production
xyArea=237,0,0
addReportTo=All
$End
That would remove a 20 PP spot.
//UK resources get reduced due to Japan entering the war
$GiveResource
if_Date=12/7/1941
actionCountry=1
lifespan=tillTrigger
//reduced 40 production resource to 20 production resource
xyArea=237,76,60
addReportTo=All
$End
This does not work since the xyArea is in the middle of the Ural mountains and not owned by the UK.
It states it is changing the location removing 20 resources.
The UK Pacific resources listed are 25, 20, 20 in the 0 row.
Honestly what should happen is all those resources should be gone...since they are in WPP and being used there.
BUT since that might change things to much...just need to fix this to be correct.
I am guessing it should be:
//UK resources get reduced due to Japan entering the war
$GiveResource
if_Date=12/7/1941
actionCountry=1
lifespan=tillTrigger
//reduced 20 production resource to no production
xyArea=237,0,0
addReportTo=All
$End
That would remove a 20 PP spot.