Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Entity / GameMode / HardcoreSpectator.json

HardcoreSpectator

Server/Entity/GameMode/HardcoreSpectator.json, 931 B

Fields

FieldType
Parentstring
DeathScreenMessagestring
OverrideAllInteractionsboolean
InteractionOverridesobject

Source

{
  "Parent": "Spectator",
  "DeathScreenMessage": "server.customUI.respawnPage.hardcoreMessage",
  "OverrideAllInteractions": true,
  "InteractionOverrides": {
    "Primary": {
      "Interactions": [
        {
          "Type": "SpectateControl",
          "Action": "Prev"
        }
      ],
      "RequireNewClick": true,
      "CarryInteractionHint": "server.carryInteractionHints.spectatePreviousPlayer"
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "SpectateControl",
          "Action": "Next"
        }
      ],
      "RequireNewClick": true,
      "CarryInteractionHint": "server.carryInteractionHints.spectateNextPlayer"
    },
    "Ability1": {
      "Interactions": [
        {
          "Type": "SpectateControl",
          "Action": "Detach"
        }
      ],
      "RequireNewClick": true,
      "CarryInteractionHint": "server.carryInteractionHints.spectateFreeCamera"
    }
  }
}