Characters

This commit is contained in:
NikolajDanger
2020-03-22 00:40:32 +01:00
parent b95fe9270b
commit 5f3f37dc0a
2 changed files with 17 additions and 4 deletions

View File

@ -1,10 +1,24 @@
{ {
"Test": { "Template": {
"Name": "Bingo", "Name": "",
"Species": "", "Species": "",
"Career": "", "Career": "",
"Specialization Trees": [], "Specialization Trees": [],
"Soak": 0, "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
}
} }
} }

View File

@ -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?" return "Couldn't find that data. Are you sure you spelled it correctly?"
else: else:
return "You don't have a character. You can make one with !swchar" return "You don't have a character. You can make one with !swchar"