From 457315b907b50c187b7f928b4a8679e3ddb4bee2 Mon Sep 17 00:00:00 2001 From: "Lynn \"Zhorken\" Vaughan" Date: Thu, 31 Oct 2013 03:13:47 -0400 Subject: [PATCH] Add Gen VI abilities, including English names and short effects. --- pokedex/data/csv/abilities.csv | 24 ++++++++++++++++++++++++ pokedex/data/csv/ability_names.csv | 24 ++++++++++++++++++++++++ pokedex/data/csv/ability_prose.csv | 24 ++++++++++++++++++++++++ 3 files changed, 72 insertions(+) diff --git a/pokedex/data/csv/abilities.csv b/pokedex/data/csv/abilities.csv index 1074860..3ecf029 100644 --- a/pokedex/data/csv/abilities.csv +++ b/pokedex/data/csv/abilities.csv @@ -163,6 +163,30 @@ id,identifier,generation_id,is_main_series 162,victory-star,5,1 163,turboblaze,5,1 164,teravolt,5,1 +165,aerilate,6,1 +166,aroma-veil,6,1 +167,aura-break,6,1 +168,bulletproof,6,1 +169,cheek-pouch,6,1 +170,competitive,6,1 +171,dark-aura,6,1 +172,fairy-aura,6,1 +173,flower-veil,6,1 +174,fur-coat,6,1 +175,gale-wings,6,1 +176,gooey,6,1 +177,grass-pelt,6,1 +178,magician,6,1 +179,mega-launcher,6,1 +180,parental-bond,6,1 +181,pixilate,6,1 +182,protean,6,1 +183,refrigerate,6,1 +184,stance-change,6,1 +185,strong-jaw,6,1 +186,sweet-veil,6,1 +187,symbiosis,6,1 +188,tough-claws,6,1 10001,mountaineer,5,0 10002,wave-rider,5,0 10003,skater,5,0 diff --git a/pokedex/data/csv/ability_names.csv b/pokedex/data/csv/ability_names.csv index eb24456..701e671 100644 --- a/pokedex/data/csv/ability_names.csv +++ b/pokedex/data/csv/ability_names.csv @@ -983,6 +983,30 @@ ability_id,local_language_id,name 164,7,Terravoltaje 164,8,Teravolt 164,9,Teravolt +165,9,Aerilate +166,9,Aroma Veil +167,9,Aura Break +168,9,Bulletproof +169,9,Cheek Pouch +170,9,Competitive +171,9,Dark Aura +172,9,Fairy Aura +173,9,Flower Veil +174,9,Fur Coat +175,9,Gale Wings +176,9,Gooey +177,9,Grass Pelt +178,9,Magician +179,9,Mega Launcher +180,9,Parental Bond +181,9,Pixilate +182,9,Protean +183,9,Refrigerate +184,9,Stance Change +185,9,Strong Jaw +186,9,Sweet Veil +187,9,Symbiosis +188,9,Tough Claws 10001,9,Mountaineer 10002,9,Wave Rider 10003,9,Skater diff --git a/pokedex/data/csv/ability_prose.csv b/pokedex/data/csv/ability_prose.csv index 884e3c8..6449468 100644 --- a/pokedex/data/csv/ability_prose.csv +++ b/pokedex/data/csv/ability_prose.csv @@ -541,3 +541,27 @@ An ability ignored by this ability is only nullified while the move is being use When this Pokémon enters battle, all participating trainers are notified that it has this ability. This ability functions identically to []{ability:mold-breaker} and []{ability:turboblaze}.",Bypasses targets' abilities if they could hinder or prevent moves. +165,9,,Turns the bearer's []{type:normal} moves into []{type:flying} moves. +166,9,,Protects allies against moves that affect their mental state. +167,9,,Reverses the effects of []{ability:dark-aura} and []{ability:fairy-aura}. +168,9,,"Protects against bullet, ball, and bomb-based moves." +169,9,,"Restores HP upon eating a Berry, in addition to the Berry's effect." +170,9,,Raises Special Attack by two stages upon having any stat lowered. +171,9,,Strengthens []{type:dark} moves for all friendly and opposing Pokémon. +172,9,,Strengthens []{type:fairy} moves for all friendly and opposing Pokémon. +173,9,,Protects []{type:grass}-type allies from having their stats lowered by other Pokémon. +174,9,,Halves damage from physical attacks. +175,9,,Raises []{type:flying} moves' priority by one stage. +176,9,,Lowers attacking Pokémon's Speed by one stage on contact. +177,9,,Boosts Defense while []{move:grassy-terrain} is in effect. +178,9,,Steals the target's held item when the bearer uses a contact move. +179,9,,Strengthens aura and pulse moves. +180,9,,Lets the bearer hit twice with damaging moves. The second hit has half power. +181,9,,Turns the bearer's []{type:normal} moves into []{type:fairy} moves. +182,9,,Changes the bearer's type to match each move it uses. +183,9,,Turns the bearer's []{type:normal} moves into []{type:ice} moves. +184,9,,"Changes []{pokemon:aegislash} to Blade Forme before using a damaging move, or Shield Forme before using a status move." +185,9,,Strengthens biting moves. +186,9,,Prevents allies from sleeping. +187,9,,Passes the bearer's held item to an ally when the ally uses up its item. +188,9,,Strengthens claw-based moves.