Need help........

how to make someone else's ladder be destroyed... tried this:

"anything can hurt ladder.wooden.wall",
"anything can hurt Wooden Ladder",

didn't help.. Any other ideas on how to do it?

the prefab name is ladder.wooden.wall

you would need to add that to an entity group and reference that from your rule instead of doing it directly.

anything can hurt ladders

with entity group ladders

{
"name": "ladders",
"members": "BaseLadder, ladder.wooden.wall",
"exclusions": ""
},​

BaseLadder would affect all ladder types, whereas ladder.wall.wood is specific to one entity which is all you need really.

though if using AuthorizedDamage flags then this rule will not work. the flag overrides rules.