AndyScherrenberg/DnD-Generator-Backend

Remove Speed Table

Closed this issue · 1 comments

The Speed table is not needed, we don't want to spam a database with 100 of entries that are not needed.
The Race and Enemy entities need be upgraded for this.
This also not really great for inserting with the api, this means that we need to select an existing speed range with type or create one.

  • Speed: List<Int, SpeedType>, Unique SpeedType.

This has been changed and now works with a better lookup table to reduce data overlap