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