diff --git a/characters.json b/characters.json index f6dc5e3..cb98515 100644 --- a/characters.json +++ b/characters.json @@ -1,10 +1,24 @@ { - "Test": { - "Name": "Bingo", + "Template": { + "Name": "", "Species": "", "Career": "", "Specialization Trees": [], "Soak": 0, - "Wound Threshold": 0 + "Wound Threshold": 0, + "Wounds": 0, + "Strain Threshold": 0, + "Strain": 0, + "Defense, Ranged": 0, + "Defense, Melee": 0, + "Force Rating": 0, + "Characteristics": { + "Brawn": 0, + "Agility": 0, + "Intellect": 0, + "Cunning": 0, + "Willpower": 0, + "Presence": 0 + } } } \ No newline at end of file diff --git a/swchar.py b/swchar.py index af2ff78..0f0ecc3 100644 --- a/swchar.py +++ b/swchar.py @@ -17,4 +17,3 @@ def charData(user : str, key : str,cmd : str = ""): return "Couldn't find that data. Are you sure you spelled it correctly?" else: return "You don't have a character. You can make one with !swchar" -