2021-06-06 10:07:19 +00:00
{
"$id" : "blockception.minecraft.behavior.entities.1.8.0.minecraft.shooter" ,
"description" : "Defines the entity's ranged attack behavior." ,
"type" : "object" ,
"title" : "Shooter 1.8.0" ,
"additionalProperties" : false ,
"required" : [ ] ,
"properties" : {
"auxVal" : { "type" : "integer" , "title" : "Aux Val" , "default" : -1 , "description" : "ID of the Potion effect to be applied on hit" } ,
"def" : {
"title" : "Def" ,
"type" : "string" ,
2021-07-02 13:00:02 +02:00
"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 projectil"
2021-06-06 10:07:19 +00:00
} ,
2021-07-01 16:37:41 +02:00
"type" : { "title" : "Type" , "type" : "string" , "description" : "UNDOCUMENTED" , "$comment" : "UNDOCUMENTED" }
2021-06-06 10:07:19 +00:00
}
}