Skip to content

Commit 32e8fe3

Browse files
committed
Add remaining strats
1 parent 0e1d14e commit 32e8fe3

4 files changed

Lines changed: 559 additions & 466 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)