Files
NGECore2/scripts/roadmap/commando_1a.py
T

26 lines
255 B
Python

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