-- 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 courier in Viridian lost a parcel in Pewter. Fetch it for a NUGGET.", author = "Pokemon Gen 1 Recompilation Project", contact = "https://github.com/bryanthaboi/gen1recomp", tags = { "quest", "story", "scripting" }, differences = { changed = { "the Viridian gambler and the Pewter super nerd gain quest branches; " .. "their vanilla lines still play on every other branch", }, added = { "EXAMPLE_LOST_PARCEL_PARCEL key item", "{EXAMPLE_PARCEL_REWARD} text token", "example_lost_parcel:count_ask script verb", "example_lost_parcel:base_nerd_chat script verb, which replays the " .. "super nerd's base conversation the quest branches around", "an ambient parallel script on PEWTER_CITY while the parcel is lost", }, known = { "the parcel can be tossed from the bag; the quest then stalls at the reminder line" }, }, credits = { { who = "pret/pokered", for_ = "the TEXT_ constants and base conversations this composes with" }, }, compat = { engine = ">=1.0.0 <2.0.0", modApi = 2 }, }