mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
26 lines
257 B
Python
26 lines
257 B
Python
import sys
|
|
|
|
def getLuck():
|
|
return 90
|
|
|
|
def getPrecision():
|
|
return 140
|
|
|
|
def getStrength():
|
|
return 140
|
|
|
|
def getConstitution():
|
|
return 0
|
|
|
|
def getStamina():
|
|
return 50
|
|
|
|
def getAgility():
|
|
return 140
|
|
|
|
def getHealth():
|
|
return 100
|
|
|
|
def getAction():
|
|
return 75
|