Hi Meridian,
- id: -1
deployments:
STR_TERROR_MISSION: 50
STR_PORT_TERROR: 50
- id: -2
deployments:
STR_ISLAND_TERROR: 100
- id: -3
deployments:
STR_ARTIFACT_SITE_P1: 100
- id: -4
deployments:
STR_CARGO_SHIP_P1: 50
STR_CRUISE_SHIP_P1: 50
These negative texture ids above. From my assumption, they have to match the negative ID value from mission weight below to work, like to the -1 from the left of STR_NEW_YORK.
So a terror mission can be generated from New York, Washington and LA.
- [286.125, 286.125, -40.75, -40.75, -1, STR_NEW_YORK]
- [282.875, 282.875, -38.75, -38.75, -1, STR_WASHINGTON]
- [241.75, 241.75, -34.125, -34.125, -1, STR_LOS_ANGELES]
Is it possible for one of these
- [286.125, 286.125, -40.75, -40.75, -1, STR_NEW_YORK]
To share more than one negative id? For example
- [286.125, 286.125, -40.75, -40.75, -1, -2, -3, STR_NEW_YORK]
Also what are these values from the line above?
- [286.125, 286.125, -40.75, -40.75 ??