1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Added super contest effects.

This commit is contained in:
Eevee 2009-09-14 22:07:08 -07:00
parent beb9be4084
commit 33d0e1e280
3 changed files with 34 additions and 3 deletions
pokedex/data/csv

View file

@ -1,4 +1,4 @@
id,appeal,jam,flavor,effect
id,appeal,jam,flavor_text,effect
1,4,0,A highly appealing move.,Gives a high number of appeal points wth no other effects.
2,3,0,Affected by how well the appeal in front goes.,"If the Pokemon that appealed before the user earned less than three appeal points, user earns six; if three, user earns three; if more than three, user earns none."
3,6,0,"After this move, the user is more easily startled.","If the user is jammed this turn after using this move, it will receive twice as many jam points."

1 id appeal jam flavor flavor_text effect
2 1 4 0 A highly appealing move. Gives a high number of appeal points wth no other effects.
3 2 3 0 Affected by how well the appeal in front goes. If the Pokemon that appealed before the user earned less than three appeal points, user earns six; if three, user earns three; if more than three, user earns none.
4 3 6 0 After this move, the user is more easily startled. If the user is jammed this turn after using this move, it will receive twice as many jam points.