ID #400070
Armor
Rental Crown of the Phoenix [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 18
Weight: 1000
Slots: 1
Armor level: 1
Required level: 100
Defense: 18
Weight: 1000
Slots: 1
Armor level: 1
Required 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
1000
Defense
18
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,15; bonus bMaxHPrate,10; bonus bVariableCastrate,-((.@r>=9)?20:(.@r>=7?15:10)); bonus2 bSkillAtk,"LG_OVERBRAND",((.@r>=9)?50:(.@r>=7?25:10)); bonus2 bFixedCastrate,"LG_OVERBRAND",-100; if (getskilllv("LG_KINGS_GRACE") == 5) { bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000; bonus2 bSkillCooldown,"LG_INSPIRATION",-10000; } if (getskilllv("LG_MOONSLASHER") == 5) bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000; if (getskilllv("LG_FORCEOFVANGUARD") == 5) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDef,150; bonus bMdef,15; } if (.@r>=10) bonus2 bIgnoreDefRaceRate,RC_All,100;
.@r = getrefine();
bonus bMdef,15;
bonus bMaxHPrate,10;
bonus bVariableCastrate,-((.@r>=9)?20:(.@r>=7?15:10));
bonus2 bSkillAtk,"LG_OVERBRAND",((.@r>=9)?50:(.@r>=7?25:10));
bonus2 bFixedCastrate,"LG_OVERBRAND",-100;
if (getskilllv("LG_KINGS_GRACE") == 5) {
bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000;
bonus2 bSkillCooldown,"LG_INSPIRATION",-10000;
}
if (getskilllv("LG_MOONSLASHER") == 5)
bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000;
if (getskilllv("LG_FORCEOFVANGUARD") == 5) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDef,150;
bonus bMdef,15;
}
if (.@r>=10)
bonus2 bIgnoreDefRaceRate,RC_All,100;