Viewing Item (Yin Yang Greatsword) Ragnarok: Project Zero Control Panel
Basic Info
Name | Yin Yang Greatsword[2] |
---|---|
Item ID |
21043
-
Local02_T_Sword
|
Type | Weapon - Two-Handed Sword |
A greatsword with the power of Yin and Yang.
Increases physical damage against Demon monsters by 5%, increases physical damage against Fire monsters by 5%.
If +7 or higher, increases physical damage against Demon monsters by 5%, increases physical damage against Fire monsters by 5%.
If +9 or higher, increases physical damage against Demon monsters by 10%, increases physical damage against Fire monsters by 10%.
Class : Two-handed Sword Attack : 180
Weight : 140
Weapon Level : 3
Required Level : 70
Jobs : Swordsman
Increases physical damage against Demon monsters by 5%, increases physical damage against Fire monsters by 5%.
If +7 or higher, increases physical damage against Demon monsters by 5%, increases physical damage against Fire monsters by 5%.
If +9 or higher, increases physical damage against Demon monsters by 10%, increases physical damage against Fire monsters by 10%.
Class : Two-handed Sword Attack : 180
Weight : 140
Weapon Level : 3
Required Level : 70
Jobs : Swordsman
Details
Weight | 140 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | Yes |
Equip Locations | Main Hand + Off Hand |
Stats
Range | 0 |
---|---|
Defense | 0 |
Attack | 180 |
Magical Attack | 0 |
Weapon Level | 3 |
Slots | 2 |
Restrictions
Level Range | 70 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | Swordsman / Knight / Crusader |
Gender | Any |
Scripts
Use Script |
---|
bonus2(bAddRace, RC_Demon, 5); bonus2(bAddEle, Ele_Fire, 5); if (getrefine() >= 7) { bonus2(bAddRace, RC_Demon, 5); bonus2(bAddEle, Ele_Fire, 5); } if (getrefine() >= 9) { bonus2(bAddRace, RC_Demon, 10); bonus2(bAddEle, Ele_Fire, 10); } |
Equip Script |
None |
Unequip Script |
None |