Item Details

Royal Prontera Cape [1] ( Royal_Prontera_US )

ID 480479 Royal Prontera Cape [1]
Royal Prontera Cape [1] Buy Price: zeny Sell Price: 0 zeny Weight: 70 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Garment/Robe
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 100
Weapon Level: Not specified Armor Level: 2 Min. Equip Level: 100 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Not specified

A cloak worn by the Prontera Royal Knights.

ATK +20%.
Cannot be Knocked back.
------------------------
For every 2 refine level,
ATK + 20, CON + 2, CRT + 2.

For every 3 refine level,
increases Long range physical damage and Increase Critical damage by 7%.
------------------------
If refine rate is 7 or higher,
increases ATK by 15%, and attack speed (reduces delay after attack) by 10%.

If refine rate is 9 or higher,
increases physical damage against all attribute enemies by 20%.

If refine rate is 10 or higher,
CRI + 20.

If refine rate is 11 or higher,
All Basic Status + 15.

If refine rate is 12 or higher,
Increase long range physical damage by additional 15%, C.RATE + 10.

If refine rate is 13 or higher,
increases damage of Ignition Break and Cannon Spear by 50%.

If refine rate is 14 or higher,
Enable to use Shield Spell Lv.3.
------------------------
Set Bonus:
Royal Prontera Cape [1]
Baphomet Card

Increases physical damage against boss monsters by 40%.

If Garment refine rate is 14 or higher,
has a 5% chance to increase STR, DEX, LUK + 250 for 10 seconds when dealing physical damage.
------------------------
Set Bonus:
Royal Prontera Cape [1]
Chaotic Baphomet Junior Card

ATK + 15%, MHP + 15%.

If Garment refine rate is 10 or higher,
recover 250 HP and 25 SP when monsters are defeated by physical attack.
------------------------
[Grade Bonus]
[Grade D] ATK + 100.
[Grade C] Reduces After Cast delay by 15%.
[Grade B] P.ATK + 20.
[Grade A] When refined to +14 or higher, increases damage of Ignition Break and Cannon Spear by 70%.
------------------------
Class : Garment
Def : 100
Weight : 70
Armor Level: 2
Required Level : 100
Jobs : All Jobs

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@r = getrefine();
.@g = getenchantgrade();
bonus bNoKnockback;
bonus bAtkRate,20;
bonus bBaseAtk,20*(.@r/2);
bonus bCon,2*(.@r/2);
bonus bCrt,2*(.@r/2);
bonus bLongAtkRate,7*(.@r/3);
bonus bCritAtkRate,7*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus bAtkRate,15;
   if (.@r>=9) {
       bonus2 bAddEle,Ele_All,20;
       if (.@r>=10) {
            bonus bCritical,20;
            if (.@r>=11) {
                bonus bAllStats,15;
                if (.@r>=12) {
                    bonus bCRate,10;
                    bonus bLongAtkRate,15;
                    if (.@r>=13) {
                        bonus2 bSkillAtk,"RK_IGNITIONBREAK",50;
                        bonus2 bSkillAtk,"LG_CANNONSPEAR",50;
                        if (.@r>=14) {
                             skill "LG_SHIELDSPELL",3;
                        }
                    }
                }
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D)
   bonus bBaseAtk,100;
if (.@g>=ENCHANTGRADE_C)
   bonus bDelayrate,-15;
if (.@g>=ENCHANTGRADE_B)
   bonus bPAtk,20;
if (.@g>=ENCHANTGRADE_A) {
   if (.@r>=14) {
       bonus2 bSkillAtk,"RK_IGNITIONBREAK",70;
       bonus2 bSkillAtk,"LG_CANNONSPEAR",70;
   }
}
Not specified
Not specified

Not specified

Not specified