mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Added Permafrost Crystal item
This commit is contained in:
@@ -4,5 +4,6 @@ def setup(core, object):
|
||||
object.setStringAttribute('condition', '100/100')
|
||||
object.setStringAttribute('@obj_attr_n:color', 'Lava')
|
||||
object.setAttachment('radial_filename', 'item/tunable')
|
||||
object.setStringAttribute('@obj_attr_n:crystal_owner", "\\#D1F56F UNTUNED \\#FFFFFF ')
|
||||
return
|
||||
|
||||
+6
-1
@@ -1,4 +1,9 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
return
|
||||
object.setStringAttribute('condition', '100/100')
|
||||
object.setStringAttribute('@obj_attr_n:color', 'Permafrost')
|
||||
object.setAttachment('radial_filename', 'item/tunable')
|
||||
object.setStringAttribute('@obj_attr_n:crystal_owner", "\\#D1F56F UNTUNED \\#FFFFFF ')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user