Delete unused conquest move effects and renumber effect 0 to 1.

This commit is contained in:
Lynn "Zhorken" Vaughan 2012-09-25 21:35:59 -04:00
parent 564f8ba482
commit 442ba27943
3 changed files with 2 additions and 21 deletions

View file

@ -23,7 +23,7 @@ move_id,power,accuracy,effect_chance,effect_id,range_id,displacement_id
72,26,100,,21,2,
75,31,95,,9,4,
80,41,100,,64,5,
82,40,75,,0,3,
82,40,75,,1,3,
83,12,85,,15,14,
84,24,100,10,37,3,
85,45,100,10,37,15,

1 move_id power accuracy effect_chance effect_id range_id displacement_id
23 72 26 100 21 2
24 75 31 95 9 4
25 80 41 100 64 5
26 82 40 75 0 1 3
27 83 12 85 15 14
28 84 24 100 10 37 3
29 85 45 100 10 37 15

View file

@ -1,5 +1,5 @@
conquest_move_effect_id,local_language_id,short_effect,effect
0,9,Inflicts exactly 40 HP in damage.,"Inflicts exactly 40 HP in damage, unaffected by stats or types."
1,9,Inflicts exactly 40 HP in damage.,"Inflicts exactly 40 HP in damage, unaffected by stats or types."
2,9,Has double power if $target has a major status ailment.,Inflicts regular damage. Has double power if $target has a major status ailment.
3,9,Doubles in power with each consecutive successful use.,"Inflicts regular damage. Every time this move succeeds, its power doubles; if it fails or is not used for a turn, it resets."
4,9,Ignores $target's stat modifiers.,"Inflicts damage, ignoring $target's stat modifiers."

1 conquest_move_effect_id local_language_id short_effect effect
2 0 1 9 Inflicts exactly 40 HP in damage. Inflicts exactly 40 HP in damage, unaffected by stats or types.
3 2 9 Has double power if $target has a major status ailment. Inflicts regular damage. Has double power if $target has a major status ailment.
4 3 9 Doubles in power with each consecutive successful use. Inflicts regular damage. Every time this move succeeds, its power doubles; if it fails or is not used for a turn, it resets.
5 4 9 Ignores $target's stat modifiers. Inflicts damage, ignoring $target's stat modifiers.

View file

@ -1,5 +1,4 @@
id
0
1
2
3
@ -9,10 +8,6 @@ id
7
8
9
10
11
12
13
14
15
16
@ -23,18 +18,12 @@ id
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@ -44,19 +33,11 @@ id
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

1 id
0
2 1
3 2
4 3
8 7
9 8
10 9
10
11
12
13
11 14
12 15
13 16
18 21
19 22
20 23
24
21 25
22 26
27
23 28
24 29
25 30
31
32
26 33
34
35
27 36
28 37
29 38
33 42
34 43
35 44
45
46
36 47
37 48
38 49
50
39 51
40 52
53
54
55
56
57
41 58
42 59
43 60