-
Notifications
You must be signed in to change notification settings - Fork 105
QuestIniQItem
An item that will be used in the quest. Items are picked at the start of the quest and can be repicked by setting $restock to 1.
A space separated list of component items. If no traits are provided then the first item on this list which is available will be selected. Otherwise this is a list of items that will NOT be selected.
A list of traits that the provided item must match.
A list of traits that the provided item must match at least one of.
If true this will be provided to investigators at the start for MoM.
An optional space separated list of condition data which must be met for this item to be included in starting equipment. Each entry begins with an entry classification, followed by ':', followed by the entry data.
Data may be '(' or ')', will affect order of resolving conditions.
Data my be "OR" or "AND", will affect logical treatment of surrounding conditions.
Each VarOperationis a comma separated list of:
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.
- "==" 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
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.
If set to an event this item will appear in the inventory page after being given to the investigators and selecting will trigger the event (MoM only).
Back to QuestIniDetails.