RPG Event Generator v3.1.0 - v3.1.1
Preparing search index...
TemplateCondition
Interface TemplateCondition
interface
TemplateCondition
{
type
:
|
"stat_requirement"
|
"item_requirement"
|
"relationship_requirement"
|
"quest_requirement"
|
"custom"
;
operator
:
|
"gte"
|
"lte"
|
"eq"
|
"neq"
|
"gt"
|
"lt"
|
"has"
|
"not_has"
|
"and"
|
"or"
;
field
:
string
;
value
:
any
;
negate
?:
boolean
;
}
Index
Properties
type
operator
field
value
negate?
Properties
type
type
:
|
"stat_requirement"
|
"item_requirement"
|
"relationship_requirement"
|
"quest_requirement"
|
"custom"
operator
operator
:
|
"gte"
|
"lte"
|
"eq"
|
"neq"
|
"gt"
|
"lt"
|
"has"
|
"not_has"
|
"and"
|
"or"
field
field
:
string
value
value
:
any
Optional
negate
negate
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
operator
field
value
negate
RPG Event Generator v3.1.0 - v3.1.1
Loading...