-- Sharing metadata (25-community-and-ecosystem.md 3.2). Read by tooling -- and the manager detail pane; never by the loader's merge. return { summary = "A teal player recolor derived from your own cache, plus two palette records.", author = "Pokemon Gen 1 Recompilation Project", contact = "https://github.com/bryanthaboi/pokemon-gen1-recomp-project", tags = { "cosmetic", "graphics", "beginner" }, screenshots = { { transform = "shots/pallet_town.lua", caption = "Pallet Town under the recolored palette" }, }, differences = { changed = { "SPRITE_RED and SPRITE_RED_BIKE opt into trueColor", "the PALLET town palette is recolored", }, added = { "EXAMPLE_SHINY palette record" }, known = { "the derived sheets only appear after a ROM import; without a cache " .. "the transform writes nothing and the vanilla sheets keep rendering", }, }, credits = { { who = "pret/pokered", for_ = "the overworld sheet layout the transform recolors" }, }, compat = { engine = ">=1.0.0 <2.0.0", modApi = 2 }, }