Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Last active November 6, 2016 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KinoAR/abb3a84d114b9efab8c566e9673ffce6 to your computer and use it in GitHub Desktop.
Save KinoAR/abb3a84d114b9efab8c566e9673ffce6 to your computer and use it in GitHub Desktop.
A basic JSON template for the EISLibrarium RPGMAKER MV Plugin
[
{
"title": "A Testing Guide",
"pages": [
{
"pageNumber": 1,
"pageText": "This is the first page.\\TX[Dic-Anime]"
},
{
"pageNumber": 2,
"pageText": "This is page 2 of the book."
}
]
},
{
"title": "Lilia",
"pages": [
{
"pageNumber": 1,
"pageText": "Lilia was a made from the town of Chrystal."
},
{
"pageNumber": 2,
"pageText": "This is page 2 of the book. This is a very long string of text however, so hello there!"
},
{
"pageNumber": 3,
"pageText": "Chrystal is a village of extreme wonder, \\I[33] and it was treated as such by many. One had to be careful how they treated the villages there; it was certaintly not easy to get along."
}
]
},
{
"title": "Empty Book",
"pages": [
{
"pageNumber": 1,
"pageText": "This is the first page."
},
{
"pageNumber": 2,
"pageText": "This is page 2 of the book"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment