2
0
Fork 0
mirror of https://github.com/PokeAPI/pokeapi synced 2025-03-03 22:47:17 +00:00

Create data for past type efficacy

This commit is contained in:
Julian Lawrance 2019-12-01 12:32:49 +00:00
parent f325449387
commit c923d8844a

View file

@ -0,0 +1,7 @@
damage_type_id,target_type_id,damage_factor,generation_id
4,7,200,1
7,4,200,1
8,14,0,1
15,10,100,1
8,9,50,5
17,9,50,5
1 damage_type_id target_type_id damage_factor generation_id
2 4 7 200 1
3 7 4 200 1
4 8 14 0 1
5 15 10 100 1
6 8 9 50 5
7 17 9 50 5