ID #29173
Card
S-MaxHP
Buy Price: N/A
Sell Price: N/A
MaxHP +2500
_______________________
Refine Level +7:
Adds a chance of restoring HP by 7500 for 3 seconds when dealing physical attacks.
MaxHP +7500
_______________________
Refine Level +8:
Activation rate increased.
Extends duration by 1 second.
_______________________
Refine Level +9:
Activation rate increased.
Extends duration by 1 second.
_______________________
When enchanted on Riot Chip:
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
Refine Level +7:
Adds a chance of restoring HP by 7500 for 3 seconds when dealing physical attacks.
MaxHP +7500
_______________________
Refine Level +8:
Activation rate increased.
Extends duration by 1 second.
_______________________
Refine Level +9:
Activation rate increased.
Extends duration by 1 second.
_______________________
When enchanted on Riot Chip:
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 1%).
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMaxHP,2500; if (.@r>=7) { .@c = 10; .@t = 3000; if (.@r>=8) { .@c = 20; .@t += 1000; } if (.@r>=9) { .@c = 35; .@t += 1000; } autobonus "{ bonus bMaxHP,7500; }",.@c,.@t,BF_WEAPON; }
.@r = getrefine();
bonus bMaxHP,2500;
if (.@r>=7) {
.@c = 10;
.@t = 3000;
if (.@r>=8) {
.@c = 20;
.@t += 1000;
}
if (.@r>=9) {
.@c = 35;
.@t += 1000;
}
autobonus "{ bonus bMaxHP,7500; }",.@c,.@t,BF_WEAPON;
}