Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. object_draft_schematic_furniture_furniture_plants_potted_small = object_draft_schematic_furniture_shared_furniture_plants_potted_small:new {
  2.  
  3. templateType = DRAFTSCHEMATIC,
  4.  
  5. customObjectName = "Small Potted Plant, Style One",
  6.  
  7. craftingToolTab = 512, -- (See DraftSchemticImplementation.h)
  8. complexity = 15,
  9. size = 2,
  10.  
  11. xpType = "crafting_structure_general",
  12. xp = 110,
  13.  
  14. assemblySkill = "structure_assembly",
  15. experimentingSkill = "structure_experimentation",
  16. customizationSkill = "structure_customization",
  17.  
  18. customizationOptions = {},
  19. customizationStringNames = {},
  20. customizationDefaults = {},
  21.  
  22. ingredientTemplateNames = {"craft_furniture_ingredients_n", "craft_furniture_ingredients_n", "craft_furniture_ingredients_n"},
  23. ingredientTitleNames = {"pot", "tree", "greenery"},
  24. ingredientSlotType = {0, 0, 0},
  25. resourceTypes = {"mineral", "wood", "chemical"},
  26. resourceQuantities = {25, 20, 20},
  27. contribution = {100, 100, 100},
  28.  
  29.  
  30. targetTemplate = "object/tangible/furniture/all/frn_all_potted_plants_sml_s01.iff",
  31.  
  32. additionalTemplates = {
  33. "object/tangible/furniture/all/frn_all_potted_plants_sml_s02.iff"
  34. "object/tangible/furniture/all/frn_all_potted_plants_sml_s03.iff"
  35. }
  36.  
  37. }
  38. ObjectTemplates:addTemplate(object_draft_schematic_furniture_furniture_plants_potted_small, "object/draft_schematic/furniture/furniture_plants_potted_small.iff")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement