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