Canonical game data for OLManager — competitions, teams, players, staff, and content catalogs.
competitions/ # 43 league manifests (LEC, LCK, LCS, etc.)
teams/ # 345+ team rosters
players/ # 1,600+ player profiles
staffs/ # Coaching and support staff
social/ # Social media accounts and templates
news/ # News storyline templates
messages/ # In-game message triggers
- This repo is a git submodule of olmanager-data-manager and OLManager
- Data changes are proposed via the data manager, reviewed as GitHub Issues, and merged as PRs
- The game consumes data via
git submodule update --remote - Every merged PR is an audit trail entry:
git log -- <file>shows who changed what and when
- Use the OLManager Data Manager to browse and propose changes
- Proposals are reviewed as GitHub Issues with deterministic diffs
- Approved changes become PRs in this repo
- A maintainer merges the PR → data is live
See the companion repo olmanager-data-manager for TypeScript type definitions.