ID #15209
Armor
Drake Coat [1]
Buy Price: N/A
Sell Price: N/A
The coat that Drake wears.
I can feel the appearance of my life.
_______________________
MDEF +10
_______________________
MaxHP +500, MaxSP +50
_______________________
ATK +3%
_______________________
Refine Level +7:
MaxHP +1000
MaxSP +100
ATK +3%
_______________________
Refine Level +9:
MaxHP +1500
MaxSP +150
ATK +4%
Nullifies weapon damage size penalty against all monsters.
_______________________
Type: Armor
Defense: 60
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 100
I can feel the appearance of my life.
_______________________
MDEF +10
_______________________
MaxHP +500, MaxSP +50
_______________________
ATK +3%
_______________________
Refine Level +7:
MaxHP +1000
MaxSP +100
ATK +3%
_______________________
Refine Level +9:
MaxHP +1500
MaxSP +150
ATK +4%
Nullifies weapon damage size penalty against all monsters.
_______________________
Type: Armor
Defense: 60
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 100
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
1200
Defense
60
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,50; bonus bMdef,10; bonus2 bAddClass,Class_All,3; if (.@r>=7) { bonus bMaxHP,1000; bonus bMaxSP,100; bonus2 bAddClass,Class_All,3; } if (.@r>=9) { bonus bMaxHP,1500; bonus bMaxSP,150; bonus2 bAddClass,Class_All,4; bonus bNoSizeFix; }
.@r = getrefine();
bonus bMaxHP,500;
bonus bMaxSP,50;
bonus bMdef,10;
bonus2 bAddClass,Class_All,3;
if (.@r>=7) {
bonus bMaxHP,1000;
bonus bMaxSP,100;
bonus2 bAddClass,Class_All,3;
}
if (.@r>=9) {
bonus bMaxHP,1500;
bonus bMaxSP,150;
bonus2 bAddClass,Class_All,4;
bonus bNoSizeFix;
}