mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 16:31:05 +02:00
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
-- 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/pokemon-gen1-recomp-project",
|
|
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 },
|
|
}
|