-
Notifications
You must be signed in to change notification settings - Fork 2
Character.json
sdtv9507 edited this page Apr 9, 2021
·
1 revision

- faceImage: A String that represents a path to a image.
- name: A String
- class: An int that represents the id of a class defined in Class.json
- description: A String
- initialLevel: An int
- maxLevel: An int
- equip_types: A dictionary of String(the id) and int representing Weapon or Armor Types defined in System.json
- initial_equip: A dictionary of String(the id) and int representing a Weapon or Armor. Depends on Initial Equip Types defined on System.json. Uses -1 for no equipment
- Effects: Unfinished