mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Script integration
A few example .py scripts Improvements on the lootservice design
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplates():
|
||||
|
||||
templates=['1','2','3']
|
||||
return templates
|
||||
|
||||
def itemChances():
|
||||
return [1,2,3]
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplates():
|
||||
|
||||
templates=['1','2','3','Flawless']
|
||||
return templates
|
||||
|
||||
def itemChances():
|
||||
return [60,20,10,5]
|
||||
Reference in New Issue
Block a user