MAPS | ITEMS | MOBS | PRODUCE | OTHER |
PREVIEW | NAME(ID) | 2576 - Heroic Backpack[1] (Adventurer's Backpack) | ||||
class | equip | weigth | 20 | NPCbuy | OC 0 | |
Slots | 1 | DEF | 3 | REQlvl | NA | |
Equipable on | garment | REQJob | Novice Swordman Blacksmith Hunter Assassin Crusader Monk Sage Rogue Alchem Bard/Dancer Mage Dancer Taekwon StarGladiator Soullinker Gunslinger Ninja Archer Acolyte Merchant Thief Knight Priest Wizard | Refinable | yes | |
description | Batuzek pro kazdeho poradneho hrdinu.
Umozni vam pouzivat level 1 Greed Pokud mate nejaky stat vetsi nez 90 muze vam batuzek podle refine poskutnout ruzne bonusy: -Str -> Attack +5 * (refine-4) -Int -> Magic Attack +5 * (refine-4) -Vit -> Tolerance to Neutral Property +2% * (refine-4) -Agi -> Aspd +2% * (refine-4) -Dex -> After Cast Delay -2% * (refine-4) -Luk -> +1 all stats * (refine-4) Class : Garment Defense: 3 Weight : 20 Required Level : 50 Jobs: All |
|||||
Drop by | ||||||
NPCsell |
|
|||||
script | skill "BS_GREED",1; if(getrefine() > 4) { if(readparam(bStr)>=90){ bonus bAtk,5*(getrefine()-4); } if(readparam(bInt)>=90){ bonus bMatk,5*(getrefine()-4); } if(readparam(bVit)>=90){ bonus2 bSubEle,Ele_Neutral,2*(getrefine()-4); } if(readparam(bAgi)>=90){ bonus bAspdRate,2*(getrefine()-4); } if(readparam(bDex)>=90){ bonus bDelayRate,-2*(getrefine()-4); } if(readparam(bLuk)>=90){ bonus bAllStats,1*(getrefine()-4); } } | |||||
Combo | NA |
Naposledy vygenerovano dne : Sun, 03 Jan 2021 14:35:43 +0100 (c) 2006-2012 jihrad, Nebiki & k3dT - http://www.reborn.cz |