Poenitentia Ramus
| Item ID | 550061 | Name | Poenitentia Ramus |
|
A staff containing the pain of bereavement.
_______________________ Indestructible in battle _______________________ MATK +250 MATK +10% _______________________ Increases damage of Talisman of Soul Stealing and Exorcism of Malicious Soul by 10%. _______________________ For each 2 Refine Levels: Increases damage of Eswhoo and Espa by 3%. _______________________ Refine Level +7: Decreases Variable Casting Time by 10%. _______________________ Refine Level +9: Increases damage of Eswhoo and Espa by additional 30%. _______________________ Refine Level +11: Increases Magical Damage against enemies of every race, except Players by 15%. _______________________ [Bonus by Grade] [Grade D]: Damage of Talisman of Soul Stealing and Exorcism of Malicious Soul +5%. [Grade C]: Damage of Talisman of Soul Stealing and Exorcism of Malicious Soul +8%, S.MATK +1. [Grade B]: Damage of Talisman of Soul Stealing and Exorcism of Malicious Soul +12%, SPL +1. _______________________ Type: One-Handed Staff Attack: 220 Weight: 140 Weapon Level: 5 _______________________ Requirement: Base Level 230 Soul Ascetic |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Poenitentia_Planta | ||
| Attack | 220 | Type | Weapon - Staff | ||
| MATK | 250 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Soul Linker | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 140 | Min Equip Level | 230 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,10;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",10;
bonus2 bSkillAtk,"SP_SPA",3*(.@r/2);
bonus2 bSkillAtk,"SP_SWHOO",3*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSkillAtk,"SP_SPA",30;
bonus2 bSkillAtk,"SP_SWHOO",30;
if (.@r>=11) {
bonus2 bMagicAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_Player_Human,-15;
bonus2 bMagicAddRace,RC_Player_Doram,-15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",5;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",8;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bSpl,1;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",12;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",12;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMaxHPrate,15; bonus bSPDrainValue,5; skill "MG_SAFETYWALL",5; |