
RENEWAL / ITEMS
Ice Magic Orb (Stamina)
#311113Card
Ice_F_Orb_Hp
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
MaxHP + 5%, MaxHP + 2500.
If refine rate is 7 or higher, additional MaxHP + 5%.
If refine rate is 9 or higher, additional MaxHP + 5%.
If refine rate is 11 or higher, additional MaxHP + 5%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxHP,2500;
if (.@r>=7) {
bonus bMaxHPrate,5;
if (.@r>=9) {
bonus bMaxHPrate,5;
if (.@r>=11) {
bonus bMaxHPrate,5;
}
}
}