Ancient Dragon Crown
| Item ID | 19262 | Name | Ancient Dragon Crown |
|
One of the seven magic tools that Gilant possesses.
The wearer will be forced to awaken his potential and be able to exert extraordinary power on the person. _______________________ MDEF +15 _______________________ For each Refine Level: Increases resistance to Fear by 10%. MATK +1%. Decreases Variable Casting Time by 1%. _______________________ Refine Level +7: Increases damage of Psychic Wave by 15%. Decreases Psychic Wave skill cooldown by 1 second. _______________________ Refine Level +9: Increases damage of Psychic Wave by additional 15%. Decreases Psychic Wave skill cooldown by additional 1 second. _______________________ Refine Level +10: For each 10 combined sum of base INT and DEX: INT +1, DEX +1 When equipped by Sorcerer: Enables the use of Level 1 Ganbantein. _______________________ Type: Headgear Defense: 12 Position: Upper Weight: 60 Armor Level: 1 _______________________ Requirement: Base Level 130 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Jirant_Circlet | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 12 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 60 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMdef,15;
bonus2 bResEff,Eff_Fear,1000*.@r;
bonus bMatkRate,.@r;
bonus bVariableCastrate,-.@r;
if (.@r>=7) {
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15;
bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
}
if (.@r>=9) {
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15;
bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
}
if (.@r>=10) {
bonus bInt,(readparam(bInt)+readparam(bDex))/10;
bonus bDex,(readparam(bInt)+readparam(bDex))/10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
skill "HW_GANBANTEIN",1;
}
}
|
||||