Crown of Deceit
| Item ID | 5564 | Name | Crown of Deceit |
|
A deceptive crown that was once used to summon monsters.
_______________________ INT +4 Decreases Variable Casting Time by 10%. _______________________ Type: Headgear Defense: 3 Position: Upper, Middle Weight: 30 Armor Level: 1 _______________________ Requirement: Base Level 85 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Crown_Of_Deceit | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper/Mid Headgear | ||
| Defense | 3 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 85 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bInt,4;
bonus bMdef,10;
bonus bVariableCastrate,-10;
if (.@r >= 7) {
bonus bDef,2;
bonus bMatkRate,5;
bonus bVariableCastrate,-5;
}
if (.@r>=9) {
bonus bMdef,5;
bonus bMatkRate,5;
bonus bVariableCastrate,-5;
bonus bDelayrate,-5;
}
|
||||