ScottLilly/SOSCSRPG

Changing default inventory requires updating code instead of game files

Opened this issue · 0 comments

Describe the bug
GetPlayer in CharacterCreationViewModel sets the players default inventory of items and recipes. This requires a game developer to change the C# code instead of just changing their game files.

To Reproduce
Steps to reproduce the behavior:

  1. Want to change the player default inventory.
  2. Realize you need to change GetPlayer in CharacterCreationViewModel instead of modifying the game files.

Expected behavior
The default player inventory should be configurable in the game files and not hard-coded in the C# code.