Noblesse Breath Armor
| Item ID | 450018 | Name | Noblesse Breath Armor |
|
Noble Rune Knight Armor with the emblem of Rune-Midgards
_______________________ MaxHP +5% _______________________ Refine Level +7: Decreases Variable Casting Time by 10%. _______________________ Refine Level +9: MaxHP +5% _______________________ When equipped with Noblesse Attack Manteau, Noblesse Attack Boots and Noblesse Attack Ring: Decreases After Skill Delay by 5%. MaxHP +5% Increases damage of Dragon Breath and Dragon Breath - Water by 10%. _______________________ Total Refine Level of Noblesse Breath Armor, Noblesse Attack Manteau and Noblesse Attack Boots is +27 or higher: Decreases After Skill Delay by additional 5%. MaxHP +5% Increases damage of Dragon Breath and Dragon Breath - Water by additional 10%. _______________________ Type: Armor Defense: 100 Weight: 0 Armor Level: 1 _______________________ Requirement: Base Level 100 Rune Knight |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Noblesse_Breath_Armor | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 100 | Equippable Jobs | Knight | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 0 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | 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 Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@r = getrefine(); bonus bMaxHPrate,5; if (.@r>=7) bonus bVariableCastrate,-10; if (.@r>=9) bonus bMaxHPrate,5; |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR);
bonus bMaxHPrate,5;
bonus bDelayrate,-5;
bonus2 bSkillAtk,"RK_DRAGONBREATH",10;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;
if (.@r >= 27) {
bonus bMaxHPrate,5;
bonus bDelayrate,-5;
bonus2 bSkillAtk,"RK_DRAGONBREATH",10;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;
}
|