Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Weapon / _Debug / Debug_Stick_Spawn_Deployable.json

Debug_Stick_Spawn_Deployable

Server/Item/Items/Weapon/_Debug/Debug_Stick_Spawn_Deployable.json, 1.9 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
PlayerAnimationsIdstring
Interactionsobject
IconPropertiesobject
Iconstring
DroppedItemAnimationstring
Tagsobject
Weaponobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Stick_Spawn_Deployable.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Developer",
  "ItemLevel": 40,
  "Model": "Items/Weapons/Stick/Stick.blockymodel",
  "Texture": "Items/Halloween_Props/Broomstick_Texture.png",
  "PlayerAnimationsId": "Stick",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "SpawnDeployableAtLocation",
          "OriginSource": "Entity",
          "OffsetRotationMode": "Full",
          "Offset": {
            "X": 0,
            "Y": 2,
            "Z": -5
          },
          "RotationYaw": "None",
          "Config": {
            "Type": "Aoe",
            "Id": "DebugDeployableAtLocation",
            "Shape": "Cylinder",
            "LiveDuration": 5,
            "MaxLiveCount": 3,
            "Model": "Deployable_Fire_Trap",
            "ModelScale": 1,
            "StartRadius": 1,
            "EndRadius": 5,
            "Height": 2,
            "RadiusChangeTime": 4,
            "DamageInterval": 2,
            "DamageAmount": 1,
            "DamageCause": "Fire",
            "ApplyEffects": [
              "Flame_Staff_Burn"
            ],
            "Invulnerable": true,
            "AttackOwner": false,
            "AttackTeam": false,
            "DebugVisuals": false,
            "WireframeDebugVisuals": true
          }
        }
      ],
      "Cooldown": {
        "Id": "DebugSpawnDeployable",
        "Cooldown": 5
      }
    }
  },
  "IconProperties": {
    "Scale": 0.25,
    "Rotation": [
      45.0,
      90.0,
      0.0
    ],
    "Translation": [
      -37.0,
      -41.0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Debug_Stick.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Staff"
    ]
  },
  "Weapon": {}
}