mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
26 lines
253 B
Python
26 lines
253 B
Python
import sys
|
|
|
|
def getLuck():
|
|
return 40
|
|
|
|
def getPrecision():
|
|
return 0
|
|
|
|
def getStrength():
|
|
return 40
|
|
|
|
def getConstitution():
|
|
return 60
|
|
|
|
def getStamina():
|
|
return 0
|
|
|
|
def getAgility():
|
|
return 60
|
|
|
|
def getHealth():
|
|
return 100
|
|
|
|
def getAction():
|
|
return 75
|