
RENEWAL / ITEMS
Ice Magic Orb (Eswhoo)
#311177Card
Ice_F_Orb_Skill_40
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increases Esma and Eswhoo damage by 15%.
If refine rate is 7 or higher, increases Esma and Eswhoo damage by additional 15%.
If refine rate is 9 or higher, increases Esma and Eswhoo damage by additional 15%.
If refine rate is 11 or higher, increases Esma and Eswhoo damage by additional 15%, increases Talisman of Red Phoenix and Talisman of Black Tortoise damage by 15%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"SL_SMA",15;
bonus2 bSkillAtk,"SP_SWHOO",15;
if (.@r>=7) {
bonus2 bSkillAtk,"SL_SMA",15;
bonus2 bSkillAtk,"SP_SWHOO",15;
if (.@r>=9) {
bonus2 bSkillAtk,"SL_SMA",15;
bonus2 bSkillAtk,"SP_SWHOO",15;
if (.@r>=11) {
bonus2 bSkillAtk,"SL_SMA",15;
bonus2 bSkillAtk,"SP_SWHOO",15;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",15;
}
}
}