Sheet.max point character sheet
Body Sheet.stat['Body']
Mind Sheet.stat['Mind']
Soul Sheet.stat['Soul']
Health: Sheet.stat['Health'] Energy: Sheet.stat['Energy']
Shock value: Sheet.stat['Shock'] ACV/DCV: Sheet.stat['CV']/Sheet.stat['CV']-2
Normal Attributes:
for y in [ x.show() for x in Sheet.Attributes['Normal'] ]: print y
Special Attributes:
for y in [ x.show() for x in Sheet.Attributes['Special'] ]: print y
Normal Defects:
for y in [ x.show() for x in Sheet.Defects['Normal'] ]: print y
Special Defects:
for y in [ x.show() for x in Sheet.Defects['Special'] ]: print y
Skills: 20 points, Sheet.Skills['Skillset'] costs.
To be done later.