Files
NGECore2/scripts/roadmap/officer_1a.py
T
2013-11-17 16:00:47 +01:00

26 lines
255 B
Python

import sys
def getLuck():
return 20
def getPrecision():
return 70
def getStrength():
return 50
def getConstitution():
return 80
def getStamina():
return 80
def getAgility():
return 60
def getHealth():
return 100
def getAction():
return 75