ID #400433
Armor
Fallen Wing Hairpin-LT [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 300
Slots: 1
Armor level: 2
Required level: 1
Weight: 300
Slots: 1
Armor level: 2
Required level: 1
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
300
Requirements
Armor Level
2
Min Level
1
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bMaxHPrate,10; bonus bDelayrate,8-(2*(.@r/2)); bonus bMaxHP,3000*(.@r/3); if (.@r>=7) { bonus bDelayrate,-10; if (.@r>=9) { bonus bAtkRate,10; bonus bMatkRate,10; if (.@r>=11) { bonus2 bAddRace,RC_All,15; bonus2 bMagicAddRace,RC_All,15; if (.@r>=13) { bonus bNearAtkDef,10; bonus bLongAtkDef,10; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,5; bonus bSMatk,5; if (.@g>=ENCHANTGRADE_C) { bonus bMaxHP,15000; bonus bDelayrate,-5; if (.@g>=ENCHANTGRADE_B) { autobonus "{ bonus2 bMagicAtkEle,Ele_All,20; bonus bShortAtkRate,20; bonus bLongAtkRate,20; }",20,10000,BF_WEAPON|BF_MAGIC; if (.@g>=ENCHANTGRADE_A) { bonus2 bSubEle,Ele_All,10; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,10;
bonus bDelayrate,8-(2*(.@r/2));
bonus bMaxHP,3000*(.@r/3);
if (.@r>=7) {
bonus bDelayrate,-10;
if (.@r>=9) {
bonus bAtkRate,10;
bonus bMatkRate,10;
if (.@r>=11) {
bonus2 bAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_All,15;
if (.@r>=13) {
bonus bNearAtkDef,10;
bonus bLongAtkDef,10;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,5;
bonus bSMatk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bMaxHP,15000;
bonus bDelayrate,-5;
if (.@g>=ENCHANTGRADE_B) {
autobonus "{ bonus2 bMagicAtkEle,Ele_All,20; bonus bShortAtkRate,20; bonus bLongAtkRate,20; }",20,10000,BF_WEAPON|BF_MAGIC;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bSubEle,Ele_All,10;
}
}
}
}