|
|
|
|
Viewing Item
#450265: Glacier Robe
Item ID |
450265 |
|
For Sale |
No
|
Identifier |
Glacier_Robe |
Credit Price |
Not For Sale
|
Name |
Glacier Robe |
Type |
Armor |
NPC Buy |
0 |
Weight |
120 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
120 |
Slots |
1 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
230 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Armor |
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 bonus
8 bMatk,120+15*(.@r/2);
9 bonus
10 bDef,15*(.@r/2);
11 if
12 (.@r
13 =7)
14 {
15 bonus2
16 bMagicAtkEle,Ele_All,5;
17 bonus
18 bVariableCastrate,-10;
19 if
20 (.@r
21 =9)
22 {
23 bonus
24 bVariableCastrate,-5;
25 bonus
26 bSMatk,3;
27 if
28 (.@r
29 =10)
30 {
31 bonus
32 bDelayrate,-5;
33 bonus
34 bDef,100;
35 }
36 }
37 }
38 if
39 (.@g
40 =ENCHANTGRADE_D)
41 {
42 bonus
43 bDelayrate,-5;
44 bonus
45 bSpl,3;
46 bonus
47 bCon,3;
48 if
49 (.@g
50 =ENCHANTGRADE_C)
51 {
52 bonus
53 bSMatk,2;
54 bonus
55 bMatkRate,3;
56 }
57 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|