0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #15169 Armor

Kardui Robe [1]

Buy Price: N/A Sell Price: N/A
A robe of Lapine King. Contains Lapine magic.
_______________________
MDEF +5
MATK +10
_______________________
Decreases damage taken from Demi-Human race by 1%.
_______________________
Refine Level +7:
Decreases damage taken from Demi-Human race by 2%.
_______________________
Refine Level +8:
Decreases damage taken from Demi-Human race by 2%.
Kardui's Robe becomes indestructible in battle.
_______________________
Refine Level +9:
Decreases damage taken from Demi-Human race by 2%.
When equipped with Angelring Card:
Prevents Frozen status.
_______________________
When equipped with Lapine Staff:
For each Refine Level of weapon:
MATK +3
_______________________
Refine Level of Kardui's Robe is +7 or higher:
For each Refine Level of Lapine Staff:
MATK +2
_______________________
Refine Level of Kardui's Robe is +8 or higher:
For each Refine Level of Lapine Staff:
MATK +2
_______________________
Type: Armor
Defense: 60
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 90

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

Armor
800
60

Requirements

1
90

Scripts

.@r = getrefine(); bonus bMatk,10; bonus bMdef,5; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player_Human,1; if (.@r>=7) { bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; } if (.@r>=8) { bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; bonus bUnbreakableArmor; } if (.@r>=9) { bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; }
.@r = getrefine();
bonus bMatk,10;
bonus bMdef,5;
bonus2 bSubRace,RC_DemiHuman,1;
bonus2 bSubRace,RC_Player_Human,1;
if (.@r>=7) {
   bonus2 bSubRace,RC_DemiHuman,2;
   bonus2 bSubRace,RC_Player_Human,2;
}
if (.@r>=8) {
   bonus2 bSubRace,RC_DemiHuman,2;
   bonus2 bSubRace,RC_Player_Human,2;
   bonus bUnbreakableArmor;
}
if (.@r>=9) {
   bonus2 bSubRace,RC_DemiHuman,2;
   bonus2 bSubRace,RC_Player_Human,2;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.