One easy solution is to drop the "MOVEMENT: 1" line since it's 1 for all Air units.
As well, the Unit Categories table for Air units shows Movement instead of Range. I can change this here as well.
Question: Do any mods/Promotions give any Air units more than 1 Movement Point? Note: Gunship is not an Air unit.
<TEXT>
<Tag>TXT_KEY_MILITARY_THREAT_INDEX_GUARDED</Tag>
<English>Guarded</English>
<French>En garde</French>
<German>Erhöht</German>
<Italian>Prudenza</Italian>
<Spanish>Guarded</Spanish>
</TEXT>
well, there is a bad German translation of "Guarded":
PHP:<TEXT> <Tag>TXT_KEY_MILITARY_THREAT_INDEX_GUARDED</Tag> <English>Guarded</English> <French>En garde</French> <German>Erhöht</German> <Italian>Prudenza</Italian> <Spanish>Guarded</Spanish> </TEXT>
the correct translation would be "Geschützt" but "Gering" fits better.
Well, you have to see all of the levels of the threat index and I chose to have a comprehensible list of attributes that are increasing with each level instead of exactly translating the English terms.
"Erhöht" = dangerious. "Guarded" is not a dangerious level. Therefore we'll need a new word.
<TEXT>
<Tag>TXT_KEY_BUG_OPT_SCORES__POWERFORMULA_LIST</Tag>
<English>You vs. Them|Them vs. You</English>
<French>You vs. Them|Them vs. You</French>
<German>Normal|Kehrwert</German>
<Italian>Giocatore/Altri|Altri/Giocatore</Italian>
<Spanish>You vs. Them|Them vs. You</Spanish>
</TEXT>
<list id="PowerFormula" key="Power Formula"
type="int" default="1" listType="string"
get="getPowerFormula" set="setPowerFormula" dirtyBit="Score">
<choice id="ThemVersusYou" get="isPowerThemVersusYou"/>
<choice id="YouVersusThem" get="isPowerYouVersusThem"/>
</list>
The Advanced Scoreboard power ratio accessors are backwards.
The problem is that all civilizations will start on the same landmass, regardless of map size or map script.
Of course, now that I actually reach out for help, I can't get the problem to reoccur.
Perhaps you're so powerful that merely by considering the problem, it solves itself?
Two more Sevopedia bugs: The scrollbars on both the Wonders screen and the Traits screen are a little off...