Files
NGECore2/scripts/roadmap/bounty_hunter_1a.py
T

26 lines
255 B
Python

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