Changed Scale Shot Effect Text

The effect text for Scale Shot (move ID 799) was modified to be more accurate and specific, in accordance with Issue #749.

As part of doing so, 3 files were modified:
1. move_effects.csv
The new effect_id 443 was added.

2. moves.csv
The effect_id of scale_shot was changed from 1 to 443.

3. move_effect_prose.csv
The new effect text under the ID 443 was added.
This commit is contained in:
norman-codes 2022-09-30 15:22:30 -04:00
parent 1aea9f7dc3
commit 0a245bad90
3 changed files with 416 additions and 414 deletions

File diff suppressed because it is too large Load diff

View file

@ -422,6 +422,7 @@ id
440
441
442
443
10001
10002
10003

1 id
422 440
423 441
424 442
425 443
426 10001
427 10002
428 10003

View file

@ -797,7 +797,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
796,steel-beam,8,9,140,5,95,0,10,3,420,,,,
797,expanding-force,8,14,80,10,100,0,10,3,1,,,,
798,steel-roller,8,9,130,5,100,0,10,2,1,,,,
799,scale-shot,8,16,25,20,90,0,10,2,1,,,,
799,scale-shot,8,16,25,20,90,0,10,2,443,,,,
800,meteor-beam,8,6,120,10,90,0,10,3,1,100,,,
801,shell-side-arm,8,4,90,10,100,0,10,3,1,20,,,
802,misty-explosion,8,18,100,5,100,0,9,3,1,,,,

1 id identifier generation_id type_id power pp accuracy priority target_id damage_class_id effect_id effect_chance contest_type_id contest_effect_id super_contest_effect_id
797 796 steel-beam 8 9 140 5 95 0 10 3 420
798 797 expanding-force 8 14 80 10 100 0 10 3 1
799 798 steel-roller 8 9 130 5 100 0 10 2 1
800 799 scale-shot 8 16 25 20 90 0 10 2 1 443
801 800 meteor-beam 8 6 120 10 90 0 10 3 1 100
802 801 shell-side-arm 8 4 90 10 100 0 10 3 1 20
803 802 misty-explosion 8 18 100 5 100 0 9 3 1