Skip to content

Commit 084cfaf

Browse files
authored
Merge pull request #1909 from kjbranch/g-main-st-2
G-Mode Main St Pt 2. Add Many Variations
2 parents a80dbad + ebda32e commit 084cfaf

4 files changed

Lines changed: 732 additions & 494 deletions

File tree

logicalRequirements.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,16 @@ __Example:__
525525
]}
526526
```
527527

528+
#### itemCollectedAtNode object
529+
An `itemCollectedAtNode` object represents the need to have collected the item at a given node in the same room. For example, the existance of such an item could unintentionally be used to overload PLMs in G-mode assuming the item has spawned.
530+
531+
__Example:__
532+
```json
533+
{"requires": [
534+
{"itemCollectedAtNode": 1}
535+
]}
536+
```
537+
528538
### Lock-related objects
529539
This section contains logical elements that are affected by Lock type Objects attached to Nodes.
530540

0 commit comments

Comments
 (0)