Skip to content

Rewards

Ben edited this page Jan 30, 2017 · 25 revisions

Rewards are defined usually under the Rewards Section (Some cases it is different), like so:

Rewards:

You can either list rewards files, like so:

Rewards:
- 'RewardFile1'
- 'RewardFile2'

Or have a reward file, like so:

Rewards: 'RewardFile1'

Or directly defined the rewards (This only works outside of reward files currently), like so:

Rewards:
  Money: 100
  # Anything that reward files can do can be done here
  # This auto converts into a reward file automatically and that is what the player gets

For everything that reward files can do can be seen here.

API can be found here.

Clone this wiki locally