Create Csutom Reinforcement Ability

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

Author: 黄俊浩

Last revision: 2 Mar at 17:59 UTC

File size: 196.35 KB

On Steam Workshop

Description:
Description

This MOD can create custom Reinforcement Ability
This ability can summon any unit as reinforcements join xcom
Use the default reinforcement mechanism

Usage

;TemplateName
;Ability ID muse be unique

;iActionPointCost
;0 = Free

;bConsumeAllPoints
;true or false

;IconImage
;img file path
;this is mimic beacon
;img:///UILibrary_PerkIcons.UIPerk_item_mimicbeacon

;InitialCharges
;Can use charge 0 = Inf

;iCooldown
;0 = No Cooldown

;EncounterID
;From XComEncounters.ini

+Abilities = (TemplateName = "CRF_ADVCALL",iActionPointCost = 1,bConsumeAllPoints = false,IconImage = "img:///UILibrary_PerkIcons.UIPerk_item_mimicbeacon",InitialCharges = 1,iCooldown=3,EncounterID[0]="CRF_ADV_CALL1")

Remark

Examples are located in the Example folder.
An item and skill were created using a template.
https://steamcommunity.com/sharedfiles/filedetails/?id=2363075446

Code Reference

https://steamcommunity.com/sharedfiles/filedetails/?id=2948411630
I will remove this mod if the original author requests that I do so.