Difference between revisions of "Project Phoenix 2 Item Properties"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Welcome)
Line 2: Line 2:
 
==Welcome==
 
==Welcome==
 
The item property system heavily relies on the mobile mod system designed by Citadel Studios. It allows you to use the 42 properties that come with the system. The system was designed for the usage of a Diablo 2 or Ultima Online style loot system. It also comes with an end game item Editor to allow you to design weapons, armor,  and jewelry in game with an easy to use user interface.
 
The item property system heavily relies on the mobile mod system designed by Citadel Studios. It allows you to use the 42 properties that come with the system. The system was designed for the usage of a Diablo 2 or Ultima Online style loot system. It also comes with an end game item Editor to allow you to design weapons, armor,  and jewelry in game with an easy to use user interface.
 +
==Files==
 +
Below is a list of all the files that involve the dialog system or where the core structure is.
 +
*scripts/commands/item_properties/scriptcommands_item_properties.lua
 +
*scripts/player/handle_item_properties.lua
 +
*scripts/item_properties/incl_item_properties.lua
 +
*scripts/item_properties/item_properites.lua

Revision as of 16:22, 28 July 2019

Welcome

The item property system heavily relies on the mobile mod system designed by Citadel Studios. It allows you to use the 42 properties that come with the system. The system was designed for the usage of a Diablo 2 or Ultima Online style loot system. It also comes with an end game item Editor to allow you to design weapons, armor, and jewelry in game with an easy to use user interface.

Files

Below is a list of all the files that involve the dialog system or where the core structure is.

  • scripts/commands/item_properties/scriptcommands_item_properties.lua
  • scripts/player/handle_item_properties.lua
  • scripts/item_properties/incl_item_properties.lua
  • scripts/item_properties/item_properites.lua