Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add description && add Persona file into game #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/games/bannedGames/china/bannedList.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
{
"name":"I.G.I.-2: Convert Strike",
"reason":"Banned because of 'intentionally blackening China and the Chinese army's image.'"
},
{
"name":"Grand Theft Auto V",
"reason":"Banned for allowing crime and killing peole in game"
WenheLI marked this conversation as resolved.
Show resolved Hide resolved
WenheLI marked this conversation as resolved.
Show resolved Hide resolved
}
]
}
30 changes: 30 additions & 0 deletions data/games/persona.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"description":"Series of Persona and their details",
"source": "https://en.wikipedia.org/wiki/Persona_(series)",
"games":{
"Revelations: Persona":{
"year": "09-20-1996",
"platforms": ["PlayStation", "Microsoft Windows", "PlayStation Portable"]
},
"Persona 2: Innocent Sin":{
"year":"07-24-1999",
"platforms": ["PlayStation", "PlayStation Portable"]
},
"Persona 2: Eternal Punishment":{
"year":"07-29-2000",
"platforms": ["PlayStation", "PlayStation Portable"]
},
"Persona 3":{
"year":"07-13-2006",
"platforms": ["PlayStation 2", "PlayStation Portable"]
},
"Persona 4":{
"year":"07-10-2008",
"platforms": ["PlayStation 2", "PlayStation Vita"]
},
"Persona 5":{
"year":"09-15-2016",
"platforms": ["PlayStation 3", "PlayStation 4"]
}
}
}
1 change: 1 addition & 0 deletions data/games/pokemon.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Pokemon Illustrations",
WenheLI marked this conversation as resolved.
Show resolved Hide resolved
"source": "https://github.com/UberGames/iPokedex-DB",
"pokemon": [
{
Expand Down