ID #18528
Armor
Drooping Neko Crew [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
1
Scripts
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;
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;