Files
NGECore2/scripts/roadmap/ithorian.py
T

26 lines
253 B
Python

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