mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 20:43:42 +01:00
37 lines
948 B
JSON
37 lines
948 B
JSON
{
|
|
"dialogs": [
|
|
{
|
|
"ID": 0,
|
|
"dialog": "Pas sur que tu trouves grand chose ici, je suis le seul ici depuis cinquante ans.",
|
|
"isQuestion": 0,
|
|
"choice": "_",
|
|
"conclusion1": "_",
|
|
"next1": -1,
|
|
"conclusion2": "_",
|
|
"next2": -1,
|
|
"nextOther": -1
|
|
},
|
|
{
|
|
"ID": 1,
|
|
"dialog": "L'eglise de Champdubouc",
|
|
"isQuestion": 0,
|
|
"choice": "_",
|
|
"conclusion1": "_",
|
|
"next1": -1,
|
|
"conclusion2": "_",
|
|
"next2": -1,
|
|
"nextOther": -1
|
|
},
|
|
{
|
|
"ID": 2,
|
|
"dialog": "Passe moi ton fric !",
|
|
"isQuestion": 0,
|
|
"choice": "_",
|
|
"conclusion1": "_",
|
|
"next1": -1,
|
|
"conclusion2": "_",
|
|
"next2": -1,
|
|
"nextOther": -1
|
|
}
|
|
]
|
|
}
|