|
|
|
|
Viewing Item
#470174: Rune Boots of Plain
Item ID |
470174 |
|
For Sale |
No
|
Identifier |
Plain_Rune_Boots |
Credit Price |
Not For Sale
|
Name |
Rune Boots of Plain |
Type |
Armor |
NPC Buy |
0 |
Weight |
100 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
45 |
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 .@g
2 =
3 getenchantgrade();
4 .@r
5 =
6 getrefine();
7 if
8 (.@r
9 =7)
10 {
11 bonus
12 bPAtk,2;
13 bonus
14 bMaxHPrate,10;
15 if
16 (.@r
17 =9)
18 {
19 bonus
20 bFixedCast,-300;
21 bonus
22 bVariableCastrate,-10;
23 if
24 (.@r
25 =11)
26 {
27 bonus
28 bFixedCast,-200;
29 bonus2
30 bAddSize,Size_All,10;
31 }
32 }
33 }
34 if
35 (.@g
36 =ENCHANTGRADE_D)
37 {
38 bonus
39 bMaxHPrate,5;
40 if
41 (.@g
42 =ENCHANTGRADE_C)
43 {
44 bonus
45 bFixedCast,-300;
46 if
47 (.@g
48 =ENCHANTGRADE_B)
49 {
50 bonus
51 bVariableCastrate,-5;
52 bonus
53 bMaxHPrate,7;
54 if
55 (.@g
56 =ENCHANTGRADE_A)
57 {
58 bonus
59 bFixedCast,-200;
60 bonus
61 bPAtk,2;
62 }
63 }
64 }
65 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|