April 11Apr 11 I'm trying to figure out how to add the "destroy body" effect to an ability. Disintegration_SE_Destroy and Flesh_Communion_SE_Destroy both destroy bodies, but other abilities (Touch of Death, Death Ring) with StatusEffectType set as Destroy can't do that. What is the difference here?I guess Destroy is an effect that can be applied to both alive and dead targets, but works differently on them? In the case of Disintegration, Disintegration_SE_Destroy is triggered OnUnconsious by Disintegration_SE_RawDamage, but Hauani O Whe's Ooze_Black_DivideAndConquer_Monstrous_SE_LaunchAttack seems also OnUnconsious . Why the former always prevents the latter from happening? Edited April 11Apr 11 by yorname
11 hours ago11 hr Author I added a status effect to the permanent effect of Petrification, almost exactly like Disintegration_SE_RawDamage except infinite duration and 0 damage. It directly uses Disintegration_SE_Destroy as TriggeredChild, yet when I kill an enemy under this effect, the body doesn't explode. Please help, I really can't figure out what's missing.
4 hours ago4 hr Author Okay I figured out. the effect that triggers another destroy effect can't have infinite duration, and adding the destroy effect with insta-kills effects won't work. Must add a duration/delay to both
Create an account or sign in to comment