You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2934,15 +3000,16 @@ Types are properties for Pokémon and their moves. Each type has three propertie
2934
3000
2935
3001
| Name | Description | Data Type |
2936
3002
| ---- | ----------- | --------- |
2937
-
| id | The identifier for this type resource | integer |
2938
-
| name | The name for this type resource | string |
2939
-
| damage_relations | A detail of how effective this type is toward others and vice versa |[TypeRelations](#typerelations)|
2940
-
| game_indices | A list of game indices relevent to this item by generation | list [GenerationGameIndex](#generationgameindex)|
2941
-
| generation | The generation this type was introduced in |[NamedAPIResource](#namedapiresource) ([Generation](#generations)) |
2942
-
| move_damage_class | The class of damage inflicted by this type |[NamedAPIResource](#namedapiresource) ([MoveDamageClass](#move-damage-classes)) |
2943
-
| names | The name of this type listed in different languages | list [Name](#resourcename)|
2944
-
| pokemon | A list of details of pokemon that have this type |[TypePokemon](#typepokemon)|
2945
-
| moves | A list of moves that have this type | list [NamedAPIResource](#namedapiresource) ([Move](#moves)) |
3003
+
| id | The identifier for this type resource | integer |
3004
+
| name | The name for this type resource | string |
3005
+
| damage_relations | A detail of how effective this type is toward others and vice versa |[TypeRelations](#typerelations)|
3006
+
| past_damage_relations | A list of details of how effective this type was toward others and vice versa in previous generations | list [TypeRelationsPast](#typerelationspast)|
3007
+
| game_indices | A list of game indices relevent to this item by generation | list [GenerationGameIndex](#generationgameindex)|
3008
+
| generation | The generation this type was introduced in |[NamedAPIResource](#namedapiresource) ([Generation](#generations)) |
3009
+
| move_damage_class | The class of damage inflicted by this type |[NamedAPIResource](#namedapiresource) ([MoveDamageClass](#move-damage-classes)) |
3010
+
| names | The name of this type listed in different languages | list [Name](#resourcename)|
3011
+
| pokemon | A list of details of pokemon that have this type |[TypePokemon](#typepokemon)|
3012
+
| moves | A list of moves that have this type | list [NamedAPIResource](#namedapiresource) ([Move](#moves)) |
2946
3013
2947
3014
#### TypePokemon
2948
3015
@@ -2962,6 +3029,13 @@ Types are properties for Pokémon and their moves. Each type has three propertie
2962
3029
| half_damage_from | A list of types that are not very effective against this type | list [NamedAPIResource](#namedapiresource) ([Type](#types)) |
2963
3030
| double_damage_from | A list of types that are very effective against this type | list [NamedAPIResource](#namedapiresource) ([Type](#types)) |
2964
3031
3032
+
#### TypeRelationsPast
3033
+
3034
+
| Name | Description | Data Type |
3035
+
| ---- | ----------- | --------- |
3036
+
| generation | The last generation in which the referenced type had the listed damage relations |[NamedAPIResource](#namedapiresource) ([Generation](#generations)) |
3037
+
| damage_relations | The damage relations the referenced type had up to and including the listed generation | list [TypeRelations](#typerelations)|
0 commit comments