diff options
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index d3d0507..065db97 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -81,9 +81,13 @@ "flags": ["Floor"] }, "homeportal": { + "arguments": [["dedup_id", "string"], ["allowed", "list", []], ["dedup_priority", "int", 0]], + "extract": {"allowed": ["Whitelist", "allowed"], "dedup_priority": ["Dedup", "priority"]}, "components": [ ["RoomExit", {"destination": "_home+{player}", "dest_pos": ""}], - ["Interactable", {"action": ["interaction", ["visit", "_home+{player}"]]}] + ["Interactable", {"action": ["interaction", ["visit", "_home+{player}"]]}], + ["Whitelist", {"allowed": ["arg", "allowed"]}], + ["Dedup", {"id": ["arg", "dedup_id"], "priority": ["arg", "dedup_priority"]}] ], "flags": ["Floor"] }, |
