Viewing Item

#20831: Adventurer's Spirit

Item ID 20831 For Sale No
Identifier Elder_Spirit Credit Price Not For Sale
Name Adventurer's Spirit Type Armor
NPC Buy 1,000 Weight 40
NPC Sell 500 Weapon Level 0
Range 0 Defense 40
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description An item made by an adventurer's grudge. It can collect magic and withdraw it freely.
_______________________
INT +5
_______________________
Refine Level +5:
For each 60 base INT:
MATK +5
_______________________
Refine Level +7:
For each 10 base INT:
MATK +5
_______________________
When equipped with Antique Book Card:
Disables effects of Antique Book Card.
_______________________
Type: Garment
Defense: 40
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bInt,5;

6 if

7 (.@r

8 =5)

9 bonus

10 bMatk,5*(readparam(bInt)/60);

11 if

12 (.@r

13 =7)

14 bonus

15 bMatk,5*(readparam(bInt)/10);

Equip Script None
Unequip Script None