logo


Status: online   Spieler: 0

   flag

Du hast noch keinen Account?
Registriere dich hier

NyanDB

Item Database



# 2576   Adventurer's Backpack   ItemID: 2576   (Bravery_Bag)
TypeArmorLocationGarmentWeight20
Buy0Sell0Pre-/Sufix
# 2576 A backpack befitting of any hero.
Enables the use of level 1 Greed
If refined to +7 or higher and base stats (without modifiers) is equal to 90 or higher,
-STR -> Attack +20
-INT -> Magic Attack +8%
-VIT -> Tolerance to Neutral property +5
-AGI -> ASPD +8%
-DEX -> Ranged Attack +5
-LUK -> Inflict 10% more critical attack.
If refined to +9 or higher and base stats (without modifiers) is equal to 90 or higher,
-STR -> Attack +30
-INT -> Magic Attack 13%
-VIT -> Tolerance to Neutral property +10
-AGI -> ASPD +8% & ASPD +1
-DEX -> Ranged Attack +10
-LUK -> Inflict 15% more critical attack.
Class: Garment
Defense: 20
eight: 20
Required Level: 1
Jobs: All
Script: { skill "BS_GREED",1; set .@r, getrefine(); if(.@r>6) { if(readparam(bStr)>=90){ bonus bBaseAtk,20; } if(readparam(bInt)>=90){ bonus bAddMatk,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(.@r>8) { if(readparam(bStr)>=90){ bonus bBaseAtk,10; } if(readparam(bInt)>=90){ bonus bAddMatk,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; } } } , { } , { }
Crafting: -