The Alchemist Code Wiki

READ MORE

The Alchemist Code Wiki
Register
Advertisement

Documentation for this module may be created at Module:Data/Model/CustomTarget/doc

return {
  iname    = "String",
  
  -- Element Flags
  shine    = "Integer", -- Light
  dark     = "Integer", -- Dark
  fire     = "Integer", -- Fire
  water    = "Integer", -- Water
  thunder  = "Integer", -- Thunder
  wind     = "Integer", -- Wind
  
  -- Other Flags
  sex	   = "Integer", -- Sex
  birth_id = "Integer", -- Origin ID

  -- References
  concept_card_groups = {"String", dataRef="MasterParam/ConceptCardGroup", list=","}, -- Concept card groups
  units = {"String", dataRef="MasterParam/Unit", list=","}, -- Units
  unit_groups = {"String", dataRef="MasterParam/UnitGroup", list=","}, -- Unit groups
  jobs = {"String", dataRef="MasterParam/Job", list=","}, -- Jobs
  job_groups = {"String", dataRef="MasterParam/JobGroup", list=","}, -- Job groups
}
Advertisement