mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Merge branch 'schema-sanity'
This commit is contained in:
commit
4daa6ab0c3
59 changed files with 787 additions and 547 deletions
pokedex/data/csv
ability_changelog_prose.csvability_names.csvability_prose.csvberry_firmness_names.csvcontest_effect_prose.csvcontest_type_names.csvegg_group_prose.csvencounter_condition_prose.csvencounter_condition_value_prose.csvencounter_terrain_prose.csvevolution_trigger_prose.csvgeneration_names.csvgrowth_rate_prose.csvitem_category_prose.csvitem_flag_prose.csvitem_fling_effect_prose.csvitem_game_indices.csvitem_names.csvitem_pocket_names.csvitem_prose.csvlanguage_names.csvlocation_area_prose.csvlocation_areas.csvlocation_game_indices.csvlocation_names.csvmove_battle_style_prose.csvmove_damage_class_prose.csvmove_effect_category_prose.csvmove_effect_changelog_prose.csvmove_effect_prose.csvmove_flag_type_prose.csvmove_meta_ailment_names.csvmove_meta_category_prose.csvmove_names.csvmove_target_prose.csvnature_names.csvpokeathlon_stat_names.csvpokedex_prose.csvpokemon_color_names.csvpokemon_form_group_prose.csvpokemon_form_names.csvpokemon_game_indices.csvpokemon_habitat_names.csvpokemon_move_method_prose.csvpokemon_names.csvpokemon_shape_prose.csvregion_names.csvstat_hint_names.csvstat_names.csvsuper_contest_effect_prose.csvtype_names.csvversion_names.csv
|
@ -1,4 +1,4 @@
|
|||
ability_changelog_id,language_id,effect
|
||||
ability_changelog_id,local_language_id,effect
|
||||
1,9,Has no effect in battle.
|
||||
2,9,Does not prevent regular KOs from full [HP]{mechanic}.
|
||||
3,9,Has no overworld effect.
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
ability_id,language_id,name
|
||||
ability_id,local_language_id,name
|
||||
1,1,あくしゅう
|
||||
1,5,Puanteur
|
||||
1,6,Duftnote
|
|
|
@ -1,4 +1,4 @@
|
|||
ability_id,language_id,effect,short_effect
|
||||
ability_id,local_language_id,effect,short_effect
|
||||
1,9,"This Pokémon's moves have approximately a 10% chance to make the target [flinch]{mechanic}.
|
||||
|
||||
This ability does not stack with a held [King's Rock]{item}.
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
berry_firmness_id,language_id,name
|
||||
berry_firmness_id,local_language_id,name
|
||||
1,9,Very Soft
|
||||
2,9,Soft
|
||||
3,9,Hard
|
|
|
@ -1,4 +1,4 @@
|
|||
contest_effect_id,language_id,flavor_text,effect
|
||||
contest_effect_id,local_language_id,flavor_text,effect
|
||||
1,9,A highly appealing move.,Gives a high number of appeal points wth no other effects.
|
||||
2,9,Affected by how well the appeal in front goes.,"If the Pokémon 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,9,"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,4 +1,4 @@
|
|||
contest_type_id,language_id,name,flavor,color
|
||||
contest_type_id,local_language_id,name,flavor,color
|
||||
1,9,Cool,Spicy,Red
|
||||
2,9,Beauty,Dry,Blue
|
||||
3,9,Cute,Sweet,Pink
|
|
|
@ -1,4 +1,4 @@
|
|||
egg_group_id,language_id,name
|
||||
egg_group_id,local_language_id,name
|
||||
1,9,Monster
|
||||
2,9,Water 1
|
||||
3,9,Bug
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
encounter_condition_id,language_id,name
|
||||
encounter_condition_id,local_language_id,name
|
||||
1,9,Swarm
|
||||
2,9,Time of day
|
||||
3,9,PokeRadar
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
encounter_condition_value_id,language_id,name
|
||||
encounter_condition_value_id,local_language_id,name
|
||||
1,9,During a swarm
|
||||
2,9,Not during a swarm
|
||||
3,9,In the morning
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
encounter_terrain_id,language_id,name
|
||||
encounter_terrain_id,local_language_id,name
|
||||
1,9,Walking in tall grass or a cave
|
||||
2,9,Fishing with an Old Rod
|
||||
3,9,Fishing with a Good Rod
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
evolution_trigger_id,language_id,name
|
||||
evolution_trigger_id,local_language_id,name
|
||||
1,9,Level_up
|
||||
2,9,Trade
|
||||
3,9,Use_item
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
generation_id,language_id,name
|
||||
generation_id,local_language_id,name
|
||||
1,9,Generation I
|
||||
2,9,Generation II
|
||||
3,9,Generation III
|
|
|
@ -1,4 +1,4 @@
|
|||
growth_rate_id,language_id,name
|
||||
growth_rate_id,local_language_id,name
|
||||
1,9,slow
|
||||
2,9,medium
|
||||
3,9,fast
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
item_category_id,language_id,name
|
||||
item_category_id,local_language_id,name
|
||||
1,9,Stat boosts
|
||||
2,9,Effort drop
|
||||
3,9,Medicine
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
item_flag_id,language_id,name,description
|
||||
item_flag_id,local_language_id,name,description
|
||||
1,9,Countable,Has a count in the bag
|
||||
2,9,Consumable,Consumed when used
|
||||
3,9,Usable_overworld,Usable outside battle
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
item_fling_effect_id,language_id,effect
|
||||
item_fling_effect_id,local_language_id,effect
|
||||
1,9,Badly poisons the target.
|
||||
2,9,Burns the target.
|
||||
3,9,Immediately activates the berry's effect on the target.
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
item_id,generation_id,internal_id
|
||||
item_id,generation_id,game_index
|
||||
1,3,1
|
||||
1,4,1
|
||||
1,5,1
|
|
|
@ -1,4 +1,4 @@
|
|||
item_id,language_id,name
|
||||
item_id,local_language_id,name
|
||||
1,1,マスターボール
|
||||
1,5,Master Ball
|
||||
1,6,Meisterball
|
|
|
@ -1,4 +1,4 @@
|
|||
item_pocket_id,language_id,name
|
||||
item_pocket_id,local_language_id,name
|
||||
1,9,Items
|
||||
2,9,Medicine
|
||||
3,9,Poké Balls
|
|
|
@ -1,4 +1,4 @@
|
|||
item_id,language_id,short_effect,effect
|
||||
item_id,local_language_id,short_effect,effect
|
||||
1,9,,In battle: Captures one Pokémon without fail. Has a capture rate of 255.
|
||||
2,9,,In battle: Attempts to capture one Pokémon. Has a capture rate of 2.
|
||||
3,9,,In battle: Attempts to capture one Pokémon. Has a capture rate of 1.5.
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
lang_id,language_id,name
|
||||
language_id,local_language_id,name
|
||||
1,9,Japanese
|
||||
2,9,Official Roomaji
|
||||
3,9,Korean
|
|
|
@ -1,4 +1,4 @@
|
|||
location_area_id,language_id,name
|
||||
location_area_id,local_language_id,name
|
||||
1,9,
|
||||
2,9,
|
||||
3,9,
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
id,location_id,internal_id,identifier
|
||||
id,location_id,game_index,identifier
|
||||
1,1,1,
|
||||
2,2,2,
|
||||
3,3,3,
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
location_id,generation_id,internal_id
|
||||
location_id,generation_id,game_index
|
||||
1,4,7
|
||||
2,4,9
|
||||
3,4,11
|
|
|
@ -1,4 +1,4 @@
|
|||
location_id,language_id,name
|
||||
location_id,local_language_id,name
|
||||
1,9,Canalave City
|
||||
2,9,Eterna City
|
||||
3,9,Pastoria City
|
|
|
@ -1,4 +1,4 @@
|
|||
move_battle_style_id,language_id,name
|
||||
move_battle_style_id,local_language_id,name
|
||||
1,9,Attack
|
||||
2,9,Defense
|
||||
3,9,Support
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
move_damage_class_id,language_id,name,description
|
||||
move_damage_class_id,local_language_id,name,description
|
||||
1,9,non-damaging,No damage
|
||||
2,9,physical,"Physical damage, controlled by Attack and Defense"
|
||||
3,9,special,"Special damage, controlled by Special Attack and Special Defense"
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
move_effect_category_id,language_id,name
|
||||
move_effect_category_id,local_language_id,name
|
||||
1,9,Regular damage
|
||||
2,9,Power varies
|
||||
3,9,Special damage
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
move_effect_changelog_id,language_id,effect
|
||||
move_effect_changelog_id,local_language_id,effect
|
||||
1,9,"Halves the target's [Defense]{mechanic} for damage calculation, which is similar to doubling the attack's [power]{mechanic}."
|
||||
2,9,Hits Pokémon under the effects of [Dig]{move} and [Fly]{move}.
|
||||
3,9,Does nothing in trainer battles.
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
move_effect_id,language_id,short_effect,effect
|
||||
move_effect_id,local_language_id,short_effect,effect
|
||||
1,9,Inflicts regular damage with no additional effect.,Inflicts [regular damage]{mechanic}.
|
||||
2,9,Puts the target to sleep.,Puts the target to [sleep]{mechanic}.
|
||||
3,9,Has a $effect_chance% chance to poison the target.,Inflicts [regular damage]{mechanic}. Has a $effect_chance% chance to [poison]{mechanic} the target.
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
move_flag_type_id,language_id,name,description
|
||||
move_flag_type_id,local_language_id,name,description
|
||||
1,9,Makes contact,"User touches the target. This triggers some abilities (e.g., [Static]{ability}) and items (e.g., [Sticky Barb]{item})."
|
||||
2,9,Has a charging turn,This move has a charging turn that can be skipped with a [Power Herb]{item}.
|
||||
3,9,Must recharge,"The turn after this move is used, the Pokémon's action is skipped so it can recharge."
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
move_meta_ailment_id,language_id,name
|
||||
move_meta_ailment_id,local_language_id,name
|
||||
-1,9,????
|
||||
0,9,none
|
||||
1,9,Paralysis
|
|
|
@ -1,4 +1,4 @@
|
|||
move_meta_category_id,language_id,description
|
||||
move_meta_category_id,local_language_id,description
|
||||
0,9,Inflicts damage
|
||||
1,9,No damage; inflicts status ailment
|
||||
2,9,No damage; lowers target's stats or raises user's stats
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
move_id,language_id,name
|
||||
move_id,local_language_id,name
|
||||
1,1,はたく
|
||||
1,5,Écras'Face
|
||||
1,6,Pfund
|
|
|
@ -1,4 +1,4 @@
|
|||
move_target_id,language_id,name,description
|
||||
move_target_id,local_language_id,name,description
|
||||
1,9,Specific move,One specific move. How this move is chosen depends upon on the move being used.
|
||||
2,9,Selected Pokémon,"One other Pokémon on the field, selected by the trainer. Stolen moves reuse the same target."
|
||||
3,9,Ally,The user's ally (if any).
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
nature_id,language_id,name
|
||||
nature_id,local_language_id,name
|
||||
1,1,がんばりや
|
||||
1,5,Hardi
|
||||
1,6,Robust
|
|
|
@ -1,4 +1,4 @@
|
|||
pokeathlon_stat_id,language_id,name
|
||||
pokeathlon_stat_id,local_language_id,name
|
||||
1,9,Speed
|
||||
2,9,Power
|
||||
3,9,Skill
|
|
|
@ -1,4 +1,4 @@
|
|||
pokedex_id,language_id,name,description
|
||||
pokedex_id,local_language_id,name,description
|
||||
1,9,National,Entire National dex
|
||||
2,9,Kanto,Red/Blue/Yellow Kanto dex
|
||||
3,9,Original Johto,"Gold/Silver/Crystal Johto dex—called the ""New"" Pokédex in-game"
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
pokemon_color_id,language_id,name
|
||||
pokemon_color_id,local_language_id,name
|
||||
1,9,Black
|
||||
2,9,Blue
|
||||
3,9,Brown
|
|
|
@ -1,4 +1,4 @@
|
|||
pokemon_form_group_id,language_id,term,description
|
||||
pokemon_form_group_id,local_language_id,term,description
|
||||
172,9,,"Spiky-eared Pichu can only be received by taking the shiny Pichu from an official promotion to [Celebi]{pokemon}'s shrine in [Ilex Forest]{location}. Spiky-eared Pichu is always female, cannot evolve, and cannot be taken into the Wi-Fi Club or the Union Room, but is otherwise a normal Pichu."
|
||||
201,9,,Forms only affect appearance. A form is determined at random before a wild encounter and cannot be changed.
|
||||
351,9,Form,"Form changes along with type to match the [weather]{mechanic} in battle, due to [Forecast]{ability}. Castform is always in its normal form outside of battle, regardless of weather."
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
pokemon_form_id,language_id,name
|
||||
pokemon_form_id,local_language_id,name
|
||||
1,9,
|
||||
2,9,
|
||||
3,9,
|
|
|
@ -1,4 +1,4 @@
|
|||
pokemon_id,generation_id,internal_id
|
||||
pokemon_id,generation_id,game_index
|
||||
1,1,153
|
||||
1,2,1
|
||||
1,3,1
|
|
|
@ -1,4 +1,4 @@
|
|||
pokemon_habitat_id,language_id,name
|
||||
pokemon_habitat_id,local_language_id,name
|
||||
1,9,cave
|
||||
2,9,forest
|
||||
3,9,grassland
|
|
|
@ -1,4 +1,4 @@
|
|||
pokemon_move_method_id,language_id,name,description
|
||||
pokemon_move_method_id,local_language_id,name,description
|
||||
1,9,Level up,Learned when a Pokémon reaches a certain level.
|
||||
2,9,Egg,"Appears on a newly-hatched Pokémon, if the father had the same move."
|
||||
3,9,Tutor,Can be taught at any time by an NPC.
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
pokemon_id,language_id,name,species
|
||||
pokemon_id,local_language_id,name,species
|
||||
1,1,フシギダネ,
|
||||
1,2,Fushigidane,
|
||||
1,3,이상해씨,
|
|
|
@ -1,4 +1,4 @@
|
|||
pokemon_shape_id,language_id,name,awesome_name
|
||||
pokemon_shape_id,local_language_id,name,awesome_name
|
||||
1,9,Ball,Pomaceous
|
||||
2,9,Squiggle,Caudal
|
||||
3,9,Fish,Ichthyic
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
region_id,language_id,name
|
||||
region_id,local_language_id,name
|
||||
1,9,Kanto
|
||||
2,9,Johto
|
||||
3,9,Hoenn
|
|
|
@ -1,4 +1,4 @@
|
|||
stat_hint_id,language_id,message
|
||||
stat_hint_id,local_language_id,message
|
||||
1,9,Loves to eat
|
||||
2,9,Proud of its power
|
||||
3,9,Sturdy body
|
|
|
@ -1,4 +1,4 @@
|
|||
stat_id,language_id,name
|
||||
stat_id,local_language_id,name
|
||||
1,9,HP
|
||||
2,9,Attack
|
||||
3,9,Defense
|
|
|
@ -1,4 +1,4 @@
|
|||
super_contest_effect_id,language_id,flavor_text
|
||||
super_contest_effect_id,local_language_id,flavor_text
|
||||
1,9,Enables the user to perform first in the next turn.
|
||||
2,9,Enables the user to perform last in the next turn.
|
||||
4,9,Earn +2 if the Judge's Voltage goes up.
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
type_id,language_id,name
|
||||
type_id,local_language_id,name
|
||||
1,1,ノーマル
|
||||
1,5,Normal
|
||||
1,6,Normal
|
|
|
@ -1,4 +1,4 @@
|
|||
version_id,language_id,name
|
||||
version_id,local_language_id,name
|
||||
1,9,Red
|
||||
2,9,Blue
|
||||
3,9,Yellow
|
|
Loading…
Add table
Add a link
Reference in a new issue