From 5f3f37dc0a4117d70295da6ed9c302b25b15c5b4 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 22 Mar 2020 00:40:32 +0100 Subject: [PATCH] Characters --- characters.json | 20 +++++++++++++++++--- swchar.py | 1 - 2 files changed, 17 insertions(+), 4 deletions(-) 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" -