ID #29003
Card
Rune of Dexterity Lv 1
Buy Price: N/A
Sell Price: N/A
Refine Level +7:
DEX +5
_______________________
Refine Level +10:
Increases Ranged Physical Damage by 5%.
DEX +5
_______________________
Refine Level +10:
Increases Ranged Physical Damage by 5%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); if (.@r>=7) { bonus bDex,5; if (.@r>=10) { bonus bLongAtkRate,5; } }
.@r = getrefine();
if (.@r>=7) {
bonus bDex,5;
if (.@r>=10) {
bonus bLongAtkRate,5;
}
}