-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicolas Schmitt
committed
Jul 31, 2016
1 parent
bcee6bd
commit c7e5ece
Showing
2 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
module.exports = { | ||
0: "Unknown", | ||
1: "Pokeball", | ||
2: "Great Ball", | ||
3: "Ultra Ball", | ||
4: "Master Ball", | ||
101: "Potion", | ||
102: "Super Potion", | ||
103: "Hyper Potion", | ||
104: "Max Potion", | ||
201: "Revive", | ||
202: "Max Revive", | ||
301: "Lure", | ||
401: "Incense", | ||
402: "Incense Spicy", | ||
403: "Incense Cool", | ||
404: "Incense Floral", | ||
501: "Troy Disk", | ||
602: "X Attack", | ||
603: "X Defense", | ||
604: "X Miracle", | ||
701: "Razberry", | ||
702: "Blukberry", | ||
703: "Weparberry", | ||
705: "Pinapberry", | ||
801: "Camera", | ||
901: "Incubator ∞", | ||
902: "Incubator", | ||
1001: "Pokemon Storage Upgrade", | ||
1002: "Item Storage Upgrade" | ||
0: "Unbekannt", | ||
1: "Pokéball", | ||
2: "Superball", | ||
3: "Hyperball", | ||
4: "Meisterball", | ||
101: "Trank", | ||
102: "Supertrank", | ||
103: "Hypertrank", | ||
104: "Top-Trank", | ||
201: "Beleber", | ||
202: "Top-Beleber", | ||
301: "Glücks-Ei", | ||
401: "Rauch", | ||
402: "Kräftiger-Rauch", | ||
403: "Kühler-Rauch", | ||
404: "Pflanzen-Rauch", | ||
501: "Lockmodul", | ||
602: "X-Angriff", | ||
603: "X-Abwehr", | ||
604: "X-Wunder", | ||
701: "Himmihbeere", | ||
702: "Morbbeere", | ||
703: "Nirbebeere", | ||
705: "Sananabeere", | ||
801: "Kamera", | ||
901: "Ei-Brutmaschine ∞", | ||
902: "Ei-Brutmaschine", | ||
1001: "Pokémon-Aufbewahung-Plus", | ||
1002: "Beutel-Plus" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters