Drooping Neko Crew
| Item ID | 18528 | Name | Drooping Neko Crew |
|
Lori Ruri mulin pets 'Crew'. The somewhat being acute and says that there is a tendency which all of a sudden surprises to also being trivial.
_______________________ INT +2 MDEF +5 _______________________ Ignores magical defense of enemies by 5%. For each Refine Level: Ignores magical defense of enemies by 1%. _______________________ Refine Level +7: MATK +2% Ignores magical defense of enemies by 5%. _______________________ Refine Level +9: MATK +5% _______________________ Type: Headgear Defense: 0 Position: Upper Weight: 10 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Tare_Neko_Cru | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 1 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped | ||
| Item Script |
bonus bInt,2;
bonus bMdef,5;
.@r = getrefine();
if (.@r>=7) {
.@i = 1;
bonus bMatkRate,(.@r>=9)?7:2;
}
else
.@i = 5;
bonus2 bIgnoreMdefClassRate,Class_Normal,.@i+.@r;
bonus2 bIgnoreMdefClassRate,Class_Boss,.@i+.@r;
|
||||