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

    Interface Relationship

    interface Relationship {
        strength: number;
        type: string;
        history: RelationshipEntry[];
        trust?: number;
        respect?: number;
    }
    Index

    Properties

    strength: number
    type: string
    trust?: number
    respect?: number