ID #27404
Card
Latent Release (Soul Reaper)
Buy Price: N/A
Sell Price: N/A
Decreases damage taken from Players by 12%.
Restores HP and SP by 100% when resurrected.
________________________
When equipped by Soul Reaper:
MaxHP +20%, MaxSP +20%
Enables the use of Level 1 Ganbantein.
Restores HP and SP by 100% when resurrected.
________________________
When equipped by Soul Reaper:
MaxHP +20%, MaxSP +20%
Enables the use of Level 1 Ganbantein.
Basic Information
Type
Card
Scripts
Script bonus2 bSubRace,RC_Player_Doram,12; bonus2 bSubRace,RC_Player_Human,12; bonus bRestartFullRecover; if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) { bonus bMaxHPrate,20; bonus bMaxSPrate,20; skill "HW_GANBANTEIN",1; }
bonus2 bSubRace,RC_Player_Doram,12;
bonus2 bSubRace,RC_Player_Human,12;
bonus bRestartFullRecover;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) {
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
skill "HW_GANBANTEIN",1;
}