docs: document story engine and PR2 playable loop
This commit is contained in:
@@ -34,7 +34,9 @@ export const storyNodeDefs = [
|
||||
{
|
||||
id: 'threshold_listener',
|
||||
prose: ' ',
|
||||
triggers: [{ type: 'minResources', minResources: { coin: 3 }, targetNodeId: 'merchant_flavor' }],
|
||||
triggers: [
|
||||
{ type: 'minResources', minResources: { coin: 3 }, targetNodeId: 'merchant_flavor' },
|
||||
],
|
||||
},
|
||||
{ id: 'merchant_flavor', prose: '[Stub] A merchant remembers your face.' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user