This module is for developers only. It helps to write system agnostic foundry vtt modules.
Beaver's System Interface is an interface for often used system dependent functionalities. When you write your module you just call the methods of this interface instead of writing system dependend code. It should speed up your development as well as gives your module the ability to work instantly for multiple Systems.
Beavers System Interface: Is an interface with some default implementations for common system dependent functionalities.
BSA-X: Beavers System Adapter for System x is an implementation of Beavers System Interface for System X.
The intention is that BSA-X implementations are kept small and simple, while complex algorithm are implemented within BSI.
[List of known supported systems](https://github.com/AngryBeaver/beavers-system-interface/wiki/BSA-x-links)