Viewing Item (Guardian Sword) Ragnarok: Project Zero Control Panel
Basic Info
Name | Guardian Sword[1] |
---|---|
Item ID |
13487
-
Guardian_Sword
|
Type | Weapon - One-Handed Sword |
A ritual sword used by knights that guard the castle.
MATK + 120.
For every level of Faith learned, MaxHP + 50, DEF + 2.
If refine level is 7 or higher, for every level of Faith learned, MaxHP + 20.
If refine level is 9 or higher, for every level of Faith learned, MaxHP + 30.
Class : Sword Attack : 130
Weight : 150
Weapon level : 3
Required Level : 60
Jobs : Crusader
MATK + 120.
For every level of Faith learned, MaxHP + 50, DEF + 2.
If refine level is 7 or higher, for every level of Faith learned, MaxHP + 20.
If refine level is 9 or higher, for every level of Faith learned, MaxHP + 30.
Class : Sword Attack : 130
Weight : 150
Weapon level : 3
Required Level : 60
Jobs : Crusader
Details
Weight | 150 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | Yes |
Equip Locations | Main Hand |
Stats
Range | 1 |
---|---|
Defense | 0 |
Attack | 130 |
Magical Attack | 120 |
Weapon Level | 3 |
Slots | 1 |
Restrictions
Level Range | 60 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | Crusader |
Gender | Any |
Scripts
Use Script |
---|
bonus(bMaxHP, 50 * getskilllv(CR_TRUST)); bonus(bDef, 2 * getskilllv(CR_TRUST)); if (getrefine() >= 7) bonus(bMaxHP, 20 * getskilllv(CR_TRUST)); if (getrefine() >= 9) bonus(bMaxHP, 30 * getskilllv(CR_TRUST)); |
Equip Script |
None |
Unequip Script |
None |