Viewing Item

#410333: Karasu Tengu Mask

Item ID 410333 For Sale No
Identifier Karasu_TenguMask_ Credit Price Not For Sale
Name Karasu Tengu Mask Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description An old mask resembles the face of an ominous creature.
You can feel a glimpse of sorrow when wearing it.
_______________________
ATK +10%, ATK +40.
_______________________
Decreases After Skill Delay by 10%.
Physical attacks have a 5% chance of absorbing 5% of the damage dealt as HP.
Physical attacks have a 3% chance of absorbing 3% of the damage dealt as SP.
_______________________
Base STR at least 120:
ATK +60
Increases Physical Damage against enemies of every element by 15%.
Increases Ranged Physical Damage by 15%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bBaseAtk,40;

3 bonus

4 bDelayrate,-10;

5 bonus2

6 bHPDrainRate,50,5;

7 bonus2

8 bSPDrainRate,30,3;

9 if

10 (readparam(bStr)

11 =120)

12 {

13 bonus

14 bBaseAtk,60;

15 bonus2

16 bAddEle,Ele_All,15;

17 bonus

18 bLongAtkRate,15;

19 }

Equip Script None
Unequip Script None