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
only other reaper mod i'm running is the shadow ability cooldown one.
If you look at the CharacterTemplate for Codex (named "Cyberus" internally), the actual variable assignments for the Codex in X2Character.uc are:
CharTemplate.bIsAlien = true;
CharTemplate.bIsHumanoid = true;
CharTemplate.bIsAdvent = false;
CharTemplate.bIsCivilian = false;
CharTemplate.bIsPsionic = true;
CharTemplate.bIsRobotic = false;
CharTemplate.bIsSoldier = false;
CharTemplate.bWeakAgainstTechLikeRobot = true;
This means the Codex is a humanoid Alien unit that is both weak to Bluescreen/EMP-based attacks and weak against attacks that deal extra damage to Psionic units, like Volt. It is not, however, robotic. If it was robotic, you'd be able to use abilities like Haywire Protocol against it and deal increased damage to it with attacks like Combat Protocol and Whiplash.
Only thing I would add here is maybe buff Sting charges to 2.