Regia Hunting Manteau
| Item ID | 20945 | Name | Regia Hunting Manteau |
|
A manteau made by the royal family as a token of appreciation for hunters who excelled in hunting competitions.
_______________________ FLEE +15 Increases Attack Speed (decreases After Attack Delay by 5%). Decreases damage taken from Animal and Insect race by 7%. _______________________ For each 3 Refine Levels: Decreases Variable Casting Time by 2%. _______________________ When equipped with Regia Hunting Boots: ATK +20, MATK +20. _______________________ For each Refine Level above +9 or higher of Regia Hunting Manteau and Regia Hunting Boots: Increases Attack Speed (decreases After Skill Delay by additional 5%). _______________________ Type: Garment Defense: 9 Weight: 70 Armor Level: 1 _______________________ Requirement: Base Level 50 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Regia_Hunting_Manteau | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 9 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 70 | Min Equip Level | 50 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAspdRate,5; bonus bFlee,15; bonus2 bSubRace,RC_Insect,7; bonus2 bSubRace,RC_Brute,7; bonus bVariableCastrate,-2*(getrefine()/3); |
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bVariableCastrate,-7;
if (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES) >= 9) {
bonus bVariableCastrate,-5;
}
|
||||||
|
bonus bMatk,20;
bonus bBaseAtk,20;
if (getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES) >= 9) {
bonus bAspdRate,5;
}
|