ID #21001
Weapon
Vellum Claymore
Buy Price: N/A
Sell Price: N/A
*Effects in WoE & PVP area
Increases Physical Damage against Players by 80% and bypasses 30% physical defense.
_______________________
Refine Level +6:
Increases Physical Damage against Players by additional 40%.
_______________________
Refine Level +9:
Has a chance to reflect damage back to the enemy as well as casting Magic Mirror.
_______________________
Type: Two-Handed Sword
Attack: 260
Weight: 350
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Swordman classes
Increases Physical Damage against Players by 80% and bypasses 30% physical defense.
_______________________
Refine Level +6:
Increases Physical Damage against Players by additional 40%.
_______________________
Refine Level +9:
Has a chance to reflect damage back to the enemy as well as casting Magic Mirror.
_______________________
Type: Two-Handed Sword
Attack: 260
Weight: 350
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Swordman classes
Monster Drops
Normal Drops
Skeleton General
Rate: 0.5%
Am Mut
Rate: 0.5%
Skeleton General Ringlea
Rate: 2.5%
Furious Skeleton General
Rate: 2.5%
Available from boxes
Basic Information
Type
Weapon
Weight
3500
Range
1
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Min Level
95
Scripts
Script bonus2 bAddRace,RC_Player_Human,80; bonus2 bAddRace,RC_Player_Doram,80; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; .@r = getrefine(); if (.@r>=6) { bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,300,BF_MAGIC,0; }
bonus2 bAddRace,RC_Player_Human,80;
bonus2 bAddRace,RC_Player_Doram,80;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,30;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30;
.@r = getrefine();
if (.@r>=6) {
bonus2 bAddRace,RC_Player_Human,40;
bonus2 bAddRace,RC_Player_Doram,40;
}
if (.@r>=9) {
bonus bShortWeaponDamageReturn,20;
bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,300,BF_MAGIC,0;
}