Paradise Super Novice Dagger, кинжал (Renewal)
Paradise Super Novice Dagger (3PARA_DAGGER_NV) – оружие.

Can't be refined.
Atk + 5%, increases melee physical damage by 1% per each level of Sword Mastery user learned.
If the user's base level is 105 or higher, increases attack speed (reduces delay after attack by 10%), increases Sightless Mind and Back Stab damage by 25%.
If the user's base level is 110 or higher, increases melee physical damage by additional 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Sightless Mind and Back Stab damage by additional 15%.
Скрипт
.@l = BaseLevel;
.@a = getskilllv("SM_SWORD");
bonus bShortAtkRate,.@a;
bonus bAtkRate,5;
if (.@l>=105) {
bonus bAspdRate,10;
bonus2 bSkillAtk,"RG_RAID",25;
bonus2 bSkillAtk,"RG_BACKSTAP",25;
if (.@l>=110) {
bonus bShortAtkRate,10;
bonus2 bAddSize,Size_All,15;
if (.@l>=115) {
bonus2 bSkillAtk,"RG_RAID",15;
bonus2 bSkillAtk,"RG_BACKSTAP",15;
}
}
}