![]() |
RPGlite Starter Kit
1.0.0
Starting RPG projects made easy.
|
On the toolbar, under Tools, you can find the category RPGlite. Hover the mouse over it and click on Item Creator.
A pop-up window will open with all the fields you may edit.
Each field corresponds to:
After filling all the field, click Create Item. If the item creation was successful, you will see a console message similar to the following image:
If you desire to remove an existing item, choose the item by name from the drop-down menu, and click Remove Item. The software will handle correcting item IDs, by order of appearance in the items.json file.
If there is anything you need that the UI is not capable of, open the items.json file inside the Resources folder.
To add a new item, write a new entry following the sample items, each with a unique itemId. For example:
You can edit them as you wish, and if you expand upon the system, you may add more details here. Do not forget that each item requires a unique itemId, and it is also advised to use unique itemName for each entry, as when loaded by name, only the first item found is retrieved.