{"title":"Animation Specification","description":"A single string that specifies which animation there are","type":"string"},
{
"type":"object",
"title":"Animation Specification",
"description":"A object specification on how to transition",
"maxProperties":1,
"minProperties":1,
"additionalProperties":{"$ref":"#/definitions/B"}
}
]
},
"A_particle_effect_spec":{
"additionalProperties":false,
"type":"object",
"required":["effect"],
"properties":{
"bind_to_actor":{
"type":"boolean",
"title":"Bind to actor",
"description":"Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)."
},
"effect":{"type":"string","title":"Effect","description":"The name of a particle effect that should be played"},
"locator":{"type":"string","title":"Locator","description":"The name of a locator on the actor where the effect should be located"},
"pre_effect_script":{"type":"string","title":"Pre effect script","description":"A molang script that will be run when the particle emitter is initialized"}
{"title":"Animation Specification","description":"A single string that specifies which animation there are","type":"string"},
{
"type":"object",
"title":"Animation Specification",
"description":"A object specification on how to transition",
"maxProperties":1,
"minProperties":1,
"additionalProperties":{"$ref":"#/definitions/B"}
}
]
},
"C_particle_effect_spec":{
"additionalProperties":false,
"type":"object",
"required":["effect"],
"properties":{
"bind_to_actor":{
"type":"boolean",
"title":"Bind to actor",
"description":"Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor)."
},
"effect":{"type":"string","title":"Effect","description":"The name of a particle effect that should be played"},
"locator":{"type":"string","title":"Locator","description":"The name of a locator on the actor where the effect should be located"},
"pre_effect_script":{"type":"string","title":"Pre effect script","description":"A molang script that will be run when the particle emitter is initialized"}