"description":"List of components to add to the entity after the transformation",
"properties":{"component_groups":{"type":"array","description":"Names of component groups to add","items":{"type":"string"}}},
"title":"Add",
"additionalProperties":false
},
"begin_transform_sound":{"type":"string","description":"Sound to play when the transformation starts","title":"Begin Transform Sound"},
"delay":{
"description":"Defines the properties of the delay for the transformation",
"title":"Delay",
"oneOf":[
{"type":"number"},
{
"type":"object",
"properties":{
"block_assist_chance":{
"type":"number",
"default":0,
"description":"Chance that the entity will look for nearby blocks that can speed up the transformation. Value must be between 0.0 and 1.0"
},
"block_chance":{
"type":"number",
"default":0,
"description":"Chance that, once a block is found, will help speed up the transformation"
},
"block_max":{
"type":"integer",
"default":0,
"description":"Maximum number of blocks the entity will look for to aid in the transformation. If not defined or set to 0, it will be set to the block radius"
},
"block_radius":{
"type":"integer",
"default":0,
"description":"Distance in Blocks that the entity will search for blocks that can help the transformation"
},
"block_types":{
"type":"array",
"description":"List of blocks that can help the transformation of this entity",