Powers is a local python3 program which is intended as a proof of concept for a separate more robust program.
The intention is to allow easy query and data location of powers available to players in the player facing rulebook of the Shadow Accord LARP operated by NWLARPers.
http://nwlarpers.org/
At its root, the software is capabable of showing all unique instances of a power, in the Shadow Accord Rulebook using the following information:
- Power Name
- Tree Name
- Power Type
- Meta Type
- ST_Only Powers
- Breachable Powers
Powers is designed using Python3 and SQLite.
- Values for Power Name and Tree Name to be 'like' - Will be superceeded by dynamic query creation
- Break out SQL queries to separate Variable
- Input Sanitization
- Validation Dictionary for Type and Meta Type
- continues via https://github.com/cryocube/bottled_powers.git