Viewing Item (Glorious Claymore)

Glorious Claymore
#1187

Glorious Claymore

Krieger_Twohand_Sword1
Weapon 2H Sword

General

Type Weapon
Subtype 2H Sword
Buy Price 20z
Sell Price 10z
Weight 0

Equipment

ATK 220
Range 1
Weapon Lv 4
Slots 0
Refineable Yes

Requirements

Location:
Right Hand Left Hand
Level:
80
Jobs:
Swordman Knight Crusader

Item Script

Script
bonus2 bAddRace,RC_DemiHuman,70;
bonus2 bAddRace,RC_Player_Human,70;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,25;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,25;
bonus bUnbreakableWeapon;
if (getrefine()>5) {
   bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3);
   bonus2 bAddRace,RC_Player_Human,(getrefine()-3)*(getrefine()-3);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (getrefine()>8) {
   bonus3 bAutoSpell,"LK_CONCENTRATION",max(getskilllv("LK_CONCENTRATION"),1),30;
   bonus3 bAutoSpell,"LK_AURABLADE",max(getskilllv("LK_AURABLADE"),1),30;
}