
RENEWAL / ITEMS
Automatic Orb(Hundred Spiral)
#310129Card
Automatic_Orb48
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Clashing Spiral and Hundred Spears damage +15%
When refined to +7 or higher, Clashing Spiral and Hundred Spears damage +3% (Additional)
When refined to +11 or higher, Clashing Spiral damage +7% (Additional), Hundred Spears cooldown -0.25 sec.
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,"LK_SPIRALPIERCE",15;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15;
if (.@r>=9) {
bonus2 bSkillAtk,"LK_SPIRALPIERCE",3;
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",3;
if (.@r>=11) {
bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-250;
bonus2 bSkillAtk,"LK_SPIRALPIERCE",7;
}
}