The Alchemist Code Wiki

READ MORE

The Alchemist Code Wiki
Register
Advertisement

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

return {
  iname = "String",

  -- Labels
--  name = "String", -- In Loc
--  expr = "String", -- In Loc

  -- Graphics
  icon = "String",

  -- Type
  type = "Integer",
  type_detail = "Integer",
  slot = "Integer",
  fix = "Integer",
  cap = "Integer",

  -- Skills
  skl1 = {"String", dataRef="MasterParam/Skill"},
  skl2 = {"String", dataRef="MasterParam/Skill"},
  skl3 = {"String", dataRef="MasterParam/Skill"},
  skl4 = {"String", dataRef="MasterParam/Skill"},
  skl5 = {"String", dataRef="MasterParam/Skill"},
  skl6 = {"String", dataRef="MasterParam/Skill"},
  skl7 = {"String", dataRef="MasterParam/Skill"},
  skl8 = {"String", dataRef="MasterParam/Skill"},
  skl9 = {"String", dataRef="MasterParam/Skill"},
  skl10 = {"String", dataRef="MasterParam/Skill"},
  lv1 = "Integer",
  lv2 = "Integer",
  lv3 = "Integer",
  lv4 = "Integer",
  lv5 = "Integer",
  lv6 = "Integer",
  lv7 = "Integer",
  lv8 = "Integer",
  lv9 = "Integer",
  lv10 = "Integer",

  -- Restrictions
  units = {"String", list="|", dataRef="MasterParam/Unit"},
  units_cnds_type = "Integer",
  jobs = {"String", list="|", dataRef="MasterParam/Job"},
  jobs_cnds_type = "Integer",
  birth = "String",
  sex = "Integer",
  elem = "Integer",
  rmin = "Integer",
  rmax = "Integer",
}

--[==[ References
	Artifact:[[
		abils:[AB_AF_ACCS_OTHIMA_01_WA, AB_AF_ACCS_OTHIMA_01_WA_B, AB_AF_ACCS_OTHIMA_01_WA_B2]
	]],
	CollaboSkill:[[
		abid:AB_COLLABO_LIESBET
	]],
	ConceptCard:[[
		effects:[[
			abil_iname:AB_01_LUST_OTHIMA_01
		]]
	]],
	DynamicTransformUnit:[[
		upper_to_abid:AB_AOT_G_REIN01_UPPER
	]],
	Job:[[
		fixabl:AB_DGN_UPPER,
		me_abl:AB_ME_DGR,
		ranks:[[
			learn1:AB_DGN_SKY_HIGH
		]]
	]],
	QuestClearUnlockUnitData:[[
		parent_id:AB_MAC_SHINE_UPPER,
		new_id:AB_RAKI01_REACTION_B,
		old_id:AB_RAKI01_REACTION
	]],
	Skill:[[
		ac_fr_ab_id:AB_AF_ARMO_MONZOTM_02_WA_2,
		ac_to_ab_id:AB_AF_ARMO_MONZOTM_02_WA_3,
		ab_rp_tgt_ids:[AB_HWIZ_REACTION],
		ab_rp_chg_ids:[AB_NEICA_MA_HWIZ_REACTION]
	]],
	SkillAbilityDerive:[[
		base_abils:[AB_WEA_REACTION],
		derive_abils:[AB_AF_ACCS_KLIMA_01_WA]
	]],
	Tobira:[[
		learn_abils:[[
			abil_iname:AB_FA_LUST_TB_2,
			abil_overwrite:AB_SPE_FIRE_SUPPORT_02
		]]
	]],
	Unit:[[
		ability:AB_ANK_DARK_STREAM
	]]
]==]
Advertisement