Template:API CharacterData

From BattleMaster Wiki
Jump to navigation Jump to search

XML

<xml>
 <nobledata>
  <id> integer </id>
  <name> string </name>
  <family> string </family>
  <active> string </active>
  <gender> string </gender>
  <age> integer </age>
  <continent> string </continent>
  <continentid> string </continentid>
  <faith> string </faith>
  <realm> string </realm>
  <mainclass> string </mainclass>
  <subclass> string </subclass>
  <honour> integer </honour>
  <prestige> integer </prestige>
  <rank> string </rank>
  <titles> comma-separated list of strings </titles>
  <ruler> string </ruler>
  <region>string</region>
  <duchy> string </duchy>
  <description> string </description>
  <portrait> string </portrait>
 </nobledata>
</xml>

JSON

{
   "nobledata": {
       "id": integer,
       "name": string,
       "family": string,
       "active": string,
       "gender": string,
       "age": integer,
       "continent": string,
       "continentid": string,
       "faith": string,
       "realm": string,
       "mainclass": string,
       "subclass": string,
       "honour": integer,
       "prestige": integer,
       "rank": string,
       "titles": comma-separated list of strings,
       "ruler": string,
       "region": string,
       "duchy": string,
       "description": string,
       "portrait": string
   }
}