Files
NGECore2/scripts/roadmap/force_sensitive_1a.py
T

26 lines
257 B
Python

import sys
def getLuck():
return 30
def getPrecision():
return 30
def getStrength():
return 100
def getConstitution():
return 40
def getStamina():
return 40
def getAgility():
return 120
def getHealth():
return 100
def getAction():
return 75