AuraRO Logo

Viewing Item

#25693: Modification Module (Delay after skill)

Item ID 25693 For Sale No
Identifier Modification Module (Delay after skill) Credit Price Not For Sale
Name Modification Module (Delay after skill) Type
NPC Buy 20 Weight 1
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 0
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Unknown
Item Use Script

1 .@r = getrefine();

2 .@val = -5;

3 if (.@r >= 9) {

4 .@val -= 10;

5 } else if (.@r >= 7) {

6 .@val -= 5;

7 }

8 bonus bDelayrate,.@val;

Equip Script None
Unequip Script None