mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
23 lines
246 B
Python
23 lines
246 B
Python
import sys
|
|
|
|
def chest2():
|
|
return "35.70"
|
|
|
|
def pants1():
|
|
return "21.43"
|
|
|
|
def hat():
|
|
return "14.27"
|
|
|
|
def bracer_upper_l():
|
|
return "7.15"
|
|
|
|
def bracer_upper_r():
|
|
return "7.15"
|
|
|
|
def bicep_l():
|
|
return "7.15"
|
|
|
|
def bicep_r():
|
|
return "7.15"
|
|
|