feat(roms): add Obsidian vault knowledge base for 75 library romhacks
build-romhack-vault.py generates pokemon-romhack-vault/: one note per hack (YAML properties + tags + summary + links), an Index MOC (Dataview + static table), a Types taxonomy, and per-platform MOCs. Dataset is the single source of truth — edit + re-run to extend.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Game Boy Color (GBC) — 9 hacks
|
||||
|
||||
```dataview
|
||||
TABLE base, version, status, type
|
||||
FROM "Hacks"
|
||||
WHERE platform = "GBC"
|
||||
SORT file.name ASC
|
||||
```
|
||||
|
||||
## Static
|
||||
|
||||
| Hack | Base | Version | Status | Type |
|
||||
|---|---|---|---|---|
|
||||
| [[Ambrosia]] | Crystal | 2.4.0 | Ongoing | New Experience |
|
||||
| [[Crystal Clear]] | Crystal | 2.5.7 | Complete | New Experience, QoL |
|
||||
| [[Crystal Inheritance]] | Crystal | 1.0.3 | Complete | New Experience |
|
||||
| [[Crystal Kaizo]] | Crystal | 1.0 | Complete | Difficulty |
|
||||
| [[Low Budget Crystal]] | Crystal | — | Complete | Vanilla+, QoL |
|
||||
| [[Orange]] | Crystal | — | Complete | New Experience |
|
||||
| [[Peridot]] | Crystal | 2.2.3 | Ongoing | New Experience |
|
||||
| [[Polished Crystal]] | Crystal | 3.2.3 | Complete | Vanilla+, QoL, Expansion |
|
||||
| [[Prism]] | Crystal | 1.0 | Complete | New Experience |
|
||||
|
||||
[[Index|← back to directory]]
|
||||
Reference in New Issue
Block a user