Question...I created a plugin that fires rockets at zombies. These rockets have no initiator object so they are showing as 'empty'. TruePVE is blocking the damage to them, which is understandable. Is there a way to allow the damage to these HTNPlayer/scarecrow objects? Here is the trace and my config:
======================
== STARTING TRACE ==
== 12:21:01.49657 ==
======================
From: TimedExplosive, rocket_basic
To: HTNPlayer, scarecrow
Checking exclusions between [empty] and [empty]
Shared locations: none
No shared locations, or no matching exclusion mapping - no exclusions
No exclusion found - looking up RuleSet...
Using RuleSet "default"
Initiator empty for explosion; block and return
TruePVE config:
"rules": [
"anything can hurt npcs",
"explosives can hurt npcs"
]
{
"name": "npcs",
"members": "HTNPlayer, scarecrow",
"exclusions": ""
},
{
"name": "explosives",
"members": "explosive.timed, ammo.rocket.basic",
"exclusions": ""
}