Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / ProjectileConfigs / Weapons / Deployables / Projectile_Config_Healing_Totem_Deploy.json

Projectile_Config_Healing_Totem_Deploy

Server/ProjectileConfigs/Weapons/Deployables/Projectile_Config_Healing_Totem_Deploy.json, 2.0 KB

Fields

FieldType
Modelstring
Physicsobject
LaunchForcenumber
SpawnOffsetobject
SpawnRotationOffsetobject
Interactionsobject

Source

{
  "Model": "Healing_Totem_Projectile",
  "Physics": {
    "Type": "Standard",
    "Gravity": 15.0,
    "TerminalVelocityAir": 50,
    "TerminalVelocityWater": 15,
    "SticksVertically": false,
    "Bounciness": 0
  },
  "LaunchForce": 10.0,
  "SpawnOffset": {
    "X": 0.3,
    "Y": -0.5,
    "Z": -0.6
  },
  "SpawnRotationOffset": {
    "Pitch": 10.0,
    "Yaw": 5,
    "Roll": 0
  },
  "Interactions": {
    "ProjectileMiss": {
      "Interactions": [
        {
          "Type": "SpawnDeployableAtHitLocation",
          "Config": {
            "Type": "Aoe",
            "Shape": "Cylinder",
            "Id": "Healing_Totem",
            "AttackOwner": true,
            "AttackTeam": true,
            "LiveDuration": 10,
            "Model": "Healing_Totem",
            "ModelScale": 1.0,
            "StartRadius": 0.1,
            "EndRadius": 5,
            "Height": 2,
            "RadiusChangeTime": 2,
            "DamageInterval": 0.5,
            "DamageAmount": 0.0,
            "HitboxCollisionConfig": "HardCollision",
            "DeploySoundEventId": "SFX_Deployable_Totem_Heal_Spawn",
            "DespawnSoundEventId": "SFX_Deployable_Totem_Heal_Despawn",
            "ApplyEffects": [
              "Healing_Totem_Heal"
            ],
            "SpawnParticles": [
              {
                "SystemId": "Explosion_Medium",
                "TargetEntityPart": "Entity"
              },
              {
                "SystemId": "Totem_Heal_Simple_Test",
                "TargetEntityPart": "Entity",
                "Scale": 0.6
              },
              {
                "SystemId": "Totem_Heal_Extra",
                "TargetEntityPart": "Entity"
              }
            ],
            "DespawnParticles": [
              {
                "SystemId": "Explosion_Medium",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        },
        {
          "Type": "RemoveEntity",
          "Entity": "User"
        }
      ]
    }
  }
}