remove json on gitignore

This commit is contained in:
bgiraudr 2022-02-18 00:01:46 +01:00
parent f997efb737
commit df3e9ab714
6 changed files with 46 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,7 +3,7 @@
/build-cg
/*.g1a
/*.g3a
*.json
/assets-cg/maps/**/*.json
*~
/images

View File

@ -0,0 +1,7 @@
{
"name":"Charge",
"id":2,
"pp":25,
"atk":15,
"precision":100
}

View File

@ -0,0 +1,7 @@
{
"name":"Cheat",
"id":3,
"pp":25,
"atk":45,
"precision":100
}

View File

@ -0,0 +1,7 @@
{
"name":"Deuxième",
"id":1,
"pp":100,
"atk":11,
"precision":50
}

View File

@ -0,0 +1,7 @@
{
"name":"Test capacité",
"id":0,
"pp":5,
"atk":20,
"precision":50
}

View File

@ -0,0 +1,17 @@
{
"name":"test",
"sprite":"test",
"stats":{
"atk":10,
"def":10,
"pv":20,
"level":1,
"xp":300,
"max_pv":20
},
"moves":[
0,
1,
2
]
}