So I added an entity group for the rideable horses
{
"name": "horse",
"members": "testridablehorse.prefab, testridablehorse",
"exclusions": ""
},Because they're basically unkillable pony tanks without being in the config.
I used the Rules
"npcs can hurt horse",
"players cannot hurt horse",
Which seemed to do the job just fine.
Which seemed to do the job just fine.
But then I decided to add the flags
CupboardOwnership, AuthorizedDamage
And now they are killable by players.
And now they are killable by players.
I'm not sure what I did wrong here.