Viewing Item

#510172: Time Gap Kurojin (B)

Item ID 510172 For Sale No
Identifier Time_Gap_SS_Dagger2 Credit Price Not For Sale
Name Time Gap Kurojin (B) Type Weapon - Dagger
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 160 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third
Equippable Jobs Kagerou / Oboro
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 if (.@r>=7) {

4 bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",10;

5 if (.@r>=9) {

6 bonus2 bSkillAtk,"SS_KUNAIKAITEN",10;

7 if (.@r>=12) {

8 bonus bPAtk,7;

9 bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",15;

10 }

11 }

12 }

13 if (.@g>=ENCHANTGRADE_D) {

14 bonus bAtkRate,2;

15 if (.@g>=ENCHANTGRADE_C) {

16 bonus2 bSkillAtk,"SS_KUNAIKAITEN",10;

17 if (.@g>=ENCHANTGRADE_B) {

18 bonus bPAtk,5;

19 if (.@g>=ENCHANTGRADE_A) {

20 bonus bAtkRate,5;

21 bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",10;

22 }

23 }

24 }

25 }

Equip Script None
Unequip Script None