-
Notifications
You must be signed in to change notification settings - Fork 2
How to add a new item
Anton K edited this page May 14, 2018
·
2 revisions
/mud_advanture/shared/items.js
"name_of_item": { id: 0, dropAmount: 0, dropRate: 0, actions: {} }
id must be a unique int id
dropAmount the amount that will be added to players inventory
dropRate the chance the item will be added to players inventory
actions optional, see How to add actions tutorial.