RPG Event Generator v3.1.0 - v3.1.1
Preparing search index...
RelationshipSummary
Interface RelationshipSummary
interface
RelationshipSummary
{
totalRelationships
:
number
;
averageStrength
:
number
;
allyCount
:
number
;
enemyCount
:
number
;
neutralCount
:
number
;
strongestAlly
?:
{
id
:
string
;
name
:
string
;
strength
:
number
}
;
strongestEnemy
?:
{
id
:
string
;
name
:
string
;
strength
:
number
}
;
}
Index
Properties
total
Relationships
average
Strength
ally
Count
enemy
Count
neutral
Count
strongest
Ally?
strongest
Enemy?
Properties
total
Relationships
totalRelationships
:
number
average
Strength
averageStrength
:
number
ally
Count
allyCount
:
number
enemy
Count
enemyCount
:
number
neutral
Count
neutralCount
:
number
Optional
strongest
Ally
strongestAlly
?:
{
id
:
string
;
name
:
string
;
strength
:
number
}
Optional
strongest
Enemy
strongestEnemy
?:
{
id
:
string
;
name
:
string
;
strength
:
number
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
total
Relationships
average
Strength
ally
Count
enemy
Count
neutral
Count
strongest
Ally
strongest
Enemy
RPG Event Generator v3.1.0 - v3.1.1
Loading...