Dungeon Crawler Toolkit

Just submitted a new DCT update to Epic! It should be live in a few days. Check out my Trello for an overview (The list titles v.1.1): Trello

The biggest change is the modular item rules, which allow you to define rules for when and where items can be added to/removed from slots and when they can be used. Rules are added to two new arrays in the item data table and defined within two new types of Object blueprints. This consolidates a lot of the rules that were previously spread over multiple locations, such as needing to have enough mana to use an item, not being allowed to pick up passive powers, having to wait for item cooldown etc.

Utilizing these new rules I’ve also added bows that require ammo and a greataxe that requires two hands to use.

Also: Secret doors!

v1.1 (sent to Epic)

  • Modular item rules for when items can be added to/removed from slots and when they can be used
  • Secret doors
  • Bows with ammo
  • Two-handed weapons
  • Warning text for illegal actions
1 Like