Viewing Item

#310679: Star Cluster of Stamina Lv3

Item ID 310679 For Sale No
Identifier Star_Cluster_Of_Sta3 Credit Price Not For Sale
Name Star Cluster of Stamina Lv3 Type Card - Enchant
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script .@param = (readparam(bSta)/15); .@g = getenchantgrade(); bonus bMaxHPrate,3*.@param; bonus bRes,4*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxHPrate,2*.@param; bonus bRes,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxHPrate,2*.@param; bonus bRes,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxHPrate,3*.@param; bonus bRes,3*.@param; } } } }
Equip Script None
Unequip Script None
Description A stellar essence that strengthens the wearer.
_______________________
For each 15 base STA:
MaxHP +3%, RES +4
_______________________
If enchanted Armor's Grade is D:
For each 15 base STA:
MaxHP +1%, RES +1
_______________________
If enchanted Armor's Grade is C:
For each 15 base STA:
MaxHP +2%, RES +2
_______________________
If enchanted Armor's Grade is B:
For each 15 base STA:
MaxHP +2%, RES +2
_______________________
If enchanted Armor's Grade is A:
For each 15 base STA:
MaxHP +3%, RES +3