GPS Monster Scouter Wiki
No edit summary
Tags: Visual edit apiedit
No edit summary
Tags: Visual edit apiedit
Line 5: Line 5:
 
* icon - Image that will represent the item.
 
* icon - Image that will represent the item.
 
* desc - The description that will be displayed in the information button.
 
* desc - The description that will be displayed in the information button.
  +
"items": {<br>
  +
"Cool Item": {"icon": "coolitem.png", "desc": "A cool description!"},<br>
  +
"Awesome TM": {"icon": "awesome_tm.png"}<br>
  +
},
 
''Note: If you listed any TMs in the Type TMs section, you will have to define them here.''
 
''Note: If you listed any TMs in the Type TMs section, you will have to define them here.''
   
 
== Trainer Images ==
 
== Trainer Images ==
 
This section is where you will list all the images the player will be able to use a player sprite on their profile card.
 
This section is where you will list all the images the player will be able to use a player sprite on their profile card.
  +
"trainerImages": [<br>
  +
"PlayerImageMale.png",<br>
  +
"PlayerImageFemale.png"<br>
  +
],

Revision as of 02:12, 23 June 2017

Return to JSON Overview

Items

This section is where you can define items available in the game.

  • icon - Image that will represent the item.
  • desc - The description that will be displayed in the information button.
"items": {
"Cool Item": {"icon": "coolitem.png", "desc": "A cool description!"},
"Awesome TM": {"icon": "awesome_tm.png"}
},

Note: If you listed any TMs in the Type TMs section, you will have to define them here.

Trainer Images

This section is where you will list all the images the player will be able to use a player sprite on their profile card.

"trainerImages": [
"PlayerImageMale.png",
"PlayerImageFemale.png"
],