RPG Event Generator v4.0.0 - v4.0.0
    Preparing search index...

    Interface RuleDefinition

    interface RuleDefinition {
        conditions: RuleCondition[];
        effects: RuleEffects;
    }
    Index

    Properties

    Properties

    conditions: RuleCondition[]
    effects: RuleEffects