aux.AddVrainsSkillProcedure
Source Code | Usage Examples | aux Functions
Procedure for Vrains Skills. -flip con: condition to activate the skill (function), -flipOp: operation related to the skill activation (function), -efftype: Event to trigger the Skill, default to EVENT_FREE_CHAIN. Additionally accepts EFFECT_NEGATE_SKILL for Anti Skill (int)
Signature
aux.AddVrainsSkillProcedure(Card c, function skillcon, function skillop, any efftype) → Effect
lua
aux.AddVrainsSkillProcedure(c,skillcon,skillop,efftype)Parameters
Card
c(To be added)
function
skillcon(To be added)
function
skillop(To be added)
any
efftype(To be added)