Basic Info

Name 2576 Heroic Backpack[1]
Item ID 2576 - Bravery_Bag
Type Armor
2576
A small backpack with essential item for adventure.
-------------------------
Enables use of
Level 1 Greed
-------------------------
[ Base STR 90 ]
Refine Level +7: ATK +20
Refine Level +9: ATK +10
-------------------------
[ Base INT 90 ]
Refine Level +7: MATK +30
Refine Level +9: MATK +20
-------------------------
[ Base VIT 90 ]
Refine Level +7:
Neutral resistance +10%.
Refine Level +9:
Neutral resistance +5%.
-------------------------
[ Base AGI 90 ]
Refine Level +7: ASPD +8%
Refine Level +9: ASPD +1
-------------------------
[ Base DEX 90 ]
Refine Level +7:
Long range physical attacks +5%.
Refine Level +9:
Long range physical attacks +5%.
-------------------------
[ Base LUK 90 ]
Refine Level +7:
Critical damage +10%
Refine Level +9:
Critical damage +5%
-------------------------
Class: Garment
Defense: 20
Weight: 20
Level Requirement: 1
Jobs: All classes

Details

Weight 20
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Garment

Stats

Range 0
Defense 20
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
skill BS_GREED,1; if(getrefine()>6) { if(readparam(bStr)>=90) { bonus bBaseAtk,20; } if(readparam(bInt)>=90) { bonus bMatk,30; } if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,10; } if(readparam(bAgi)>=90) { bonus bAspdRate,8; } if(readparam(bDex)>=90) { bonus bLongAtkRate,5; } if(readparam(bLuk)>=90) { bonus bCritAtkRate,10; } } if(getrefine()>8) { if(readparam(bStr)>=90) { bonus bBaseAtk,10; } if(readparam(bInt)>=90) { bonus bMatk,20; } if(readparam(bVit)>=90) { bonus2 bSubEle,Ele_Neutral,5; } if(readparam(bAgi)>=90) { bonus bAspd,1; } if(readparam(bDex)>=90) { bonus bLongAtkRate,5; } if(readparam(bLuk)>=90) { bonus bCritAtkRate,5; } }
Equip Script
None
Unequip Script
None