@maka/maka-cli 5.154.0 → 5.155.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.155.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 3.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 3.x applications using React.",
|
|
@@ -279,11 +279,22 @@ take ground. Build it accordingly:
|
|
|
279
279
|
// the runner heard at the noodle stand pays off as foreshadowing when
|
|
280
280
|
// the next job turns out to be tangled in exactly that (see
|
|
281
281
|
// Game.advanceRumor).
|
|
282
|
+
// A NAME REFERRING TO SOMEONE ELSE (8jSvzdWGvAk27PoYr): the rumor
|
|
283
|
+
// sometimes names a real hub fixture by name -- e.g. "Mama Wu's cousin
|
|
284
|
+
// swears..." -- and a model connecting the job to it stationed a
|
|
285
|
+
// brand-new "Mama Wu" NPC of its own, at a freshly-invented room, right
|
|
286
|
+
// alongside the real Mama Wu the runner already knows from the hub. The
|
|
287
|
+
// rumor is HEARSAY the runner carries INTO this scene, not a cast list;
|
|
288
|
+
// anyone it names by name lives back home and stays there.
|
|
282
289
|
const rumorBlock = rumor
|
|
283
290
|
? `\nSTREET RUMOR the runner has been hearing around their home district: "${rumor}"
|
|
284
291
|
Let this job CONNECT to the rumor -- as its cause, its consequence, or the truth behind it.
|
|
285
292
|
The connection should be discoverable in play (the client's briefing, an NPC's talk, a
|
|
286
|
-
document), not just implied by the title
|
|
293
|
+
document), not just implied by the title. If the rumor names someone by name (a hub fixture
|
|
294
|
+
like a fixer, vendor, or contact), that person is NOT part of this job's cast -- they stay
|
|
295
|
+
back in the home district. Reference them only in passing (a mention, a rumor of their own);
|
|
296
|
+
never give them an npcs[] entry or a room of their own in THIS scene. Every npc and room this
|
|
297
|
+
job stations the runner with must be new and specific to this job.`
|
|
287
298
|
: '';
|
|
288
299
|
return `
|
|
289
300
|
You are generating the STRUCTURE (skeleton) of a self-contained Shadowrun-flavored text
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.155.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 3.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 3.x applications using React.",
|