Viewing Item

#2576: Adventurer's Backpack

Item ID 2576 For Sale No
Identifier Bravery_Bag Credit Price Not For Sale
Name 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 None
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped
Item Use Script

1 skill "BS_GREED",1;

2 .@r = getrefine();

3 if (.@r>=7) {

4 if (readparam(bStr)>=90) {

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

6 }

7 if (readparam(bInt)>=90) {

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

9 }

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

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

12 }

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

14 bonus bAspdRate,8;

15 if (.@r>=9) {

16 bonus bAspd,1;

17 }

18 }

19 if (readparam(bDex)>=90) {

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

21 }

22 if (readparam(bLuk)>=90) {

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

24 }

25 }

Equip Script None
Unequip Script None