mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
10 lines
222 B
Python
10 lines
222 B
Python
|
|
def itemNames():
|
|
|
|
templates=['antenna','brain','eye','gland','heart','stomach']# leg, Nerve Complex, organ missing
|
|
|
|
return templates
|
|
|
|
def itemChances():
|
|
chances=[16.66,16.66,16.66,16.66,16.66,16.66]
|
|
return chances |