All Projects → kotofurumiya → Pokemon_data

kotofurumiya / Pokemon_data

全ポケモンのJSONデータです。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pokemon data

Ipokemon
PokéMon like game on iOS with Location Based Service.
Stars: ✭ 426 (+111.94%)
Mutual labels:  game, pokemon
Oakdex Pokedex
Ruby Gem and Node Package for comprehensive Generation 1-7 Pokedex data, including 809 Pokémon, uses JSON schemas to verify the data
Stars: ✭ 44 (-78.11%)
Mutual labels:  json, pokemon
Awesome Pokemon
🎮 A curated list of awesome Pokémon & Pokémon Go resources, tools and more.
Stars: ✭ 429 (+113.43%)
Mutual labels:  game, pokemon
Opmon
Currently moving the project to https://github.com/OpMonTeam/OpMon-Godot
Stars: ✭ 221 (+9.95%)
Mutual labels:  game, pokemon
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (-35.82%)
Mutual labels:  game, pokemon
Polishedcrystal
An upgrade to Pokémon Crystal. Brings features and content up to date, and adds some original content.
Stars: ✭ 374 (+86.07%)
Mutual labels:  game, pokemon
Pokemonunity
A framework to build Pokémon RPG games.
Stars: ✭ 934 (+364.68%)
Mutual labels:  game, pokemon
Widelands
Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.
Stars: ✭ 285 (+41.79%)
Mutual labels:  json, game
P3d Legacy
Legacy repository for the Pokémon3D Visual Basic version
Stars: ✭ 122 (-39.3%)
Mutual labels:  game, pokemon
Ipokemon Server
iPokeMon Server.
Stars: ✭ 119 (-40.8%)
Mutual labels:  game, pokemon
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+351.24%)
Mutual labels:  game, pokemon
Rpg Core
UNITY engine RPG framework
Stars: ✭ 146 (-27.36%)
Mutual labels:  game, pokemon
Tabtoy
高性能表格数据导出器
Stars: ✭ 1,302 (+547.76%)
Mutual labels:  json, game
Nano
Lightweight, facility, high performance golang based game server framework
Stars: ✭ 1,888 (+839.3%)
Mutual labels:  json, game
Fullscreenpokemon
A free HTML5 remake of the original Pokemon, expanded for modern browsing.
Stars: ✭ 153 (-23.88%)
Mutual labels:  game, pokemon
Jsonform
Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
Stars: ✭ 2,416 (+1101.99%)
Mutual labels:  json
Bounceback
Boomerang Zelda Homage for JS13k
Stars: ✭ 200 (-0.5%)
Mutual labels:  game
Droneworld
droneWorld: a 3D world map and a three.js playground
Stars: ✭ 197 (-1.99%)
Mutual labels:  game
Pokedex Angular App
For The Love Of Pokemon.
Stars: ✭ 197 (-1.99%)
Mutual labels:  pokemon
Dustracing2d
Dust Racing 2D is a traditional top-down car racing game including a level editor.
Stars: ✭ 199 (-1%)
Mutual labels:  game

pokemon_data

ポケットモンスターの全ポケモンの日本語データです。ご自由にお使いください。

data/pokemon_data.jsonファイルにデータが入っています。

収載しているデータ

  • 図鑑番号
  • 名前
  • フォーム名
  • 進化先
  • タイプ
  • 特性
  • 種族値

収載していないデータ

  • 覚える技
  • 倒して手に入る努力値
  • 野生出現時の持ち物
  • など

編集方法

必要なnpmパッケージをインストールします:

$ npm install

インストールできたら、手動でjsonファイルを編集してください。

編集したら、formatコマンドでフォーマットを整えます。

$ npm run format

最後に、validateコマンドでデータが正しいか検証してください:

$ npm run validate

ミスを発見したら

pokemon_dataは手動で入力しています。そのためデータの記載ミスが存在する場合があります。

ミスを発見した際は、issueを作成するか、 Twitterで@kfurumiya宛にリプライを飛ばしてください。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].