RPG Event Generator v3.1.0 - v3.1.1
    Preparing search index...

    Interface RelationshipRule

    interface RelationshipRule {
        id: string;
        change: number;
        reason: string;
        conditions?: {
            npcType?: string;
            relationshipStrength?: { min?: number; max?: number };
            context?: string[];
        };
    }
    Index

    Properties

    id: string
    change: number
    reason: string
    conditions?: {
        npcType?: string;
        relationshipStrength?: { min?: number; max?: number };
        context?: string[];
    }