pub fn apply_low_hp_heal_effect(
ctx: &CastAbilityCtx<'_>,
) -> Result<Vec<OverlordEvent>>Expand description
Port of the 41ee5532-... test ability script:
Result.push(OverlordEventEntityApplyEffect(Event.by_entity_id, uuid("3b136901-...")));
Event.by_entity_id is the caster, so the effect is applied to the caster.
RNG-free; used by test_effects::test_effect_with_subscribe.