Extended Life v1.0

This bundle is marked as lacking. It fails to meet the standard requirements and may only have minor use.
Extended Life
IMPORT GUIDE :
1. Enable "Tick the Automatically create unknown variables ..." located at File>Preference>General
2. Copy the Extended Life and Cooldown Trigger abilities in the object editor
3. Copy the Extended Life folder in the trigger editor
4. Configure the Config trigger
[EXTRA: Daffa Spell Requirement Table]
SPELL DESCRIPTION :
This unit recovers a portion of Max HP every 90 seconds.
Level 1 - 24% of Max HP.
Level 2 - 30% of Max HP.
Level 3 - 36% of Max HP.
SPELL INFORMATION :
A spell based on Honkai Star Rail's Blessing of Abundance.
MEDIA SHOWCASE :
CHANGELOG :
Version 1.0: Release
CREDIT :
miHoYo: Honkai Star Rail
Contents

Extended Life v1.0 (Map)

Reviews
Rheiko
GetLearnedSkillBJ() could be replaced with GetLearnedSkill() for a slight increase in speed. Due to the nature of how exhume corpse is set up, it will continuously trigger the spell cooldown. While this is a useful trick to show a cooldown. There's a...

Rheiko

Spell Reviewer
Level 26
Joined
Aug 27, 2013
Messages
4,214
GetLearnedSkillBJ() could be replaced with GetLearnedSkill() for a slight increase in speed.

Due to the nature of how exhume corpse is set up, it will continuously trigger the spell cooldown.
While this is a useful trick to show a cooldown. There's a downside to this specific setup.
The spell will continuously heal the caster even at full HP.

The solution is to create internal counters for every unit that owns the ability.
Increment them periodically and trigger the spell if the unit is not at full health.

Aside from that, there is also an issue with how extremely simple this is by design.
The usefulness of this resource is limited to only showcasing the Passive Cooldown Trick.
Nothing more. Anyone should be able to do a triggered heal by themselves.

After careful consideration, with utmost regret, this resource is rejected.

Rejected
 

Rheiko

Spell Reviewer
Level 26
Joined
Aug 27, 2013
Messages
4,214
That's just how it is, there is no rejected state on resources anymore.

There is a restricted state but that is only for severe cases. Yours don't belong in that category.
However, I believe marking this as lacking is appropriate and deservingly so,
as it fails to meet the standard for being overly simple and has only minor use.

Lacking resources will not show up in the front page by default.
Perhaps, should this happen again in the future, I must say lacking instead of rejected to avoid confusion.
I believe according to Ralle, rejected resource could still be useful, thus the design choice.

I hope that clears things up. :)
 
Top