This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Major refactor

David Greeson requested to merge major-refactor into master

Created by: HighSaltLevels

Major Refactor of the Code

  • Bundle the config files into the binary
  • Use object references instead of dict lookups
  • Refactor the game configs to better fit object references

Bug Fix

  • Fix a bug where fire emblem 7 item overrides did not apply

Add Cath Override

Cath's default behavior is to loot until she can't loot anymore and then immediately leave the map. If she randomizes into a class that cannot use lock picks, then she will just leave on the first turn that she moves. Instead, replace the lock pick with a chest key and give her a door key. So she'll at least do something before leaving.

Merge request reports