DeployableSpawner
Documentation for the DeployableSpawner asset type.
Location
DeployableSpawners
Use in Your Files
Add this to your JSON files for IDE autocompletion and validation:
"$schema": "https://hytaledb.ginco.gg/schemas/DeployableSpawner.schema.json" Schema
Config unknown
Any of
PositionOffsets arraynull
Array items: Vector3d
All of
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "DeployableSpawner.json",
"title": "DeployableSpawner",
"description": "DeployableSpawner asset type",
"type": "object",
"allOf": [
{
"$ref": "base.schema.json"
}
],
"properties": {
"Config": {
"title": "Type Selector",
"anyOf": [
{
"$ref": "common.schema.json#/$defs/DeployableAoeConfig"
},
{
"$ref": "common.schema.json#/$defs/DeployableTrapConfig"
},
{
"$ref": "common.schema.json#/$defs/DeployableTrapSpawnerConfig"
},
{
"$ref": "common.schema.json#/$defs/DeployableTurretConfig"
}
]
},
"PositionOffsets": {
"type": [
"array",
"null"
],
"items": {
"$ref": "common.schema.json#/$defs/Vector3d"
}
}
}
}