Item ID | 19262 | For Sale | No | |
---|---|---|---|---|
Identifier | Jirant_Circlet | Credit Price | Not For Sale | |
Name | Ancient Dragon Crown | Type | Armor | |
NPC Buy | 20 | Weight | 60 | |
NPC Sell | 10 | Weapon Level | 0 | |
Range | 0 | Defense | 12 | |
Slots | 1 | Refineable | Yes | |
Attack | 0 | Min Equip Level | 130 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Upper Headgear | |||
Equip Upper | None | |||
Equippable Jobs | None | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 bonus bMdef,15; 3 bonus2 bResEff,Eff_Fear,1000*.@r; 4 bonus bMatkRate,.@r; 5 bonus bVariableCastrate,-.@r; 6 if (.@r>=7) { 7 bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; 8 bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; 9 } 10 if (.@r>=9) { 11 bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; 12 bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; 13 } 14 if (.@r>=10) { 15 bonus bInt,(readparam(bInt)+readparam(bDex))/10; 16 bonus bDex,(readparam(bInt)+readparam(bDex))/10; 17 if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { 18 skill "HW_GANBANTEIN",1; 19 } 20 } |
|||
Equip Script | None | |||
Unequip Script | None |