Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
```
static function OnPreCreateTemplates()
{
local MZZFocus_AbilitySet CDO;
CDO = MZZFocus_AbilitySet(class'XComEngine'.static.GetClassDefaultObject(class'MitzrutiPerkPack.MZZFocus_AbilitySet'));
if (CDO != none)
{
CDO.WindFocus_DashFocus=3;
CDO.WindFocus_GainBoost=2;
}
}
```
this caused the issue, the MZZFocus_AbilitySet recevied an overhaul on the struct of the elemental types.
altough i dont see any reason for the existence of this block, so maybe just removing it will solve it in the long term.
MZ_PerkFocus and the elemental types received a major overhaul to streamline the development and the ability to create new stuff with configs.
The easier solution though is to just use the console "givefactionsoldiers" then rebuild whatever templar you get (assuming it's not a mage) into a TemplarMage, using the additional soldier commands mod. This will also give you a reaper and skirmisher which you can boot or do whatever you want with them.