ddon-server/Arrowgene.Ddon.Scripts/scripts/game_items
Paul Campbell 0832e5938f refactor: Change #load root in scripts
Change the #load path to be the script root directory. This makes it
easier to support vscode autocompletion for everyone with less setup.
It also forces scripts to apprend the "lib/" prefix when loading
libraries making it more clear where the file comes from. Added a new
libs file to help with auto completions being easier to setup. Updated
the README.md in the root script directory with directions.
2025-02-26 15:35:52 -05:00
..
README.md feat: Implement the EXM "Recurrence of Darkness" 2025-02-26 10:28:00 -05:00
RookiesRing.csx refactor: Change #load root in scripts 2025-02-26 15:35:52 -05:00

Game Items

This module handles the implementation of items which requires the server to be involved.

  • When creating a new game_item, create a csx file which matches the name of the item.
  • If an item has many settings or complex settings, create a new settings file for the item under settings/game_items, named the same as the Item.csx