|
|
|
|
Viewing Item
#400375: Crown of Good and Evil (Imperial Guard)
Item ID |
400375 |
|
For Sale |
No
|
Identifier |
GoodnEvil_Circlet_IG |
Credit Price |
Not For Sale
|
Name |
Crown of Good and Evil (Imperial Guard) |
Type |
Armor |
NPC Buy |
0 |
Weight |
10 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
10 |
Slots |
1 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
215 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Upper Headgear |
Equip Upper |
None
|
Equippable Jobs |
Crusader |
Equip Gender |
Both (Male and Female)
|
Trade restriction |
None
|
Item Use Script |
1 .@g
2 =
3 getenchantgrade();
4 .@r
5 =
6 getrefine();
7 bonus2
8 bAddRace,RC_All,5*(.@r/3);
9 bonus2
10 bMagicAddRace,RC_All,5*(.@r/3);
11 bonus
12 bShortAtkRate,7*(.@r/4);
13 bonus2
14 bMagicAtkEle,Ele_Holy,7*(.@r/4);
15 if
16 (.@r
17 =7)
18 {
19 bonus
20 bRes,50;
21 if
22 (.@r
23 =9)
24 {
25 bonus
26 bAspdRate,5;
27 bonus
28 bVariableCastrate,-5;
29 if
30 (.@r
31 =11)
32 {
33 bonus
34 bFixedCast,-300;
35 bonus
36 bMatkRate,5;
37 bonus
38 bAtkRate,5;
39 }
40 }
41 }
42 if
43 (.@g
44 =ENCHANTGRADE_D)
45 {
46 bonus
47 bMaxHPrate,5;
48 if
49 (.@g
50 =ENCHANTGRADE_C)
51 {
52 bonus
53 bPAtk,3;
54 bonus
55 bSMatk,3;
56 if
57 (.@g
58 =ENCHANTGRADE_B)
59 {
60 bonus
61 bPAtk,2;
62 bonus
63 bSMatk,2;
64 bonus
65 bPow,2;
66 bonus
67 bSpl,2;
68 if
69 (.@g
70 =ENCHANTGRADE_A)
71 {
72 bonus
73 bMRes,50;
74 bonus
75 bRes,50;
76 if
77 (.@r
78 =12)
79 {
80 bonus
81 bFixedCast,-200;
82 }
83 }
84 }
85 }
86 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|