|
|
|
|
Viewing Item
#311450: Glacier Flower Spell (Physical Grade) 2Lv
Item ID |
311450 |
|
For Sale |
No
|
Identifier |
Physical_Grade_2 |
Credit Price |
Not For Sale
|
Name |
Glacier Flower Spell (Physical Grade) 2Lv |
Type |
Card - Enchant |
NPC Buy |
0 |
Weight |
0 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
0 |
Slots |
0 |
Refineable |
No
|
Attack |
0 |
Min Equip Level |
None
|
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
None
|
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 bLongAtkRate,6;
9 bonus
10 bShortAtkRate,6;
11 bonus
12 bBaseAtk,30;
13 if
14 (.@r
15 =7)
16 {
17 bonus
18 bAspdRate,6;
19 if
20 (.@r
21 =9)
22 {
23 bonus
24 bVariableCastrate,-6;
25 bonus
26 bDelayrate,-6;
27 }
28 }
29 if
30 (.@g
31 =ENCHANTGRADE_D)
32 {
33 bonus
34 bAtkRate,2;
35 bonus
36 bBaseAtk,30;
37 if
38 (.@g
39 =ENCHANTGRADE_C)
40 {
41 if
42 (.@r
43 =7)
44 {
45 bonus
46 bPAtk,3;
47 }
48 }
49 if
50 (.@g
51 =ENCHANTGRADE_B)
52 {
53 if
54 (.@r
55 =9)
56 {
57 bonus
58 bPow,1;
59 bonus
60 bCon,1;
61 }
62 if
63 (.@g
64 =ENCHANTGRADE_A)
65 {
66 bonus2
67 bAddEle,Ele_All,12;
68 if
69 (.@r
70 =11)
71 {
72 bonus2
73 bAddSize,Size_All,12;
74 }
75 }
76 }
77 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|