Files
NGECore2/scripts/roadmap/wookiee.py
T

26 lines
253 B
Python

import sys
def getLuck():
return 0
def getPrecision():
return 10
def getStrength():
return 85
def getConstitution():
return 85
def getStamina():
return 40
def getAgility():
return 0
def getHealth():
return 100
def getAction():
return 75