ID #5906
Armor
Oni Horns [1]
Buy Price: N/A
Sell Price: N/A
Twisted horns that were supposedly crafted to look like those of a race of demons that died out long ago.
Apparently placing them on your head can grant you a small amount of their power.
_______________________
Increases damage of Counter Slash by 10% For each Level of Weapon Blocking learned.
_______________________
Refine Level +7:
ATK +20
HIT +5
_______________________
Refine Level +9:
Random chance to auto-cast Level 1 Cross Impact when dealing physical damage.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Guillotine Cross
Apparently placing them on your head can grant you a small amount of their power.
_______________________
Increases damage of Counter Slash by 10% For each Level of Weapon Blocking learned.
_______________________
Refine Level +7:
ATK +20
HIT +5
_______________________
Refine Level +9:
Random chance to auto-cast Level 1 Cross Impact when dealing physical damage.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Guillotine Cross
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
20
Defense
10
Job Requirements
Assassin
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script bonus2 bSkillAtk,"GC_COUNTERSLASH",(10*getskilllv("GC_WEAPONBLOCKING")); .@r = getrefine(); if (.@r > 6) { bonus bBaseAtk,20; bonus bHit,5; } if (.@r > 9) { bonus3 bAutoSpell,"GC_CROSSIMPACT",1,10; }
bonus2 bSkillAtk,"GC_COUNTERSLASH",(10*getskilllv("GC_WEAPONBLOCKING"));
.@r = getrefine();
if (.@r > 6) {
bonus bBaseAtk,20;
bonus bHit,5;
}
if (.@r > 9) {
bonus3 bAutoSpell,"GC_CROSSIMPACT",1,10;
}