Viewing Item (Royal Knight's Lance) Ragnarok: Project Zero Control Panel
Basic Info
Name | Royal Knight's Lance[1] |
---|---|
Item ID |
26016
-
T_Lance_Of_Kingdom
|
Type | Weapon - Two-Handed Spear |
A white lance used by an honorable knight.
Increases damage of Holy Cross and Pierce by 10%.
If refine rate is 7 or higher, increases damage of Holy Cross and Pierce by 5%.
If refine rate is 9 or higher, increases damage of Holy Cross and Pierce by 10%.
_
Class : Two-handed Spear Attack : 180
Weight : 250
Weapon Level : 3
Required Level : 60
Usable Jobs : Swordsman classes
Increases damage of Holy Cross and Pierce by 10%.
If refine rate is 7 or higher, increases damage of Holy Cross and Pierce by 5%.
If refine rate is 9 or higher, increases damage of Holy Cross and Pierce by 10%.
_
Class : Two-handed Spear Attack : 180
Weight : 250
Weapon Level : 3
Required Level : 60
Usable Jobs : Swordsman classes
Details
Weight | 25 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | Yes |
Equip Locations | Main Hand + Off Hand |
Stats
Range | 3 |
---|---|
Defense | 0 |
Attack | 180 |
Magical Attack | 0 |
Weapon Level | 3 |
Slots | 1 |
Restrictions
Level Range | 60 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | Swordsman / Knight / Crusader |
Gender | Any |
Scripts
Use Script |
---|
bonus2(bSkillAtk, CR_HOLYCROSS, 10); bonus2(bSkillAtk, KN_PIERCE, 10); if (getrefine() >= 7) { bonus2(bSkillAtk, CR_HOLYCROSS, 5); bonus2(bSkillAtk, KN_PIERCE, 5); } if (getrefine() >= 9) { bonus2(bSkillAtk, CR_HOLYCROSS, 10); bonus2(bSkillAtk, KN_PIERCE, 10); } |
Equip Script |
None |
Unequip Script |
None |