|
|
|
|
Viewing Item
#470224: Boots of Good and Evil (Abyss Chaser)
Item ID |
470224 |
|
For Sale |
No
|
Identifier |
FateSin_Boots_ABC |
Credit Price |
Not For Sale
|
Name |
Boots of Good and Evil (Abyss Chaser) |
Type |
Armor |
NPC Buy |
0 |
Weight |
60 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
20 |
Slots |
1 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
210 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Footgear |
Equip Upper |
None
|
Equippable Jobs |
Rogue |
Equip Gender |
Both (Male and Female)
|
Trade restriction |
None
|
Item Use Script |
1 .@g
2 =
3 getenchantgrade();
4 .@r
5 =
6 getrefine();
7 bonus
8 bMaxHP,500;
9 bonus
10 bMaxSP,100;
11 bonus
12 bMaxHPrate,(.@r/2);
13 bonus
14 bMaxSPrate,(.@r/2);
15 if
16 (.@r
17 =7)
18 {
19 bonus
20 bAtkRate,7;
21 if
22 (.@r
23 =9)
24 {
25 bonus
26 bLongAtkRate,10;
27 bonus
28 bShortAtkRate,10;
29 if
30 (.@r
31 =11)
32 {
33 bonus
34 bFixedCast,-500;
35 }
36 }
37 }
38 if
39 (.@g
40 =ENCHANTGRADE_D)
41 {
42 bonus
43 bMRes,50;
44 bonus
45 bRes,50;
46 if
47 (.@g
48 =ENCHANTGRADE_C)
49 {
50 bonus2
51 bAddSize,Size_All,10;
52 if
53 (.@g
54 =ENCHANTGRADE_B)
55 {
56 bonus
57 bPAtk,7;
58 bonus
59 bSMatk,7;
60 if
61 (.@g
62 =ENCHANTGRADE_A)
63 {
64 bonus
65 bFixedCast,-500;
66 }
67 }
68 }
69 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|