Project Phoenix 2 Merchant Outfits

From Legends of Aria Admin and Modding Wiki
Revision as of 17:59, 10 August 2019 by Gizmo (talk | contribs) (Welcome)
Jump to: navigation, search

Welcome

The Outfits system is used to simply create randomized outfits. It is a series of tables for various aspects of outfits, with some helper functions to draw from the random tables and generate your random outfit.

Files

Below is a list of all the files that involve the merchant outfit system.

  • scripts\merchants\outfits\equipment_colors.lua
  • scripts\merchants\outfits\equipment_hues.lua
  • scripts\merchants\outfits\outfits.lua
  • scripts\merchants\outfits\outfits_helpers.lua