|
|
|
|
Viewing Item
#470076: Unknown Agility Boots
Item ID |
470076 |
|
For Sale |
No
|
Identifier |
MD_Airboat_Boots5 |
Credit Price |
Not For Sale
|
Name |
Unknown Agility Boots |
Type |
Armor |
NPC Buy |
0 |
Weight |
70 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
60 |
Slots |
1 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
230 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Footgear |
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 bBaseAtk,15*(.@r/2);
6 bonus
7 bMaxHP,120*(.@r/3);
8 bonus
9 bMaxSP,8*(.@r/3);
10 if
11 (.@r
12 =9)
13 {
14 bonus
15 bAspdRate,7;
16 if
17 (.@r
18 =11)
19 {
20 autobonus
21 "{
22 .@g
23 =
24 getenchantgrade();
25 if
26 (.@g
27 =
28 ENCHANTGRADE_D)
29 {
30 .@val
31 =
32 25;
33 if
34 (.@g
35 =
36 ENCHANTGRADE_C)
37 {
38 .@val
39 +=
40 25;
41 }
42 }
43 bonus
44 bAgi,175+.@val;
45 }",1,10000,BF_WEAPON;
46 if
47 (.@r
48 =13)
49 {
50 bonus
51 bLongAtkRate,4;
52 bonus
53 bShortAtkRate,4;
54 }
55 }
56 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|