Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.50 KB | None | 0 0
  1. lightsaberTraining = Object:new {
  2.  
  3.  
  4.  
  5.    objectName = "A Training Lightsaber", -- name of the lua Object
  6.  
  7.    stfName = "sword_lightsaber_training",
  8.  
  9.    stfFile = "weapon_name",
  10.  
  11.    objectCRC = 3899605882,
  12.  
  13.    groupName = "craftSaberTraining",
  14.  
  15.  
  16.  
  17.    craftingToolTab = 1,
  18.  
  19.    complexity = 16,
  20.  
  21.    size = 1,
  22.  
  23.  
  24.  
  25.    xpType = "jedi_general",
  26.  
  27.    xp = 120,
  28.  
  29.  
  30.  
  31.    assemblySkill = "weapon_assembly",
  32.  
  33.    experimentationSkill = "weapon_experimentation",
  34.  
  35.  
  36.  
  37.    ingredientTemplateNames = "craft_weapon_ingredients_n", "craft_weapon_ingredients_n", "craft_weapon_ingredients_n", "craft_weapon_ingredients_n", "craft_weapon_ingredients_n", "craft_weapon_ingredients_n", "craft_weapon_ingredients_n",
  38.  
  39.    ingredientTitleNames = "emitter_shroud", "primary_crystal", "activator", "handgrip", "focusing_crystals", "power_field_insulator", "energizers",
  40.  
  41.    ingredientSlotType = "0, 2, 0, 0, 2, 0, 0",
  42.  
  43.    resourceTypes = "mineral", "object/tangible/component/weapon/lightsaber/shared_lightsaber_refined_crystal_pack.iff", "metal", "chemical", "object/tangible/component/weapon/lightsaber/shared_lightsaber_refined_crystal_pack.iff", "gas", "metal",
  44.  
  45.    resourceQuantities = "10, 1, 10, 12, 1, 10, 10",
  46.  
  47.    combineTypes = "0, 1, 0, 0, 1, 0, 0",
  48.  
  49.    contribution = "100, 100, 100, 100, 100, 100, 100",
  50.  
  51.  
  52.  
  53.    numberExperimentalProperties = "1, 1, 2, 2, 2, 2, 2, 1, 1, 1",
  54.  
  55.    experimentalProperties = "XX", "XX", "CD", "OQ", "CD", "OQ", "CD", "OQ", "SR", "UT", "CD", "OQ", "OQ", "OQ", "OQ",
  56.  
  57.    experimentalWeights = "1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1",
  58.  
  59.    experimentalGroupTitles = "null", "null", "expDamage", "expDamage", "expDamage", "expDamage", "expEffeciency", "expEffeciency", "expEffeciency", "expEffeciency",
  60.  
  61.  
  62.  
  63.    experimentalSubGroupTitles = "null", "null", "mindamage", "maxdamage", "attackspeed", "woundchance", "forcecost", "attackhealthcost", "attackactioncost", "attackmindcost",
  64.  
  65.    experimentalMin = "0, 0, 50, 130, 4.8, 2, 15, 20, 35, 40",
  66.  
  67.    experimentalMax = "0, 0, 70, 170, 4.5, 10, 18, 15, 25, 25",
  68.  
  69.    experimentalPrecision = "0, 0, 0, 0, 0, 0, 0, 0, 0, 0",
  70.  
  71.  
  72.  
  73.    tanoAttributes = "objecttype=131079:objectcrc=3675065336:stfFile=weapon_name:stfName=sword_lightsaber_training:stfDetail=:itemmask=65535:customattributes=damagetype=7;:",
  74.  
  75.  
  76.  
  77.    customizationOptions = "",
  78.  
  79.    customizationDefaults = "",
  80.  
  81.    customizationSkill = "weapon_customization"
  82.  
  83. }
  84.  
  85. DraftSchematics:addDraftSchematic(lightsaberTraining, 3899605882)--- Add to global DraftSchematics table
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement