mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
28 lines
288 B
Python
28 lines
288 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
|
|
|
|
def getRewards(name):
|
|
return |