Added missing base_manufacture_schematic and generic_schematic templates.

This commit is contained in:
Redacted by Stellabellum INC
2014-03-02 09:11:21 -07:00
parent 2300dc63b6
commit ce887571f1
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
@base object/intangible/base/intangible_base.iff
@class manufacture_schematic_object_template 0
draftSchematic = ""
creator = ""
ingredients = [ ]
itemCount = 1
attributes = [ ]

View File

@@ -0,0 +1,8 @@
@base object/manufacture_schematic/base/base_manufacture_schematic.iff
@class manufacture_schematic_object_template 0
@class intangible_object_template 0
@class object_template 3
sharedTemplate="object/manufacture_schematic/shared_generic_schematic.iff"