Valkyrie Knife [4] ( Valkyrie_Knife )
# 28717 |
![]() |
|||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Buy: 50 zeny | Sell: 25 zeny | Weight: 10 | Slots: 4 | ||||||||||||||||||||
Type: Weapon item. | Subtype: N/A | Gender: Both | Locations: Weapon | |||||||||||||||||||||
Attack: 50 | M. Attack: 50 | Range: 1 | Defense: N/A | |||||||||||||||||||||
Weapon Level: 4 | Armor Level: N/A | Equip Level Min: 70 | Equip Level Max: N/A | |||||||||||||||||||||
Refineable: 1 | Gradable: N/A | Element: Neutral | Classes: N/A | |||||||||||||||||||||
The royal knife of a powerful warrior maiden. Though its power is mighty, it is easy to handle, even by those less experienced. N/A
.@r = getrefine(); .@b = readparam(bDex)/10; if (BaseClass == Job_Novice) { bonus bMaxHP,300+(200*.@r); bonus bMaxSP,300+(20*.@r); bonus bBaseAtk,100; bonus bMatk,150+(15*.@r); bonus bUseSPrate,-5; bonus bUnbreakableWeapon; bonus bInt,2*.@r; bonus bDex,(2*.@r)-(.@r*.@b); bonus bCritical,7*.@r; bonus bAspdRate,10*.@r; bonus bCritAtkRate,.@r; } if (BaseClass == Job_Thief) { bonus bMaxSP,100; bonus bMatk,150; bonus bCritAtkRate,.@r; } if (BaseClass == Job_Mage) { bonus bMaxHP,200*.@r; bonus bMaxSP,20*.@r; } if (BaseJob == Job_Hunter) { bonus bMaxHP,200; bonus bUseSPrate,-5; bonus bInt,2*.@r; bonus bDex,2*.@r; } if (BaseJob == Job_Bard || BaseJob == Job_Dancer) { bonus bBaseAtk,100; bonus bAspdRate,10*.@r; bonus bUnbreakableWeapon; bonus bDex,-1*(.@r*.@b); } if (.@r>=7 && (BaseClass == Job_Novice || BaseJob == Job_Mage)) { bonus2 bSubRace,RC_DemiHuman,10; } N/A N/A N/A |