Viewing Item

#590080: Dimensions Biological Scepter

Item ID 590080 For Sale No
Identifier Dimen_BO_Hall Credit Price Not For Sale
Name Dimensions Biological Scepter Type Weapon - Mace
NPC Buy 0 Weight 250
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 240 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Alchemist
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus bAtkRate,3+(.@r/2);

5 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15+5*(.@r/3);

6 bonus2 bSkillAtk,"GN_CART_TORNADO",25+7*(.@r/3);

7 bonus bBaseAtk,25*(.@r/2);

8 if (.@r>=7) {

9 bonus bShortAtkRate,25;

10 if (.@r>=9) {

11 bonus bDelayrate,-10;

12 bonus bPAtk,7;

13 if (.@r>=11) {

14 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15;

15 bonus2 bSkillAtk,"GN_CART_TORNADO",45;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bPAtk,5;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bShortAtkRate,10;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bPAtk,3*(.@r/2);

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None