@molroo-ai/sdk
Preparing search index...
ProgressionTrigger
Interface ProgressionTrigger
interface
ProgressionTrigger
{
condition
:
|
{
eventType
:
string
;
threshold
:
number
;
type
:
"event_count"
}
|
{
seconds
:
number
;
type
:
"time_elapsed"
}
|
{
above
?:
number
;
below
?:
number
;
entityA
:
string
;
entityB
:
string
;
field
?:
"strength"
|
"trust"
;
type
:
"relationship"
;
}
|
{
above
?:
number
;
below
?:
number
;
dimension
:
"V"
|
"A"
|
"D"
;
entity
:
string
;
type
:
"persona_emotion"
;
}
;
id
:
string
;
oneShot
?:
boolean
;
targetPhase
:
string
;
}
Index
Properties
condition
id
one
Shot?
target
Phase
Properties
condition
condition
:
|
{
eventType
:
string
;
threshold
:
number
;
type
:
"event_count"
}
|
{
seconds
:
number
;
type
:
"time_elapsed"
}
|
{
above
?:
number
;
below
?:
number
;
entityA
:
string
;
entityB
:
string
;
field
?:
"strength"
|
"trust"
;
type
:
"relationship"
;
}
|
{
above
?:
number
;
below
?:
number
;
dimension
:
"V"
|
"A"
|
"D"
;
entity
:
string
;
type
:
"persona_emotion"
;
}
id
id
:
string
Optional
one
Shot
oneShot
?:
boolean
target
Phase
targetPhase
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
condition
id
one
Shot
target
Phase
@molroo-ai/sdk
Loading...