Viewing Item

#500039: Red Lotus Sword-LT

Item ID 500039 For Sale No
Identifier Sword_Of_Bluefire_LT Credit Price Not For Sale
Name Red Lotus Sword-LT Type Weapon - One-Handed Sword
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 200 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Alchemist
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,5;

4 if (BaseLevel>=210) {

5 bonus bPAtk,1;

6 bonus bPow,2;

7 }

8 if (.@r>=7) {

9 bonus bVariableCastrate,-10;

10 bonus2 bSkillAtk,"GN_CARTCANNON",10;

11 if (.@r>=9) {

12 bonus2 bAddSize,Size_All,15;

13 bonus2 bSkillAtk,"GN_CARTCANNON",20;

14 if (.@r>=11) {

15 bonus bVariableCastrate,-8;

16 bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",25;

17 bonus2 bSkillAtk,"GN_CARTCANNON",10;

18 }

19 }

20 }

21 if (.@g >= ENCHANTGRADE_D) {

22 bonus bAtkRate,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus bLongAtkRate,15;

25 bonus bPAtk,1;

26 if (.@g >= ENCHANTGRADE_B) {

27 bonus bPAtk,2;

28 bonus bPow,3;

29 }

30 }

31 }

32 bonus bBaseAtk,15*(.@r/2);

33 bonus bLongAtkRate,4*(.@r/3);

Equip Script None
Unequip Script None