Repent Slasher
| Item ID | 28766 | Name | Repent Slasher |
|
One of the lost and forgotten Judgement Daggers.
This dagger has no special abilities, will shows its true ability when used together with Judgement Slasher. _______________________ Type: Dagger Attack: 100 Weight: 70 Weapon Level: 4 _______________________ Requirement: Base Level 170 Guillotine Cross |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Repent_Slasher | ||
| Attack | 100 | Type | Weapon - Dagger | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Assassin | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 3 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 70 | Min Equip Level | 170 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None |
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
.@a = (getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HAND_L))/5; bonus2 bSkillAtk,"ASC_BREAKER",10*.@a; bonus2 bSkillAtk,"ASC_METEORASSAULT",10*.@a; bonus2 bSkillAtk,"GC_CROSSIMPACT",5*.@a; bonus2 bSkillAtk,"GC_COUNTERSLASH",5*.@a; |
||||||
|
.@a = getequiprefinerycnt(EQI_HAND_L);
.@b = getequiprefinerycnt(EQI_HAND_R);
if (.@a+.@b >= 16) {
bonus2 bSkillAtk,"GC_CROSSIMPACT",20;
bonus2 bSkillAtk,"GC_COUNTERSLASH",20;
}
if (.@a+.@b >= 18)
bonus bAtkRate,12;
if (.@a+.@b >= 20) .@val = 20;
bonus2 bSkillAtk,"ASC_BREAKER",40+.@val;
bonus2 bSkillAtk,"ASC_METEORASSAULT",40+.@val;
bonus bBaseAtk,8*((.@a+.@b)/2);
|
||||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bCritAtkRate,20; bonus bShortAtkRate,5*(.@r_weapon/2); bonus bLongAtkRate,5*(.@r_weapon/2); |