Difference between revisions of "Project Phoenix 2 Overrides"
(Created page with "*Back to Main Page ==Welcome==") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | *[[Project_Phoenix_2|Back to Main Page]] | + | *[[Project_Phoenix_2#Scripts|Back to Main Page]] |
==Welcome== | ==Welcome== | ||
+ | Here is a listing and brief description going over the core modifications, most are just general hooks into the system to load table data and functions needed by the Project Phoenix systems. | ||
+ | ==Overrides== | ||
+ | *player.lua - hook to the handler for equip and unequip of items using the item property system. | ||
+ | *scriptcommands.lua - hooks to the command functions and command initilization | ||
+ | *globals/main.lua - hook for the item property system |
Latest revision as of 16:57, 21 August 2019
Welcome
Here is a listing and brief description going over the core modifications, most are just general hooks into the system to load table data and functions needed by the Project Phoenix systems.
Overrides
- player.lua - hook to the handler for equip and unequip of items using the item property system.
- scriptcommands.lua - hooks to the command functions and command initilization
- globals/main.lua - hook for the item property system