mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
9 lines
140 B
Python
9 lines
140 B
Python
|
|
|
|
def itemTemplates():
|
|
|
|
templates=['object/weapon/ranged/rifle/shared_rifle_cdef.iff']
|
|
return templates
|
|
|
|
def itemChances():
|
|
return [70] |