1 | // Attribute correction |
---|
2 | // Side:Attribute of monster // Length:Attribute of attack |
---|
3 | 1,10 // lv1 Attribute table |
---|
4 | //Netr Watr Erth Fire Wind Pois Hly Shdw Sens Imor |
---|
5 | 100, 100, 100, 100, 100, 100, 100, 100, 25, 100, // Neutral |
---|
6 | 100, 25, 100, 150, 50, 100, 75, 100, 100, 100, // Water |
---|
7 | 100, 100, 100, 50, 150, 100, 75, 100, 100, 100, // Earth |
---|
8 | 100, 50, 150, 25, 100, 100, 75, 100, 100, 125, // Fire |
---|
9 | 100, 175, 50, 100, 25, 100, 75, 100, 100, 100, // Wind |
---|
10 | 100, 100, 125, 125, 125, 0, 75, 50, 100, -25, // Poison |
---|
11 | 100, 100, 100, 100, 100, 100, 0, 125, 100, 150, // Holy |
---|
12 | 100, 100, 100, 100, 100, 50, 125, 0, 100, -25, // Shadow |
---|
13 | 25, 100, 100, 100, 100, 100, 75, 75, 125, 100, // Sense |
---|
14 | 100, 100, 100, 100, 100, 50, 100, 0, 100, 0, // Immortality |
---|
15 | // Side:Attribute of monster // Length:Attribute of attack |
---|
16 | 2,10 // lv2 Attribute table |
---|
17 | //Netr Watr Erth Fire Wind Pois Hly Shdw Sens Imor |
---|
18 | 100, 100, 100, 100, 100, 100, 100, 100, 25, 100, // Neutral |
---|
19 | 100, 0, 100, 175, 25, 100, 50, 75, 100, 100, // Water |
---|
20 | 100, 100, 50, 25, 175, 100, 50, 75, 100, 100, // Earth |
---|
21 | 100, 25, 175, 0, 100, 100, 50, 75, 100, 150, // Fire |
---|
22 | 100, 175, 25, 100, 0, 100, 50, 75, 100, 100, // Wind |
---|
23 | 100, 75, 125, 125, 125, 0, 50, 25, 75, -50, // Poison |
---|
24 | 100, 100, 100, 100, 100, 100, -25, 150, 100, 175, // Holy |
---|
25 | 100, 100, 100, 100, 100, 25, 150, -25, 100, -50, // Shadow |
---|
26 | 0, 75, 75, 75, 75, 75, 50, 50, 150, 125, // Sense |
---|
27 | 100, 75, 75, 75, 75, 25, 125, 0, 100, 0, // Immortality |
---|
28 | // Side:Attribute of monster // Length:Attribute of attack |
---|
29 | 3,10 // lv3 Attribute table |
---|
30 | //Netr Watr Erth Fire Wind Pois Hly Shdw Sens Imor |
---|
31 | 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, // Neutral |
---|
32 | 100, -25, 100, 200, 0, 100, 25, 50, 100, 125, // Water |
---|
33 | 100, 100, 0, 0, 200, 100, 25, 50, 100, 75, // Earth |
---|
34 | 100, 0, 200, -25, 100, 100, 25, 50, 100, 175, // Fire |
---|
35 | 100, 200, 0, 100, -25, 100, 25, 50, 100, 100, // Wind |
---|
36 | 100, 50, 100, 100, 100, 0, 25, 0, 50, -75, // Poison |
---|
37 | 100, 100, 100, 100, 100, 125, -50, 175, 100, 200, // Holy |
---|
38 | 100, 100, 100, 100, 100, 0, 175, -50, 100, -75, // Shadow |
---|
39 | 0, 50, 50, 50, 50, 50, 25, 25, 175, 150, // Sense |
---|
40 | 100, 50, 50, 50, 50, 0, 150, 0, 100, 0, // Immortality |
---|
41 | // Side:Attribute of monster // Length:Attribute of attack |
---|
42 | 4,10 // lv4 Attribute table |
---|
43 | //Netr Watr Erth Fire Wind Pois Hly Shdw Sens Imor |
---|
44 | 100, 100, 100, 100, 100, 100, 100, 100, 0, 100, // Neutral |
---|
45 | 100, -50, 100, 200, 0, 75, 0, 25, 100, 150, // Water |
---|
46 | 100, 100, -25, 0, 200, 75, 0, 25, 100, 50, // Earth |
---|
47 | 100, 0, 200, -50, 100, 75, 0, 25, 100, 200, // Fire |
---|
48 | 100, 200, 0, 100, -50, 75, 0, 25, 100, 100, // Wind |
---|
49 | 100, 25, 75, 75, 75, 0, 0, -25, 25,-100, // Poison |
---|
50 | 100, 75, 75, 75, 75, 125,-100, 200, 100, 200, // Holy |
---|
51 | 100, 75, 75, 75, 75, -25, 200,-100, 100,-100, // Shadow |
---|
52 | 0, 25, 25, 25, 25, 25, 0, 0, 200, 175, // Sense |
---|
53 | 100, 25, 25, 25, 25, -25, 175, 0, 100, 0, // Immortality |
---|