Adventure
Server/Entity/GameMode/Adventure.json, 326 B
Fields
| Field | Type |
|---|---|
PermissionGroups | array[1] |
InteractionsOnEnter | object |
Source
{
"PermissionGroups": [
"Adventure"
],
"InteractionsOnEnter": {
"Interactions": [
{
"Type": "Simple",
"Effects": {
"LocalSoundEventId": "SFX_Avatar_Powers_Disable_Local",
"WorldSoundEventId": "SFX_Avatar_Powers_Disable"
}
}
]
}
}