ID #20817
Armor
[Katsua]Adventurer's Backpack [1]
Buy Price: N/A
Sell Price: N/A
A new backpack that's released in the market, contains many necessary items for adventure.
_______________________
Enables use of Level 1 Greed.
_______________________
Base STR at least 90:
Refine Level +7:
ATK +20
Refine Level +9:
ATK +10
_______________________
Base INT at least 90:
Refine Level +7:
MATK +30
Refine Level +9:
MATK +20
_______________________
Base VIT at least 90:
Refine Level +7:
Neutral resistance +10%.
Refine Level +9:
Neutral resistance +5%.
_______________________
Base AGI at least 90:
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 8%).
Refine Level +9:
ASPD +1
_______________________
Base DEX at least 90:
Refine Level +7:
Ranged Physical Damages +5%.
Refine Level +9:
Ranged Physical Damages +5%.
_______________________
Base LUK at least 90:
Refine Level +7:
Increases Critical Damage by 10%.
Refine Level +9:
Increases Critical Damage by 5%
_______________________
Type: Garment
Defense: 20
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 99
_______________________
Enables use of Level 1 Greed.
_______________________
Base STR at least 90:
Refine Level +7:
ATK +20
Refine Level +9:
ATK +10
_______________________
Base INT at least 90:
Refine Level +7:
MATK +30
Refine Level +9:
MATK +20
_______________________
Base VIT at least 90:
Refine Level +7:
Neutral resistance +10%.
Refine Level +9:
Neutral resistance +5%.
_______________________
Base AGI at least 90:
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 8%).
Refine Level +9:
ASPD +1
_______________________
Base DEX at least 90:
Refine Level +7:
Ranged Physical Damages +5%.
Refine Level +9:
Ranged Physical Damages +5%.
_______________________
Base LUK at least 90:
Refine Level +7:
Increases Critical Damage by 10%.
Refine Level +9:
Increases Critical Damage by 5%
_______________________
Type: Garment
Defense: 20
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 99
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Defense
20
Requirements
Armor Level
1
Min Level
99
Scripts
Script .@r = getrefine(); skill "BS_GREED",1; if (.@r>=7) { if (readparam(bStr)>=90) bonus bBaseAtk,(.@r>=9)?30:20; if (readparam(bInt)>=90) bonus bMatk,(.@r>=9)?50:30; if (readparam(bVit)>=90) bonus2 bSubEle,Ele_Neutral,(.@r>=9)?10:5; if (readparam(bAgi)>=90) { bonus bAspdRate,8; if (.@r>=9) bonus bAspd,1; } if (readparam(bDex)>=90) bonus bLongAtkRate,(.@r>=9)?10:5; if (readparam(bLuk)>=90) bonus bCritAtkRate,(.@r>=9)?15:10; }
.@r = getrefine();
skill "BS_GREED",1;
if (.@r>=7) {
if (readparam(bStr)>=90)
bonus bBaseAtk,(.@r>=9)?30:20;
if (readparam(bInt)>=90)
bonus bMatk,(.@r>=9)?50:30;
if (readparam(bVit)>=90)
bonus2 bSubEle,Ele_Neutral,(.@r>=9)?10:5;
if (readparam(bAgi)>=90) {
bonus bAspdRate,8;
if (.@r>=9)
bonus bAspd,1;
}
if (readparam(bDex)>=90)
bonus bLongAtkRate,(.@r>=9)?10:5;
if (readparam(bLuk)>=90)
bonus bCritAtkRate,(.@r>=9)?15:10;
}