Skip to content

QuestIniActivation

Quantumrunner edited this page May 24, 2021 · 2 revisions

Activation<name>

Functional

minionfirst

If set to true minions will always activate first. If this and masterfirst are false order will be random.

masterfirst

If set to true masters will always activate first. If this and minionfirst are false order will be random.

vartests

An optional space separated list of condition data which must be met for this activation to be used. Note that at least one activation must be available when a monster is activated. Each entry begins with an entry classification, followed by ':', followed by the entry data.

VarTestsParenthesis

Data may be '(' or ')', will affect order of resolving conditions.

VarTestsLogicalOperator

Data my be "OR" or "AND", will affect logical treatment of surrounding conditions.

VarOperation

Each VarOperationis a comma separated list of:

Var

Var to check. Vars stating with a '#' are internal vars set by Valkyrie. See Valkyrie Vars. Vars do not need to be declared, all are initialised to 0.

Operator
  • "==" Var and Value match
  • "!=" Var and Value do not match
  • ">=" Var greater than or equal to Value
  • "<=" Var smaller than or equal to Value
  • ">" Var greater than Value
  • "<" Var smaller than Value
Value

Var to use. To check agains a var must state with '#' (Valkyrie var) or an alpha character. Alternatively static numbers can be used. Vars do not need to be declared, all are initialised to 0.

Text

<sectionname>.ability

Ability text for this activation.

This markup can be used as well as the symbols listed here.

{var:<Var>} can be used to fill in a Var value.

<sectionname>.minion

Minion actions for this activation.

This markup can be used as well as the symbols listed here.

{var:<Var>} can be used to fill in a Var value.

<sectionname>.master

Master actions for this activation.

This markup can be used as well as the symbols listed here.

{var:<Var>} can be used to fill in a Var value.

<sectionname>.movebutton

Text to place on the button when unable to attack.

This markup can be used as well as the symbols listed here.

<sectionname>.move

Move text (prior to attack for MoM) for this activation.

This markup can be used as well as the symbols listed here.

{var:<Var>} can be used to fill in a Var value.

Back to QuestIniDetails.

Clone this wiki locally