Seeking advice on injecting a custom Buff via python
I've tried injecting a custom buff into job_template.retained_buffs using InstanceManager.on_registered_callbacks and ZoneAction.ON_ENTER_LOT, but the caterers don't seem to inherit the buff.
Question:
What is the most stable way to inject a retained_buff into a SituationJob so that it’s applied the moment the NPC is spawned?