can not you add ADD sam_site_turret and Hot Air Balloon so sam_site_turret can harm Hot Air Balloon
ADD sam_site_turret and Hot Air BalloonSolved
hello, we use this for us with the static sam turrets
"members": "sam_static, sam_site_turret_deployed",
rules:
"samrocket can hurt balloon",
entity groups:
{
"name": "samrocket",
"members": "sam_static",
"exclusions": ""
},
{
"name": "balloon",
"members": "hotairballoon",
"exclusions": ""
}i dont test it but try this and add the sam_site_turret_deployed to the samrocket like this"members": "sam_static, sam_site_turret_deployed",
Locked automatically