ID #29685
Card
Temporal Jewel (DEX) Lv 2
Buy Price: N/A
Sell Price: N/A
For each 2 Refine Levels of the Temporal Circlet:
Increases Bow class weapon damage by 2%
HIT +5
_______________________
For each 5 Refine Levels of the Temporal Circlet:
ATK +2%
Increases Bow class weapon damage by 2%
HIT +5
_______________________
For each 5 Refine Levels of the Temporal Circlet:
ATK +2%
Basic Information
Type
Card
Scripts
Script .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bWeaponDamageRate,W_BOW,2*(.@r/2); bonus bHit,5*(.@r/2); bonus bAtkRate,2*(.@r/5);
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bWeaponDamageRate,W_BOW,2*(.@r/2); bonus bHit,5*(.@r/2); bonus bAtkRate,2*(.@r/5);