Files
2014-09-21 17:11:47 -05:00

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