[WOTC] Create Custom Abilities: Stats

If you liked this item, please rate it up on Steam Workshop page.

Author: Boundir

Last revision: 13 Jul, 2019 at 13:17 UTC

File size: 786.43 KB

On Steam Workshop

Description:
Description

This mod allows you to create your own abilities. These abilities can grant stats buff/debuff.
Modify XComCSA to do so.

Variables

TemplateNameString
Required – Name of the template being created. You can’t have two similar template names.

[STAT]Int
Optional – Use stat from the pool bellow.

Availables stats:

  • ModHP = eStat_HP
  • ModOffense = eStat_Offense
  • ModDefense = eStat_Defense
  • ModMobility = eStat_Mobility
  • ModWill = eStat_Will
  • ModHacking = eStat_Hacking
  • ModDodge = eStat_Dodge
  • ModShieldHP = eStat_ShieldHP
  • ModArmorMitigation = eStat_ArmorMitigation
  • ModPsiOffense = eStat_PsiOffense
  • ModDetectionRadius = eStat_DetectionRadius – Untested
  • ModHackDefense = eStat_HackDefense – Untested
  • ModCritChance = eStat_CritChance – Untested
  • ModStrength = eStat_Strength – Untested
  • ModUtilityItems = eStat_UtilityItems – Untested
  • ModBackpackSize = eStat_BackpackSize – Untested
  • ModFlankingAimBonus = eStat_FlankingAimBonus – Untested
  • ModFlankingCritChance = eStat_FlankingCritChance – Untested

Usage

Can be used by other mods to create customizable abilties by adding XComCSA.ini to the mod config.
Can be used by anyone willing to tweak his game even more.

Examples:

[CreateStatsAbilities.CSA_Abilities] +Abilities=(TemplateName=BirthdayTwenty, ModHP=20, ModHacking=55) +Abilities=(TemplateName=BirthdayNinety, ModOffense=-40, ModShieldHP=5) +Abilities=(TemplateName=BirthdaySix, ModDefense=20, ModArmorMitigation=5) +Abilities=(TemplateName=BirthdaySixteen, ModMobility=10, ModDodge=20) +Abilities=(TemplateName=BirthdayThirty, ModWill=15, ModPsiOffense=50)

Compatibility

It should be compatible with everything.

Note

No icon being displayed. I may add that in the future. It would then require an ability name and a description.
Were not added the following stats:

  • eStat_ArmorPiercing
  • eStat_Invalid
  • eStat_SightRadius
  • eStat_AlertLevel
  • eStat_DetectionModifier
  • eStat_SeeMovement
  • eStat_HearingRadius
  • eStat_CombatSims
  • eStat_Job

Troubleshooting

https://www.reddit.com/r/xcom2mods/wiki/mod_troubleshooting
Mods not working properly / at all
Mod not working? Mods still have their effects after you disable them?