Majic-Jungle / sapiens-mod-creation

Official tools and examples for mod creation in the game Sapiens
MIT License
54 stars 12 forks source link

Expose planHelper.lua locals (see description) #35

Closed SirLich closed 2 months ago

SirLich commented 2 months ago

Here are the three locals that we need expose to the module:

  1. completedSkillsByTribeID
  2. discoveriesByTribeID
  3. craftableDiscoveriesByTribeID

Optional, but I think destinationsByID could be good as well.

mjdave commented 2 months ago

Exposed in 0.6.0.63