Viewing Item

#800013: Crimson Rose-LT

Item ID 800013 For Sale No
Identifier Crimson_Rose_LT Credit Price Not For Sale
Name Crimson Rose-LT Type Weapon - Revolver
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 5
Range 7 Defense 0
Slots 2 Refineable Yes
Attack 200 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Rebellion
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 if (BaseLevel>=210) {

4 bonus bPAtk,1;

5 bonus bPow,2;

6 }

7 if (.@r>=7) {

8 bonus2 bSubSize,Size_All,20;

9 bonus2 bSkillAtk,"RL_FIREDANCE",25;

10 if (.@r>=9) {

11 bonus bAtkRate,7;

12 bonus2 bSkillAtk,"RL_FIREDANCE",35;

13 if (.@r>=11) {

14 bonus2 bAddSize,Size_All,15;

15 bonus bDelayrate,-10;

16 }

17 }

18 }

19 if (.@g >= ENCHANTGRADE_D) {

20 bonus bAtkRate,3;

21 if (.@g >= ENCHANTGRADE_C) {

22 bonus bLongAtkRate,15;

23 bonus bPAtk,1;

24 if (.@g >= ENCHANTGRADE_B) {

25 bonus bPAtk,2;

26 bonus bPow,3;

27 }

28 }

29 }

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

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

Equip Script None
Unequip Script None