arkutils / Purlovia

Project Purlovia - digging up Ark data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support property inheritance for any component

coldino opened this issue · comments

Need to following changes to property gathering:

  • Split gathered properties by component type
  • Discard values from overridden layers of inherited properties
  • Provide a new, separate method for gathering with custom priority (e.g. DCSCs)
  • Enable "alternate" stat extraction mechanism from #44
  • Provide a simple mechanism for (optionally) picking up global defaults from #56

The remaining tasks have been moved to issues #63 and #44. This task is essentially done.