mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
8 lines
272 B
Python
8 lines
272 B
Python
|
|
def itemTemplates():
|
|
|
|
templates=['object/tangible/loot/misc/shared_damaged_datapad.iff','object/tangible/loot/npc_loot/shared_red_wiring_generic.iff','object/tangible/loot/npc_loot/shared_worklight_generic.iff']
|
|
return templates
|
|
|
|
def itemChances():
|
|
return [70,50,40] |