diff --git a/.gitignore b/.gitignore index 00945df..9ccbbfc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ /build-cg /*.g1a /*.g3a -*.json +/assets-cg/maps/**/*.json *~ /images diff --git a/assets-cg/capacites/Charge.json b/assets-cg/capacites/Charge.json new file mode 100644 index 0000000..1dec32f --- /dev/null +++ b/assets-cg/capacites/Charge.json @@ -0,0 +1,7 @@ +{ + "name":"Charge", + "id":2, + "pp":25, + "atk":15, + "precision":100 +} diff --git a/assets-cg/capacites/Cheat.json b/assets-cg/capacites/Cheat.json new file mode 100644 index 0000000..2d05065 --- /dev/null +++ b/assets-cg/capacites/Cheat.json @@ -0,0 +1,7 @@ +{ + "name":"Cheat", + "id":3, + "pp":25, + "atk":45, + "precision":100 +} diff --git a/assets-cg/capacites/Deuxieme.json b/assets-cg/capacites/Deuxieme.json new file mode 100644 index 0000000..9508df8 --- /dev/null +++ b/assets-cg/capacites/Deuxieme.json @@ -0,0 +1,7 @@ +{ + "name":"Deuxième", + "id":1, + "pp":100, + "atk":11, + "precision":50 +} diff --git a/assets-cg/capacites/TestCapacite.json b/assets-cg/capacites/TestCapacite.json new file mode 100644 index 0000000..74b8e81 --- /dev/null +++ b/assets-cg/capacites/TestCapacite.json @@ -0,0 +1,7 @@ +{ + "name":"Test capacité", + "id":0, + "pp":5, + "atk":20, + "precision":50 +} diff --git a/assets-cg/monsters/test.json b/assets-cg/monsters/test.json new file mode 100644 index 0000000..25bbb0a --- /dev/null +++ b/assets-cg/monsters/test.json @@ -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 + ] +}