mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Delete unused conquest move effects and renumber effect 0 to 1.
This commit is contained in:
parent
564f8ba482
commit
442ba27943
3 changed files with 2 additions and 21 deletions
|
@ -23,7 +23,7 @@ move_id,power,accuracy,effect_chance,effect_id,range_id,displacement_id
|
||||||
72,26,100,,21,2,
|
72,26,100,,21,2,
|
||||||
75,31,95,,9,4,
|
75,31,95,,9,4,
|
||||||
80,41,100,,64,5,
|
80,41,100,,64,5,
|
||||||
82,40,75,,0,3,
|
82,40,75,,1,3,
|
||||||
83,12,85,,15,14,
|
83,12,85,,15,14,
|
||||||
84,24,100,10,37,3,
|
84,24,100,10,37,3,
|
||||||
85,45,100,10,37,15,
|
85,45,100,10,37,15,
|
||||||
|
|
|
|
@ -1,5 +1,5 @@
|
||||||
conquest_move_effect_id,local_language_id,short_effect,effect
|
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.
|
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."
|
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."
|
4,9,Ignores $target's stat modifiers.,"Inflicts damage, ignoring $target's stat modifiers."
|
||||||
|
|
|
|
@ -1,5 +1,4 @@
|
||||||
id
|
id
|
||||||
0
|
|
||||||
1
|
1
|
||||||
2
|
2
|
||||||
3
|
3
|
||||||
|
@ -9,10 +8,6 @@ id
|
||||||
7
|
7
|
||||||
8
|
8
|
||||||
9
|
9
|
||||||
10
|
|
||||||
11
|
|
||||||
12
|
|
||||||
13
|
|
||||||
14
|
14
|
||||||
15
|
15
|
||||||
16
|
16
|
||||||
|
@ -23,18 +18,12 @@ id
|
||||||
21
|
21
|
||||||
22
|
22
|
||||||
23
|
23
|
||||||
24
|
|
||||||
25
|
25
|
||||||
26
|
26
|
||||||
27
|
|
||||||
28
|
28
|
||||||
29
|
29
|
||||||
30
|
30
|
||||||
31
|
|
||||||
32
|
|
||||||
33
|
33
|
||||||
34
|
|
||||||
35
|
|
||||||
36
|
36
|
||||||
37
|
37
|
||||||
38
|
38
|
||||||
|
@ -44,19 +33,11 @@ id
|
||||||
42
|
42
|
||||||
43
|
43
|
||||||
44
|
44
|
||||||
45
|
|
||||||
46
|
|
||||||
47
|
47
|
||||||
48
|
48
|
||||||
49
|
49
|
||||||
50
|
|
||||||
51
|
51
|
||||||
52
|
52
|
||||||
53
|
|
||||||
54
|
|
||||||
55
|
|
||||||
56
|
|
||||||
57
|
|
||||||
58
|
58
|
||||||
59
|
59
|
||||||
60
|
60
|
||||||
|
|
|
Loading…
Reference in a new issue