Viewing Item

#5966: Kardui Ear

Item ID 5966 For Sale No
Identifier KarduiEar Credit Price Not For Sale
Name Kardui Ear Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 70
MATK 0 Max Equip Level None
Description An ears ornament modeled after the ears of king of Lapines.
_______________________
For each 10 base DEX:
MATK +2
_______________________
Base DEX at least 108:
MATK +60
Decreases Variable Casting Time by 10%.
_______________________
Base DEX at least 120:
MATK +40
Decreases Variable Casting Time by 5%.
_______________________
When equipped with Book or Staff class weapon and Tendrillion Card:
For each Refine Level of weapon Increases Magical Damage against monsters of Demi-Human race by 2%.
_______________________
When equipped with Lapine Shield:
Refine Level of Lapine Shield is +7 or higher:
Decreases Comet skill cooldown by 20 seconds.

Refine Level of Lapine Shield is +9 or higher:
Decreases Comet skill cooldown by 40 seconds.
When equipped with Fallen Bishop Card or Runaway Magic stone:
The cooldown reduction will not activated.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 30
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 70
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@dex

2 =

3 readparam(bDex);

4 bonus

5 bMatk,(.@dex

6 10)

7 ?

8 .@dex/10*2

9 :

10 0;

11 if

12 (.@dex

13 107)

14 {

15 bonus

16 bVariableCastrate,-10;

17 bonus

18 bMatk,60;

19 }

20 if

21 (.@dex

22 119)

23 {

24 bonus

25 bVariableCastrate,-5;

26 bonus

27 bMatk,100;

28 }

Equip Script None
Unequip Script None