[Not For Sale] Fallen Flame Armor
| Item ID | 450378 | Name | [Not For Sale] Fallen Flame Armor |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | aegis_450378 | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 50 | Equippable Jobs | Swordman, Knight, Crusader | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Upper, Third, Third Upper, Third Baby | ||
| Weight | 100 | Min Equip Level | 30 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@r = getrefine();
bonus bAllStats,1;
bonus2 bSubEle,Ele_Water,-10;
bonus2 bSubRace,RC_Fish,-15;
bonus bMaxHPrate,10;
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus4 bAutoSpellWhenHit,"AL_PNEUMA",1,50,0;
if (.@r>=9) {
bonus bDelayrate,-5;
bonus bAspd,1;
if (.@r>=11) {
bonus2 bAddEffWhenHit,Eff_Freeze,5000;
bonus2 bAddEffWhenHit,Eff_Stone,5000;
bonus2 bAddEffWhenHit,Eff_Stun,5000;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (getequiprefinerycnt(EQI_GARMENT) >= 9) {
bonus2 bSubRace,RC_All,3;
bonus2 bSubRace,RC_Angel,-3;
}
|
||||
|
if (getequiprefinerycnt(EQI_GARMENT) >= 9) {
bonus2 bSubRace,RC_All,3;
bonus2 bSubRace,RC_Angel,-3;
}
|
||||
|
bonus bVit,2; bonus bMaxHPrate,10; |
||||
|
bonus bVit,2; bonus bMaxHPrate,10; |
||||
|
if (getequiprefinerycnt(EQI_ARMOR) >= 9) bonus bMaxHPrate,8; |