Support Ally Ability - KageDesu/Alpha-ABS GitHub Wiki
⚠️ Available since Build 1174
Enemies can support each other in battle (power up or healing skills)
How create a support ABS Skill
Create ABS skill with Scope
= 1 Ally
(This example picture from Summon System)
How add support ABS skill to enemy
- Add skill to Enemy in database (Action Patterns), and setup Condition for use
- Add ABS Parameter
<supportSkillId:X>
, where X - support skill ID
(This example picture from Summon System, you don't need add canLooting parameter)
⚠️ Can be only one support skill for enemy
Scopes difference
⚠️ The Enemy doesn't use the support skill on itself
If you want create skill that enemy will use on itself, Scope
must be The User and you don't need <supportSkillId:X>
ABS parameter
If you want, for example, that monster know how heal himself and other, you must create two skills. One with Scope
: 1 Ally, second with Scope
: The User. And first skill ID must be in <supportSkillId:X>
ABS parameter
This support ability works the same like for Summoning monster, see Summon System