Industrial Centers/Major Cities are set to 10.
Soviet Factory Moves are handled by separate DE's that are triggered when the Axis approach. The player will get an option to move a factory or not.
If the factory is moved, the original location should reduce from 10 to 6, and I am using the Supply Event to make these reductions, example below.
{
#NAME= DE 426 - Moscow Industry transfer to the Urals [one turn]
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 426[1]
#COUNTRY_ID= 45
#FLAG_ID= 116
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1939/09/01
#SOURCE_POSITION=
#DESTINATION_RESOURCE= 221,65 [4,4]
#VARIABLE_CONDITION= 116 [2] [100] [0]
#VARIABLE_CONDITION= 45 [1] [100] [0]
}
These seem to work as intended. I also don't want the original location to go above 6, and as resources will gain 1 each turn, I added the following:
{
#NAME= DE 426 - Moscow Industry transfer to the Urals [permanent]
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 426[1]
#COUNTRY_ID= 45
#FLAG_ID= 116
#TRIGGER= 100
#SEASON_FLAG= 0
#DATE= 1939/09/01
#SOURCE_POSITION=
#DESTINATION_RESOURCE= 221,65 [1,1]
#VARIABLE_CONDITION= 116 [2] [100] [0]
#VARIABLE_CONDITION= 45 [1] [100] [0]
}
At this point it doesn't work, because the locations continue to drop, all going to 1 as seen below. If anyone can see what I am doing wrong, I appreciate it !




