Viewing Item

#30204: Gigantic Magestic Kaho

Item ID 30204 For Sale No
Identifier Gigantic_Magestic_Goat_Kaho Credit Price Not For Sale
Name Gigantic Magestic Kaho Type Armor
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 30
Slots 4 Refineable Yes
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description A headgear made from the horns of Baphomet.
_______________________
STR +5 , INT +5
VIT +10 , AGI +10
LUK +20 , MDEF +10
_______________________
For every 2 Refine Level:
Decreases damage taken from Demi-Human, Players, Brute, and Doram by 1%
_______________________
Refine Level +10:
Add MaxHP +10%, ATK +5% and MATK +5%
_______________________
Type: Headgear
Defense: 30
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bMdef,10;

3 bonus

4 bStr,5;

5 bonus

6 bAgi,10;

7 bonus

8 bVit,10;

9 bonus

10 bInt,5;

11 bonus

12 bLuk,20;

13 .@r

14 =

15 getrefine();

16 bonus2

17 bSubRace,RC_DemiHuman,(.@r/2);

18 bonus2

19 bSubRace,RC_Player_Human,(.@r/2);

20 bonus2

21 bSubRace,RC_Player_Doram,(.@r/2);

22 if(.@r

23 9)

24 {

25 bonus

26 bMaxHPrate,10;

27 bonus

28 bAtkRate,5;

29 bonus

30 bMatkRate,5;

31 }

Equip Script None
Unequip Script None