Viewing Item

#20817: [Katsua]Adventurer's Backpack

Item ID 20817 For Sale No
Identifier Diffusion_Bravery_Bag Credit Price Not For Sale
Name [Katsua]Adventurer's Backpack Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 99
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 skill "BS_GREED",1;

3 if (.@r>=7) {

4 if (readparam(bStr)>=90)

5 bonus bBaseAtk,(.@r>=9)?30:20;

6 if (readparam(bInt)>=90)

7 bonus bMatk,(.@r>=9)?50:30;

8 if (readparam(bVit)>=90)

9 bonus2 bSubEle,Ele_Neutral,(.@r>=9)?10:5;

10 if (readparam(bAgi)>=90) {

11 bonus bAspdRate,8;

12 if (.@r>=9)

13 bonus bAspd,1;

14 }

15 if (readparam(bDex)>=90)

16 bonus bLongAtkRate,(.@r>=9)?10:5;

17 if (readparam(bLuk)>=90)

18 bonus bCritAtkRate,(.@r>=9)?15:10;

19 }

Equip Script None
Unequip Script None