mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Merge pull request #937 from zingzing175/master
Loot Collections, see extended.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_glass_shelf_book_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [1]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_glass_shelf_02_01','static_item_d','col_glass_shelf_02_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_glass_shelf_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'col_glass_shelf_chapter1'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_glass_shelf_book_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [2]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_glass_shelf_02_02','static_item_d','col_glass_shelf_02_02']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_glass_shelf_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'col_glass_shelf_chapter2'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_glass_shelf_book_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [3]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_glass_shelf_02_03','static_item_d','col_glass_shelf_02_03']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_glass_shelf_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'col_glass_shelf_chapter3'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_glass_shelf_book_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [4]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_glass_shelf_02_04','static_item_d','col_glass_shelf_02_04']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_glass_shelf_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'col_glass_shelf_chapter4'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_glass_shelf_book_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [5]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_glass_shelf_02_05','static_item_d','col_glass_shelf_02_05']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_glass_shelf_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'col_glass_shelf_chapter5'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,19 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_holo_emitter_light_source.iff']
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_holo_emitter_light_source_02_01','static_item_d','col_holo_emitter_light_source_02_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_holo_emitter_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'holo_emitter_part_02'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,19 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_holo_emitter_receptor.iff']
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_holo_emitter_receptor_02_01','static_item_d','col_holo_emitter_receptor_02_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_holo_emitter_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'holo_emitter_part_03'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,19 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_holo_emitter_photo_detector.iff']
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_holo_emitter_photo_detector_02_01','static_item_d','col_holo_emitter_photo_detector_02_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_holo_emitter_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'holo_emitter_part_05'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,19 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_holo_emitter_curcuit.iff']
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_holo_emitter_circuit_02_01','static_item_d','col_holo_emitter_circuit_02_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_holo_emitter_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'holo_emitter_part_04'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -0,0 +1,19 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_col_holo_emitter_processor.iff']
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','col_holo_emitter_processor_02_01','static_item_d','col_holo_emitter_processor_02_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'col_holo_emitter_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'holo_emitter_part_01'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [1]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_01','static_item_d','item_collection_housing_improvement_04_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_01'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [10]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_10','static_item_d','item_collection_housing_improvement_04_10']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_10'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [2]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_02','static_item_d','item_collection_housing_improvement_04_02']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_02'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [3]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_03','static_item_d','item_collection_housing_improvement_04_03']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_03'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [4]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_04','static_item_d','item_collection_housing_improvement_04_04']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_04'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [5]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_05','static_item_d','item_collection_housing_improvement_04_05']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_05'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [6]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_06','static_item_d','item_collection_housing_improvement_04_06']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_06'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [7]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_07','static_item_d','item_collection_housing_improvement_04_07']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_07'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [8]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_08','static_item_d','item_collection_housing_improvement_04_08']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_08'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_04.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [9]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_04_09','static_item_d','item_collection_housing_improvement_04_09']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_04'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_04_09'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [1]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_01','static_item_d','item_collection_housing_improvement_03_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_01'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [10]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_10','static_item_d','item_collection_housing_improvement_03_10']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_10'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [2]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_02','static_item_d','item_collection_housing_improvement_03_02']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_02'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [3]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_03','static_item_d','item_collection_housing_improvement_03_03']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_03'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [4]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_04','static_item_d','item_collection_housing_improvement_03_04']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_04'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [5]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_05','static_item_d','item_collection_housing_improvement_03_05']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_05'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [6]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_06','static_item_d','item_collection_housing_improvement_03_06']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_06'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [7]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_07','static_item_d','item_collection_housing_improvement_03_07']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_07'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [8]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_08','static_item_d','item_collection_housing_improvement_03_08']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_08'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_03.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [9]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_03_09','static_item_d','item_collection_housing_improvement_03_09']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_03'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_03_09'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [1]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_01','static_item_d','item_collection_housing_improvement_01_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_01'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [10]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_10','static_item_d','item_collection_housing_improvement_01_10']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_10'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [2]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_02','static_item_d','item_collection_housing_improvement_01_02']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_02'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [3]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_03','static_item_d','item_collection_housing_improvement_01_03']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_03'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [4]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_04','static_item_d','item_collection_housing_improvement_01_04']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_04'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [5]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_05','static_item_d','item_collection_housing_improvement_01_05']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_05'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [6]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_06','static_item_d','item_collection_housing_improvement_01_06']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_06'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [7]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_07','static_item_d','item_collection_housing_improvement_01_07']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_07'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [8]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_08','static_item_d','item_collection_housing_improvement_01_08']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_08'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_01.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [9]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_01_09','static_item_d','item_collection_housing_improvement_01_09']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_01'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_01_09'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [1]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_01','static_item_d','item_collection_housing_improvement_02_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_01'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [1]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_10','static_item_d','item_collection_housing_improvement_02_10']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_10'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [2]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_02','static_item_d','item_collection_housing_improvement_02_02']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_02'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [3]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_03','static_item_d','item_collection_housing_improvement_02_03']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_03'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [4]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_04','static_item_d','item_collection_housing_improvement_02_04']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_04'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [5]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_05','static_item_d','item_collection_housing_improvement_02_05']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_05'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [6]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_06','static_item_d','item_collection_housing_improvement_02_06']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_06'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [7]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_07','static_item_d','item_collection_housing_improvement_02_07']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_07'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [8]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_08','static_item_d','item_collection_housing_improvement_02_08']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_08'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_02.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [9]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_02_09','static_item_d','item_collection_housing_improvement_02_09']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_02'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_02_01'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [1]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_01','static_item_d','item_collection_housing_improvement_05_01']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_01'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [10]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_10','static_item_d','item_collection_housing_improvement_05_10']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_10'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [2]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_02','static_item_d','item_collection_housing_improvement_05_02']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_02'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [3]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_03','static_item_d','item_collection_housing_improvement_05_03']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_03'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [4]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_04','static_item_d','item_collection_housing_improvement_05_04']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_04'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [5]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_05','static_item_d','item_collection_housing_improvement_05_05']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_05'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [6]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_06','static_item_d','item_collection_housing_improvement_05_06']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_06'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [7]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_07','static_item_d','item_collection_housing_improvement_05_07']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_07'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [8]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_08','static_item_d','item_collection_housing_improvement_05_08']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_08'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_housing_improvement_05.iff']
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'customattributes'
|
||||
|
||||
def customizationAttributes():
|
||||
return ['/private/index_color_1']
|
||||
|
||||
def customizationValues():
|
||||
return [9]
|
||||
|
||||
def STFparams():
|
||||
|
||||
return ['static_item_n','item_collection_housing_improvement_05_09','static_item_d','item_collection_housing_improvement_05_09']
|
||||
|
||||
def AddToCollection():
|
||||
|
||||
return 'housing_improvement_05'
|
||||
|
||||
def CollectionItemName():
|
||||
|
||||
return 'housing_improvement_05_09'
|
||||
|
||||
def stackable():
|
||||
|
||||
return 1
|
||||
@@ -1,4 +1,7 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
return
|
||||
print ('test')
|
||||
object.setAttachment('CollectionItemName', 'blackfalcon_01')
|
||||
object.setAttachment('radial_filename', 'item/world_collection')
|
||||
return
|
||||
|
||||
@@ -6,10 +6,13 @@ def createRadial(core, owner, target, radials):
|
||||
radials.add(RadialOptions(0, 7, 1, ''))
|
||||
radials.add(RadialOptions(0, 21, 3, '@collection:consume_item'))
|
||||
return
|
||||
|
||||
def handleSelection(core, owner, target, option):
|
||||
|
||||
def handleSelection(core, actor, target, option):
|
||||
if option == 21 and target:
|
||||
core.collectionService.addCollection(owner, target.getStfName().rsplit('_n', 1)[0])
|
||||
core.objectService.useObject(owner, target)
|
||||
if target.getAttachment('CollectionItemName'):
|
||||
print (target.getAttachment('CollectionItemName'))
|
||||
if core.collectionService.isComplete(actor, target.getAttachment('CollectionItemName')) == False:
|
||||
core.collectionService.addCollection(actor, target.getAttachment('CollectionItemName'))
|
||||
core.objectService.useObject(actor, target)
|
||||
core.objectService.destroyObject(target)
|
||||
return
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
from resources.common import RadialOptions
|
||||
import sys
|
||||
|
||||
def createRadial(core, owner, target, radials):
|
||||
radials.add(RadialOptions(0, 21, 1, ''))
|
||||
radials.add(RadialOptions(0, 7, 1, ''))
|
||||
radials.add(RadialOptions(0, 21, 3, '@collection:consume_item'))
|
||||
return
|
||||
|
||||
def handleSelection(core, actor, target, option):
|
||||
if option == 21 and target:
|
||||
if target.getAttachment('CollectionItemName'):
|
||||
print (target.getAttachment('CollectionItemName'))
|
||||
core.collectionService.addCollection(actor, target.getAttachment('CollectionItemName'))
|
||||
core.objectService.useObject(actor, target)
|
||||
core.objectService.destroyObject(target)
|
||||
return
|
||||
Reference in New Issue
Block a user