Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.shooter.json

18 lines
731 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.shooter",
2020-11-01 17:22:42 +01:00
"description": "Defines the entity's ranged attack behavior.",
"type": "object",
"title": "Shooter 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
2021-03-21 15:18:38 +01:00
"auxVal": { "type": "integer", "title": "Aux Val", "default": -1, "description": "ID of the Potion effect to be applied on hit" },
2020-11-01 17:22:42 +01:00
"def": {
"title": "Def",
"type": "string",
"description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile"
},
2021-03-21 15:18:38 +01:00
"type": { "title": "Type", "type": "string", "description": "TODO description" }
2020-11-01 17:22:42 +01:00
}
}