• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Destructive Flare v1.0

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
DESTRUCTIVE FLARE
IMPORT GUIDE :
1. Enable "Tick the Automatically create unknown variables ..." located at File>Preference>General
2. Copy the Destructive Flare ability in the object editor
3. Import Damage Engine to your map (use link for Reforged)
4. Copy the DestructiveFlare folder in the trigger editor
5. Configure the DestFlareConfig trigger
SPELL DESCRIPTION :
When this unit's HP is lower than 50%, deals 30%/40%/50% increased DMG. When HP's lower than 35%, DMG dealt further increases by 0%/10%/20%.
SPELL INFORMATION :
Based on Honkai Star Rail's Simulated Universe blessing of the same name.
MEDIA SHOWCASE :
CHANGELOG :
Version 1.0: Released

CREDIT :
miHoYo: Honkai Star Rail
Contents

Destructive Flare v1.0 (Map)

Reviews
Antares
Same as the others. Simple
Level 15
Joined
Jul 19, 2007
Messages
855
Hmm I have this ability in my map and I really like it! But there is a problem. If I cast a spell that is triggered, with the hero with this ability, it will actually cause the damage bonus on that spell. You should make it only cause the damage bonus if the damage is done from a normal attack.
 
Hmm I have this ability in my map and I really like it! But there is a problem. If I cast a spell that is triggered, with the hero with this ability, it will actually cause the damage bonus on that spell. You should make it only cause the damage bonus if the damage is done from a normal attack.
You can add a check in the
  • DestFlareDamage
, specifically
  • IsDamageAttack Equal to True
 
Top