/Content

All content (monsters, items, droptables, etc) for Land of the Rair

Primary LanguageJavaScript

Content

All of the content for Land of the Rair.

To develop/test this content, you need Node 12 or higher.

Setup

  • npm install

Development

  • Create an __assets folder
  • Place the contents of https://github.com/LandOfTheRair/Assets/archive/master.zip in there (there should be __assets/spritesheets)
  • Open any map with Tiled
  • See the Map Creation Guide for more info

Active Development (Linked to Game)

If you've linked your Content folder to the game (following this guide), you can use npm run watch to actively watch content changes here and rebuild them automatically.