ID #310689
Card
Star Cluster of Wisdom Lv1
Buy Price: N/A
Sell Price: N/A
A stellar essence that strengthens the wearer.
_______________________
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 1%.
_______________________
If enchanted Armor's Grade is D:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by additional 1%.
_______________________
If enchanted Armor's Grade is C:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 2%.
Increases Natural SP Recovery Rate by 1%.
_______________________
If enchanted Armor's Grade is B:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 2%.
Increases Natural SP Recovery Rate by additional 2%.
_______________________
If enchanted Armor's Grade is A:
For each 15 base WIS:
MaxSP +1%
H.PLUS +1
_______________________
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 1%.
_______________________
If enchanted Armor's Grade is D:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by additional 1%.
_______________________
If enchanted Armor's Grade is C:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 2%.
Increases Natural SP Recovery Rate by 1%.
_______________________
If enchanted Armor's Grade is B:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 2%.
Increases Natural SP Recovery Rate by additional 2%.
_______________________
If enchanted Armor's Grade is A:
For each 15 base WIS:
MaxSP +1%
H.PLUS +1
Basic Information
Type
Card
Scripts
Script .@param = (readparam(bWis)/15); .@g = getenchantgrade(); bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bSPrecovRate,.@param; bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bSPrecovRate,2*.@param; bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bHPlus,.@param; bonus bMaxSPrate,.@param; } } } }
.@param = (readparam(bWis)/15);
.@g = getenchantgrade();
bonus bMaxSPrate,.@param;
bonus bHealPower,.@param;
if (.@g >= ENCHANTGRADE_D) {
bonus bMaxSPrate,.@param;
bonus bHealPower,.@param;
if (.@g >= ENCHANTGRADE_C) {
bonus bSPrecovRate,.@param;
bonus bMaxSPrate,.@param;
bonus bHealPower,2*.@param;
if (.@g >= ENCHANTGRADE_B) {
bonus bSPrecovRate,2*.@param;
bonus bMaxSPrate,.@param;
bonus bHealPower,2*.@param;
if (.@g >= ENCHANTGRADE_A) {
bonus bHPlus,.@param;
bonus bMaxSPrate,.@param;
}
}
}
}