Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / NPC / Roles / _Core / Tests / Combat / Test_Death_Particles.json

Test_Death_Particles

Server/NPC/Roles/_Core/Tests/Combat/Test_Death_Particles.json, 1.0 KB

Fields

FieldType
Typestring
$Commentstring
Appearancestring
DeathAnimationTimenumber
MotionControllerListarray[1]
TestTypestring
MaxHealthobject
Parametersobject
DropDeathItemsInstantlyboolean
DropListstring
SpawnParticlesstring
DeathParticlesstring
Instructionsarray[1]
NameTranslationKeystring

Source

{
  "Type": "Generic",
  "$Comment": "DoubleTestCheck",
  "Appearance": "Zombie",
  "DeathAnimationTime": 1,
  "MotionControllerList": [
    {
      "Type": "Walk",
      "MaxWalkSpeed": 2,
      "RunThreshold": 0.7,
      "RunThresholdRange": 0.1,
      "Gravity": 10,
      "MaxFallSpeed": 20,
      "Acceleration": 10,
      "MaxClimbHeight": 1,
      "DescendFlatness": 0.7,
      "DescendSpeedCompensation": 0.5
    }
  ],
  "TestType": "Normal",
  "MaxHealth": { "Compute": "MaxHealth" },
  "Parameters": {
    "MaxHealth": {
      "Value": 100,
      "Description": "Max health for the NPC"
    }
  },
  "DropDeathItemsInstantly": false,
  "DropList": "Drop_Cow",
  "SpawnParticles": "Explosion_Big",
  "DeathParticles": "Explosion_Big",
  "Instructions": [
    {
      "Instructions": [
        {
          "Sensor": {
            "Type": "Any"
          },
          "Actions": [
            {
              "Type": "Nothing"
            }
          ]
        }
      ]
    }
  ],
  "NameTranslationKey": "server.npcRoles.Test_Death_Particles.name"
}