|
|
|
|
Viewing Item
#450274: Fiery Earth Rune Armor
Item ID |
450274 |
|
For Sale |
No
|
Identifier |
Flame_E_R_Armor |
Credit Price |
Not For Sale
|
Name |
Fiery Earth Rune Armor |
Type |
Armor |
NPC Buy |
0 |
Weight |
100 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
0 |
Slots |
1 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
250 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Armor |
Equip Upper |
None
|
Equippable Jobs |
None
|
Equip Gender |
Both (Male and Female)
|
Trade restriction |
Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned |
Item Use Script |
1 .@g
2 =
3 getenchantgrade();
4 .@r
5 =
6 getrefine();
7 bonus
8 bCritical,-10;
9 bonus
10 bBaseAtk,100+15*(.@r/2);
11 bonus
12 bDef,30*(.@r/2);
13 if
14 (.@r
15 =7)
16 {
17 bonus
18 bPAtk,2;
19 bonus
20 bAtkRate,3;
21 bonus
22 bMdef,25;
23 if
24 (.@r
25 =9)
26 {
27 bonus
28 bPAtk,3;
29 bonus
30 bMdef,25;
31 if
32 (.@r
33 =11)
34 {
35 bonus
36 bShortAtkRate,5;
37 bonus
38 bDelayrate,-10;
39 }
40 }
41 }
42 if
43 (.@g
44 =ENCHANTGRADE_D)
45 {
46 bonus
47 bAtkRate,5;
48 bonus
49 bBaseAtk,10;
50 if
51 (.@g
52 =ENCHANTGRADE_C)
53 {
54 bonus
55 bShortAtkRate,3;
56 bonus
57 bAtkRate,8;
58 bonus
59 bBaseAtk,20;
60 if
61 (.@g
62 =ENCHANTGRADE_B)
63 {
64 bonus
65 bShortAtkRate,5;
66 bonus
67 bAtkRate,11;
68 bonus
69 bPow,5;
70 if
71 (.@g
72 =ENCHANTGRADE_A)
73 {
74 bonus
75 bShortAtkRate,7;
76 bonus
77 bAtkRate,14;
78 bonus
79 bCon,5;
80 }
81 }
82 }
83 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|