Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
However, there is an exploit to proc +Mobility with just 1AP: https://ibb.co/WvkjL7G
NOTES:
Final Destination should be within Blue Range from Current Location.
CTRL-RMB, then RMB to Final Destination in one go. Melee Attacks works too.
This is not a true 1AP Dash. This mod simply checks the distance you travel to denote a dash instead of APs spent for a single move.
This is true. The original codes only check if it is already maxed, but not over:
X2EventListener_TacticalAction.uc, line 290
It should be:
Hi there, sorry I am pretty new to this, so I will ask straight away:
Do you mean that if I change the code from:
"if (SourceUnit.GetBaseStat(StatType) == MaxStat)
return ELR_NoInterrupt;"
to
"if (SourceUnit.GetBaseStat(StatType) >= MaxStat)
return ELR_NoInterrupt;"
Then I can worry not about the cap limit making my higher mobility units getting nerfed back to 14?