Characters
This commit is contained in:
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user