Poenitentia Veloci
| Item ID | 830010 | Name | Poenitentia Veloci |
|
A gatling gun containing the pain of bereavement.
_______________________ ATK +10% _______________________ Increases damage of The Vigilante at Night and Magazine for One by 10%. _______________________ For each 2 Refine Levels: Increases damage of Round Trip by 3%. _______________________ Refine Level +7: Increases Ranged Physical Damage by 10%. _______________________ Refine Level +9: Increases damage of Round Trip by additional 25%. _______________________ Refine Level +11: Increases Physical Damage against enemies of every size by 15%. _______________________ [Bonus by Grade] [Grade D]: Damage of The Vigilante at Night and Magazine for One +5%. [Grade C]: Damage of The Vigilante at Night and Magazine for One +3%, P.ATK +1. [Grade B]: Damage of The Vigilante at Night and Magazine for One +5%, CON +1. _______________________ Type: Gatling Gun Attack: 260 Weight: 190 Weapon Level: 5 _______________________ Requirement: Base Level 230 Night Watch |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Poenitentia_Veloci | ||
| Attack | 260 | Type | Weapon - Gatling Gun | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Rebellion | ||
| Range | 9 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 190 | 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 bAtkRate,10;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10;
bonus2 bSkillAtk,"RL_R_TRIP",3*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"RL_R_TRIP",25;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",3;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",3;
if (.@g >= ENCHANTGRADE_B) {
bonus bCon,1;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMaxHPrate,15; bonus2 bSubClass,Class_Boss,50; bonus2 bSubRace,RC_Player_Doram,5; bonus2 bSubRace,RC_Player_Human,5; skill "MG_SAFETYWALL",5; |