Item Details

Enforcer Cape [1] ( Enforcer_cape )

ID 20800 Enforcer Cape [1]
Enforcer Cape [1] Buy Price: 20 zeny Sell Price: 10 zeny Weight: 30 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: 18
Weapon Level: Not specified Armor Level: 1 Min. Equip Level: 100 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Not specified

Capa usada por um carrasco que executava prisioneiros de forma cruel. Em um dia chuvoso, o carrasco decidiu abandonar sua função no reino e fugiu, deixando para trás apenas sua capa. Os prisioneiros morrem de medo ao ver esse item, imaginando um possível retorno do executor.
--------------------------
Pós-conjuração -5%.
--------------------------
Ao aprender [Tocaia] nv. 5:
Dano de [Tocaia] +50%.
Ao aprender [Destruidor de Almas] nv. 10:
Dano de [Destruidor de Almas] +50%.
Ao aprender [Lâminas Retalhadoras] nv. 5:
Dano de [Lâminas Retalhadoras] +5%.
--------------------------
Refino +7 ou mais:
SP máx. +5%.
Pós-conjuração -3% adicional.
--------------------------
Refino +9 ou mais:
Pós-conjuração -3% adicional.
A cada nível de base:
Dano de [Tocaia] +1% adicional.
A cada 3 níveis de base:
Dano de [Destruidor de Almas] +1% adicional.
A cada 30 níveis de base:
Dano de [Lâminas Retalhadoras] +1% adicional.
--------------------------
Sicários e evoluções:
HP máx. +15%.
Resistência a danos fisicos a distância +20%.
Refino +9 ou mais:
HP máx. +5% adicional.
Resistência a danos fisicos a distância +15% adicional.
Conjunto
[Carta Besouro-Chifre]
Anula o efeito da carta.
Conjunto
[Escudo de Placas Samurai]
Resistência a danos físicos a distância -35%.
--------------------------
Tipo: Capa
DEF: 18 DEFM: 10
Peso: 30
Nível necessário: 100
Classes: Todas

Aura kematian yang pekat terpancar dari mantel ini.
------------------------
Mengurangi Delay Skill sebesar 5%.
------------------------
Apabila Skill Grimtooth mencapai Lv.maksimal,
meningkatkan serangan skill Grimtooth sebesar 50%.
------------------------
Saat level tempa +7 atau lebih,
tambahan pengurangan delay skill sebesar 3%.
Tambahan peningkatan serangan skill [Grimtooth] sebesar 1% untuk setiap base level.
------------------------
Saat level tempa +9 atau lebih,
Max SP+5% dan penambahan pengurangan delay skill +3%,
------------------------
[Guillotine Cross Bonus]
Max HP +15%.
Mengurangi serangan jarak jauh yang diterima sebesar 20%.
Saat level tempa +7 atau lebih,
Max HP +5%,
Tambahan pengurangan serangan jarak jauh yang diterima sebesar 15%.
------------------------
*Catatan*
Apabila Enforcer Cape digunakan bersamaan dengan [Horn Card].
Maka efek dari [Horn Card] akan dihilangkan.
------------------------
Jenis: Garment
Def: 18
Berat: 30
Syarat Lv: 100
Job: All job

This blood soaked cape releases a terrible aura.
Class: Garment
Defense: 18
Weight: 30
Required Level: 100
Required Jobs: All Jobs
Mdef + 10
Reduces the cast delay of skills by 5%.
If Grimtooth is at maximum level,
Increases the damage of Grimtooth by 50%.
If upgrade level is +7 or higher,
Reduces the cast delay of skills by an additional 3%.
Increases the damage of Grimtooth by an additional 1% for every base level.
If upgrade level is +9 or higher,
Max SP + 5%
Reduces the cast delay of skills by an additional 3%.
Guillotine Cross Bonus
Max HP + 15%
Reduces damage taken from long-ranged attacks by 20%.
If upgrade level is +7 or higher,
Additional Max HP + 5%
Reduces damage taken from long-ranged attacks by an additional 15%.
Set Bonus
Enforcer Cape
Horn Card
Disables the following effects of Horn Card, Reduces damage taken from long-ranged attacks by 35%.
Set Bonus
Enforcer Cape
Imuke Upper Shield
Disables the following effects of Imuke Upper Shield, Reduces damage taken from long-ranged attacks by 35%.

This blood soaked cape releases a terrible aura.
Class: Garment
Defense: 18
Weight: 30
Required Level: 100
Required Jobs: All Jobs
Mdef + 10
Reduces the cast delay of skills by 5%.
If Grimtooth is at maximum level,
Increases the damage of Grimtooth by 50%.
If upgrade level is +7 or higher,
Reduces the cast delay of skills by an additional 3%.
Increases the damage of Grimtooth by an additional 1% for every base level.
If upgrade level is +9 or higher,
Max SP + 5%
Reduces the cast delay of skills by an additional 3%.
Guillotine Cross Bonus
Max HP + 15%
Reduces damage taken from long-ranged attacks by 20%.
If upgrade level is +7 or higher,
Additional Max HP + 5%
Reduces damage taken from long-ranged attacks by an additional 15%.
Set Bonus
Enforcer Cape
Horn Card
Disables the following effects of Horn Card, Reduces damage taken from long-ranged attacks by 35%.
Set Bonus
Enforcer Cape
Imuke Upper Shield
Disables the following effects of Imuke Upper Shield, Reduces damage taken from long-ranged attacks by 35%.

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();
bonus bMdef,10;
if (getskilllv("AS_GRIMTOOTH") == 5) {
   bonus2 bSkillAtk,"AS_GRIMTOOTH",50;
}
if (getskilllv("GC_CROSSIMPACT") == 5) {
   bonus2 bSkillAtk,"GC_CROSSIMPACT",5;
}
if (getskilllv("ASC_BREAKER") == 10) {
   bonus2 bSkillAtk,"ASC_BREAKER",50;
}
if (.@r>=7) {
   .@delay += 3;
   bonus2 bSkillAtk,"AS_GRIMTOOTH",BaseLevel;
   bonus2 bSkillAtk,"ASC_BREAKER",BaseLevel/3;
   bonus2 bSkillAtk,"GC_CROSSIMPACT",BaseLevel/30;
}
if (.@r>=9) {
   .@delay += 3;
   bonus bMaxSPrate,5;
}
bonus bDelayrate,-.@delay;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
   if (.@r >= 7) {
      bonus bMaxHPrate,20;
      bonus bLongAtkDef,35;
   }
   else {
      bonus bMaxHPrate,15;
      bonus bLongAtkDef,20;
   }
}
Not specified
Not specified

Not specified

Not specified