Make Gen VI ability IDs match internal IDs, almost.

We have way of figuring out IDs for Aerilate or Parental Bond, because
those abilities are only on Megas.  I assumed they'd fit in the two-ID
gap and took a wild guess at order.  (I put Parental Bond first
because Kangaskhan comes first.)
This commit is contained in:
Lynn "Zhorken" Vaughan 2013-11-05 01:54:28 -05:00
parent e967edb4b1
commit fcc6ab95fc
4 changed files with 125 additions and 125 deletions

View file

@ -163,30 +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
165,aroma-veil,6,1
166,flower-veil,6,1
167,cheek-pouch,6,1
168,protean,6,1
169,fur-coat,6,1
170,magician,6,1
171,bulletproof,6,1
172,competitive,6,1
173,strong-jaw,6,1
174,refrigerate,6,1
175,sweet-veil,6,1
176,stance-change,6,1
177,gale-wings,6,1
178,mega-launcher,6,1
179,grass-pelt,6,1
180,symbiosis,6,1
181,tough-claws,6,1
182,pixilate,6,1
183,gooey,6,1
184,parental-bond,6,1
185,aerilate,6,1
186,dark-aura,6,1
187,fairy-aura,6,1
188,aura-break,6,1
10001,mountaineer,5,0
10002,wave-rider,5,0
10003,skater,5,0

1 id identifier generation_id is_main_series
163 162 victory-star 5 1
164 163 turboblaze 5 1
165 164 teravolt 5 1
166 165 aerilate aroma-veil 6 1
167 166 aroma-veil flower-veil 6 1
168 167 aura-break cheek-pouch 6 1
169 168 bulletproof protean 6 1
170 169 cheek-pouch fur-coat 6 1
171 170 competitive magician 6 1
172 171 dark-aura bulletproof 6 1
173 172 fairy-aura competitive 6 1
174 173 flower-veil strong-jaw 6 1
175 174 fur-coat refrigerate 6 1
176 175 gale-wings sweet-veil 6 1
177 176 gooey stance-change 6 1
178 177 grass-pelt gale-wings 6 1
179 178 magician mega-launcher 6 1
180 179 mega-launcher grass-pelt 6 1
181 180 parental-bond symbiosis 6 1
182 181 pixilate tough-claws 6 1
183 182 protean pixilate 6 1
184 183 refrigerate gooey 6 1
185 184 stance-change parental-bond 6 1
186 185 strong-jaw aerilate 6 1
187 186 sweet-veil dark-aura 6 1
188 187 symbiosis fairy-aura 6 1
189 188 tough-claws aura-break 6 1
190 10001 mountaineer 5 0
191 10002 wave-rider 5 0
192 10003 skater 5 0

View file

@ -983,30 +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
165,9,Aroma Veil
166,9,Flower Veil
167,9,Cheek Pouch
168,9,Protean
169,9,Fur Coat
170,9,Magician
171,9,Bulletproof
172,9,Competitive
173,9,Strong Jaw
174,9,Refrigerate
175,9,Sweet Veil
176,9,Stance Change
177,9,Gale Wings
178,9,Mega Launcher
179,9,Grass Pelt
180,9,Symbiosis
181,9,Tough Claws
182,9,Pixilate
183,9,Gooey
184,9,Parental Bond
185,9,Aerilate
186,9,Dark Aura
187,9,Fairy Aura
188,9,Aura Break
10001,9,Mountaineer
10002,9,Wave Rider
10003,9,Skater

1 ability_id local_language_id name
983 164 7 Terravoltaje
984 164 8 Teravolt
985 164 9 Teravolt
986 165 9 Aerilate Aroma Veil
987 166 9 Aroma Veil Flower Veil
988 167 9 Aura Break Cheek Pouch
989 168 9 Bulletproof Protean
990 169 9 Cheek Pouch Fur Coat
991 170 9 Competitive Magician
992 171 9 Dark Aura Bulletproof
993 172 9 Fairy Aura Competitive
994 173 9 Flower Veil Strong Jaw
995 174 9 Fur Coat Refrigerate
996 175 9 Gale Wings Sweet Veil
997 176 9 Gooey Stance Change
998 177 9 Grass Pelt Gale Wings
999 178 9 Magician Mega Launcher
1000 179 9 Mega Launcher Grass Pelt
1001 180 9 Parental Bond Symbiosis
1002 181 9 Pixilate Tough Claws
1003 182 9 Protean Pixilate
1004 183 9 Refrigerate Gooey
1005 184 9 Stance Change Parental Bond
1006 185 9 Strong Jaw Aerilate
1007 186 9 Sweet Veil Dark Aura
1008 187 9 Symbiosis Fairy Aura
1009 188 9 Tough Claws Aura Break
1010 10001 9 Mountaineer
1011 10002 9 Wave Rider
1012 10003 9 Skater

View file

@ -541,27 +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.
165,9,,Protects allies against moves that affect their mental state.
166,9,,Protects []{type:grass}-type allies from having their stats lowered by other Pokémon.
167,9,,"Restores HP upon eating a Berry, in addition to the Berry's effect."
168,9,,Changes the bearer's type to match each move it uses.
169,9,,Halves damage from physical attacks.
170,9,,Steals the target's held item when the bearer uses a contact move.
171,9,,"Protects against bullet, ball, and bomb-based moves."
172,9,,Raises Special Attack by two stages upon having any stat lowered.
173,9,,Strengthens biting moves.
174,9,,Turns the bearer's []{type:normal} moves into []{type:ice} moves.
175,9,,Prevents allies from sleeping.
176,9,,"Changes []{pokemon:aegislash} to Blade Forme before using a damaging move, or Shield Forme before using a status move."
177,9,,Raises []{type:flying} moves' priority by one stage.
178,9,,Strengthens aura and pulse moves.
179,9,,Boosts Defense while []{move:grassy-terrain} is in effect.
180,9,,Passes the bearer's held item to an ally when the ally uses up its item.
181,9,,Strengthens claw-based moves.
182,9,,Turns the bearer's []{type:normal} moves into []{type:fairy} moves.
183,9,,Lowers attacking Pokémon's Speed by one stage on contact.
184,9,,Lets the bearer hit twice with damaging moves. The second hit has half power.
185,9,,Turns the bearer's []{type:normal} moves into []{type:flying} moves.
186,9,,Strengthens []{type:dark} moves for all friendly and opposing Pokémon.
187,9,,Strengthens []{type:fairy} moves for all friendly and opposing Pokémon.
188,9,,Reverses the effects of []{ability:dark-aura} and []{ability:fairy-aura}.

1 ability_id local_language_id effect short_effect
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567

View file

@ -1602,35 +1602,35 @@ pokemon_id,ability_id,is_hidden,slot
648,32,0,1
649,88,0,1
650,65,0,1
650,168,1,3
650,171,1,3
651,65,0,1
651,168,1,3
651,171,1,3
652,65,0,1
652,168,1,3
652,171,1,3
653,66,0,1
653,178,1,3
653,170,1,3
654,66,0,1
654,178,1,3
654,170,1,3
655,66,0,1
655,178,1,3
655,170,1,3
656,67,0,1
656,182,1,3
656,168,1,3
657,67,0,1
657,182,1,3
657,168,1,3
658,67,0,1
658,182,1,3
659,169,0,1
658,168,1,3
659,167,0,1
659,53,0,2
659,37,1,3
660,169,0,1
660,167,0,1
660,53,0,2
660,37,1,3
661,145,0,1
661,175,1,3
661,177,1,3
662,49,0,1
662,175,1,3
662,177,1,3
663,49,0,1
663,175,1,3
663,177,1,3
664,14,0,1
664,19,0,2
664,132,1,3
@ -1646,23 +1646,23 @@ pokemon_id,ability_id,is_hidden,slot
668,79,0,1
668,127,0,2
668,153,1,3
669,173,0,1
669,187,1,3
670,173,0,1
670,187,1,3
671,173,0,1
671,187,1,3
669,166,0,1
669,180,1,3
670,166,0,1
670,180,1,3
671,166,0,1
671,180,1,3
672,157,0,1
672,177,1,3
672,179,1,3
673,157,0,1
673,177,1,3
673,179,1,3
674,89,0,1
674,104,0,2
674,113,1,3
675,89,0,1
675,104,0,2
675,113,1,3
676,174,0,1
676,169,0,1
677,51,0,1
677,151,0,2
677,20,1,3
@ -1671,14 +1671,14 @@ pokemon_id,ability_id,is_hidden,slot
678,158,1,3
679,99,0,1
680,99,0,1
681,184,0,1
681,176,0,1
682,131,0,1
682,166,1,3
682,165,1,3
683,131,0,1
683,166,1,3
684,186,0,1
683,165,1,3
684,175,0,1
684,84,1,3
685,186,0,1
685,175,0,1
685,84,1,3
686,21,0,1
686,126,0,2
@ -1687,10 +1687,10 @@ pokemon_id,ability_id,is_hidden,slot
687,126,0,2
687,151,1,3
688,97,0,1
688,188,0,2
688,181,0,2
688,124,1,3
689,97,0,1
689,188,0,2
689,181,0,2
689,124,1,3
690,38,0,1
690,143,0,2
@ -1698,44 +1698,44 @@ pokemon_id,ability_id,is_hidden,slot
691,38,0,1
691,143,0,2
691,91,1,3
692,179,0,1
693,179,0,1
692,178,0,1
693,178,0,1
694,8,0,1
694,87,0,2
694,94,1,3
695,8,0,1
695,87,0,2
695,94,1,3
696,185,0,1
696,173,0,1
696,69,1,3
697,185,0,1
697,173,0,1
697,69,1,3
698,183,0,1
698,174,0,1
698,117,1,3
699,183,0,1
699,174,0,1
699,117,1,3
700,56,0,1
700,56,0,2
700,181,1,3
700,182,1,3
701,7,0,1
701,84,0,2
701,104,1,3
702,169,0,1
702,167,0,1
702,53,0,2
702,57,1,3
703,29,0,1
703,5,1,3
704,157,0,1
704,93,0,2
704,176,1,3
704,183,1,3
705,157,0,1
705,93,0,2
705,176,1,3
705,183,1,3
706,157,0,1
706,93,0,2
706,176,1,3
706,183,1,3
707,158,0,1
707,178,1,3
707,170,1,3
708,30,0,1
708,119,0,2
708,139,1,3
@ -1760,9 +1760,9 @@ pokemon_id,ability_id,is_hidden,slot
715,151,0,1
715,119,0,2
715,140,1,3
716,172,0,1
717,171,0,1
718,167,0,1
716,187,0,1
717,186,0,1
718,188,0,1
10001,46,0,1
10002,46,0,1
10003,46,0,1
@ -1798,8 +1798,8 @@ pokemon_id,ability_id,is_hidden,slot
10024,154,0,1
10025,51,0,1
10025,151,0,2
10025,170,1,3
10026,184,0,1
10025,172,1,3
10026,176,0,1
10027,53,0,1
10027,119,0,2
10027,15,1,3
@ -1819,15 +1819,15 @@ pokemon_id,ability_id,is_hidden,slot
10032,119,0,2
10032,15,1,3
10033,47,0,1
10034,188,0,1
10034,181,0,1
10035,70,0,1
10036,179,0,1
10036,178,0,1
10037,36,0,1
10038,23,0,1
10039,180,0,1
10040,165,0,1
10039,184,0,1
10040,185,0,1
10041,104,0,1
10042,188,0,1
10042,181,0,1
10043,80,0,1
10044,15,0,1
10045,104,0,1
@ -1836,7 +1836,7 @@ pokemon_id,ability_id,is_hidden,slot
10048,94,0,1
10049,45,0,1
10050,3,0,1
10051,181,0,1
10051,182,0,1
10052,37,0,1
10053,111,0,1
10054,74,0,1

1 pokemon_id ability_id is_hidden slot
1602 648 32 0 1
1603 649 88 0 1
1604 650 65 0 1
1605 650 168 171 1 3
1606 651 65 0 1
1607 651 168 171 1 3
1608 652 65 0 1
1609 652 168 171 1 3
1610 653 66 0 1
1611 653 178 170 1 3
1612 654 66 0 1
1613 654 178 170 1 3
1614 655 66 0 1
1615 655 178 170 1 3
1616 656 67 0 1
1617 656 182 168 1 3
1618 657 67 0 1
1619 657 182 168 1 3
1620 658 67 0 1
1621 658 182 168 1 3
1622 659 169 167 0 1
1623 659 53 0 2
1624 659 37 1 3
1625 660 169 167 0 1
1626 660 53 0 2
1627 660 37 1 3
1628 661 145 0 1
1629 661 175 177 1 3
1630 662 49 0 1
1631 662 175 177 1 3
1632 663 49 0 1
1633 663 175 177 1 3
1634 664 14 0 1
1635 664 19 0 2
1636 664 132 1 3
1646 668 79 0 1
1647 668 127 0 2
1648 668 153 1 3
1649 669 173 166 0 1
1650 669 187 180 1 3
1651 670 173 166 0 1
1652 670 187 180 1 3
1653 671 173 166 0 1
1654 671 187 180 1 3
1655 672 157 0 1
1656 672 177 179 1 3
1657 673 157 0 1
1658 673 177 179 1 3
1659 674 89 0 1
1660 674 104 0 2
1661 674 113 1 3
1662 675 89 0 1
1663 675 104 0 2
1664 675 113 1 3
1665 676 174 169 0 1
1666 677 51 0 1
1667 677 151 0 2
1668 677 20 1 3
1671 678 158 1 3
1672 679 99 0 1
1673 680 99 0 1
1674 681 184 176 0 1
1675 682 131 0 1
1676 682 166 165 1 3
1677 683 131 0 1
1678 683 166 165 1 3
1679 684 186 175 0 1
1680 684 84 1 3
1681 685 186 175 0 1
1682 685 84 1 3
1683 686 21 0 1
1684 686 126 0 2
1687 687 126 0 2
1688 687 151 1 3
1689 688 97 0 1
1690 688 188 181 0 2
1691 688 124 1 3
1692 689 97 0 1
1693 689 188 181 0 2
1694 689 124 1 3
1695 690 38 0 1
1696 690 143 0 2
1698 691 38 0 1
1699 691 143 0 2
1700 691 91 1 3
1701 692 179 178 0 1
1702 693 179 178 0 1
1703 694 8 0 1
1704 694 87 0 2
1705 694 94 1 3
1706 695 8 0 1
1707 695 87 0 2
1708 695 94 1 3
1709 696 185 173 0 1
1710 696 69 1 3
1711 697 185 173 0 1
1712 697 69 1 3
1713 698 183 174 0 1
1714 698 117 1 3
1715 699 183 174 0 1
1716 699 117 1 3
1717 700 56 0 1
1718 700 56 0 2
1719 700 181 182 1 3
1720 701 7 0 1
1721 701 84 0 2
1722 701 104 1 3
1723 702 169 167 0 1
1724 702 53 0 2
1725 702 57 1 3
1726 703 29 0 1
1727 703 5 1 3
1728 704 157 0 1
1729 704 93 0 2
1730 704 176 183 1 3
1731 705 157 0 1
1732 705 93 0 2
1733 705 176 183 1 3
1734 706 157 0 1
1735 706 93 0 2
1736 706 176 183 1 3
1737 707 158 0 1
1738 707 178 170 1 3
1739 708 30 0 1
1740 708 119 0 2
1741 708 139 1 3
1760 715 151 0 1
1761 715 119 0 2
1762 715 140 1 3
1763 716 172 187 0 1
1764 717 171 186 0 1
1765 718 167 188 0 1
1766 10001 46 0 1
1767 10002 46 0 1
1768 10003 46 0 1
1798 10024 154 0 1
1799 10025 51 0 1
1800 10025 151 0 2
1801 10025 170 172 1 3
1802 10026 184 176 0 1
1803 10027 53 0 1
1804 10027 119 0 2
1805 10027 15 1 3
1819 10032 119 0 2
1820 10032 15 1 3
1821 10033 47 0 1
1822 10034 188 181 0 1
1823 10035 70 0 1
1824 10036 179 178 0 1
1825 10037 36 0 1
1826 10038 23 0 1
1827 10039 180 184 0 1
1828 10040 165 185 0 1
1829 10041 104 0 1
1830 10042 188 181 0 1
1831 10043 80 0 1
1832 10044 15 0 1
1833 10045 104 0 1
1836 10048 94 0 1
1837 10049 45 0 1
1838 10050 3 0 1
1839 10051 181 182 0 1
1840 10052 37 0 1
1841 10053 111 0 1
1842 10054 74 0 1