You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
647 B
JSON

{
"listePersonnage":[
{
"nom":"test",
"pVieMax":10,
"pVie":10,
"pAttaque":20,
"arme":"",
"armure":"",
"bourse":100
}
],
"listeSalle":[
{"positionX":0,
"positionY":0,
"sortie":false,
"monstre":[{"nom":"premiermonstre",
"pAttaque":5}
],
"porte":[{"ouvert":true,
"position":"H"}]
}
],
"listeArme":[
{"nom":"arme1",
"prix":10,
"resistance":10,
"pArme":10}],
"listeArmure":[ {"nom":"armure1",
"prix":10,
"resistance":10,
"pArmure":10}]
}