ID #29440
Card
Z-Killgain
Buy Price: N/A
Sell Price: N/A
Recovers 2 SP when defeating monsters with physical attacks.
_______________________
Refine Level +7:
Recovers additional 3 SP when defeating monsters with physical attacks.
_______________________
Refine Level +8:
Recovers additional 5 SP when defeating monsters with physical attacks.
_______________________
Refine Level +9:
Recovers additional 10 SP when defeating monsters with physical attacks.
_______________________
When enchanted on Riot Chip:
For each 2 Refine Levels:
MaxHP +1%
_______________________
When enchanted with :
MaxHP +5%
_______________________
Refine Level +7:
Recovers additional 3 SP when defeating monsters with physical attacks.
_______________________
Refine Level +8:
Recovers additional 5 SP when defeating monsters with physical attacks.
_______________________
Refine Level +9:
Recovers additional 10 SP when defeating monsters with physical attacks.
_______________________
When enchanted on Riot Chip:
For each 2 Refine Levels:
MaxHP +1%
_______________________
When enchanted with :
MaxHP +5%
Basic Information
Type
Card
Scripts
Script bonus bSPGainValue,2; .@r = getrefine(); if (.@r>=7) { bonus bSPGainValue,3; } if (.@r>=8) { bonus bSPGainValue,5; } if (.@r>=9) { bonus bSPGainValue,10; }
bonus bSPGainValue,2;
.@r = getrefine();
if (.@r>=7) {
bonus bSPGainValue,3;
}
if (.@r>=8) {
bonus bSPGainValue,5;
}
if (.@r>=9) {
bonus bSPGainValue,10;
}