Taurus Crown
| Item ID | 5550 | Name | Taurus Crown |
|
A magnificent crown created to pay tribute to the 2nd sign of the zodiac, Taurus the Bull.
_______________________ AGI +2 FLEE +10 _______________________ Random chance to inflict Stun status on the target when dealing physical damage. Each Refine increase the chance of inflicting Stun. _______________________ Refine Level +7: ATK +15 Increases Attack Speed (decreases After Attack Delay by 5%). _______________________ Type: Headgear Defense: 6 Position: Upper Weight: 30 Armor Level: 1 _______________________ Requirement: Base Level 70 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Taurus_Crown | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 6 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 70 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped | ||
| Item Script |
bonus bFlee,10;
.@r = getrefine();
.@r = min(12, .@r);
.@r = max(1, .@r);
bonus2 bAddEff,Eff_Stun,.@r; /* unknown rate */
if (getrefine()>6) {
bonus bBaseAtk,15;
bonus bAspdRate,5;
}
bonus bAgi,2;
|
||||