Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Models / Livestock / Cow.json

Cow

Server/Models/Livestock/Cow.json, 10.3 KB

Fields

FieldType
Modelstring
Texturestring
EyeHeightnumber
CrouchOffsetnumber
HitBoxobject
MinScalenumber
MaxScalenumber
DetailBoxesobject
AnimationSetsobject
RandomAttachmentSetsobject
Iconstring

Source

{
  "Model": "NPC/Livestock/Cow/Models/Model.blockymodel",
  "Texture": "NPC/Livestock/Cow/Models/Texture.png",
  "EyeHeight": 1.4,
  "CrouchOffset": -0.3,
  "HitBox": {
    "Max": {
      "X": 0.8,
      "Y": 1.7,
      "Z": 0.8
    },
    "Min": {
      "X": -0.8,
      "Y": 0,
      "Z": -0.8
    }
  },
  "MinScale": 0.9,
  "MaxScale": 1.1,
  "DetailBoxes": {
    "Head": [
      {
        "Offset": {
          "X": 0,
          "Y": 1.6,
          "Z": -1.1
        },
        "Box": {
          "Max": {
            "X": 0.35,
            "Y": 0.3,
            "Z": 0.35
          },
          "Min": {
            "X": -0.35,
            "Y": -0.5,
            "Z": -0.35
          }
        }
      }
    ],
    "Body": [
      {
        "Offset": {
          "X": 0,
          "Y": 0,
          "Z": 0
        },
        "Box": {
          "Max": {
            "X": 0.4,
            "Y": 1.7,
            "Z": 0.4
          },
          "Min": {
            "X": -0.4,
            "Y": 0,
            "Z": -0.4
          }
        }
      },
      {
        "Offset": {
          "X": 0,
          "Y": 0,
          "Z": 0.55
        },
        "Box": {
          "Max": {
            "X": 0.4,
            "Y": 1.7,
            "Z": 0.4
          },
          "Min": {
            "X": -0.4,
            "Y": 0,
            "Z": -0.4
          }
        }
      },
      {
        "Offset": {
          "X": 0,
          "Y": 0,
          "Z": -0.55
        },
        "Box": {
          "Max": {
            "X": 0.4,
            "Y": 1.7,
            "Z": 0.4
          },
          "Min": {
            "X": -0.4,
            "Y": 0,
            "Z": -0.4
          }
        }
      }
    ]
  },
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Idle.blockyanim",
          "SoundEventId": "SFX_Cow_Idle"
        }
      ]
    },
    "Walk": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Walk.blockyanim",
          "Speed": 0.75,
          "SoundEventId": "SFX_Cow_Walk"
        }
      ]
    },
    "WalkBackward": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Walk_Backward.blockyanim"
        }
      ]
    },
    "Run": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Run.blockyanim"
        }
      ]
    },
    "RunBackward": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Run_Backward.blockyanim"
        }
      ]
    },
    "Sprint": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Sprint.blockyanim",
          "Speed": 1.2
        }
      ]
    },
    "StepWalk": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Step_Walk.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false
        }
      ]
    },
    "StepRun": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Step_Run.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false
        }
      ]
    },
    "StepSprint": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Step_Sprint.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false
        }
      ]
    },
    "Crouch": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Crouch.blockyanim",
          "BlendingDuration": 0.1
        }
      ]
    },
    "CrouchWalk": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Crouch_Walk.blockyanim",
          "BlendingDuration": 0.1,
          "Speed": 0.8
        }
      ]
    },
    "CrouchWalkBackward": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Crouch_Walk_Backward.blockyanim",
          "BlendingDuration": 0.1
        }
      ]
    },
    "Jump": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Jump.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "Speed": 0.8
        }
      ]
    },
    "JumpWalk": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Jump.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "Speed": 0.8
        }
      ]
    },
    "JumpRun": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Jump_Run.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "Speed": 0.8
        }
      ]
    },
    "JumpSprint": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Jump_Run.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "Speed": 0.8
        }
      ]
    },
    "Fall": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Fall.blockyanim",
          "BlendingDuration": 0.4
        }
      ]
    },
    "Alerted": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Alerted.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Cow_Alerted"
        }
      ]
    },
    "Curious": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Flavor/Curious.blockyanim"
        }
      ]
    },
    "Search": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Flavor/Search.blockyanim"
        }
      ]
    },
    "FlyIdle": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Fly/Fly_Idle.blockyanim"
        }
      ]
    },
    "Fly": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Fly/Fly.blockyanim"
        }
      ]
    },
    "FlyBackward": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Fly/Fly_Backward.blockyanim"
        }
      ]
    },
    "FlyFast": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Fly/Fly_Fast.blockyanim"
        }
      ]
    },
    "SwimIdle": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim_Idle.blockyanim",
          "Speed": 1.5
        }
      ]
    },
    "Swim": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim.blockyanim",
          "Speed": 2
        }
      ]
    },
    "SwimBackward": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim_Backward.blockyanim",
          "Speed": 2
        }
      ]
    },
    "SwimFast": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim_Fast.blockyanim",
          "Speed": 1.5
        }
      ]
    },
    "SwimJump": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim_Jump.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false
        }
      ]
    },
    "SwimFloat": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim_Float.blockyanim"
        }
      ]
    },
    "SwimSink": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim_Sink.blockyanim"
        }
      ]
    },
    "SwimDive": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim.blockyanim",
          "Speed": 1.5
        }
      ]
    },
    "SwimDiveBackward": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim_Backward.blockyanim",
          "Speed": 2
        }
      ]
    },
    "SwimDiveFast": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Swim/Swim_Fast.blockyanim",
          "Speed": 1.5
        }
      ]
    },
    "Hurt": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Damage/Hurt.blockyanim",
          "BlendingDuration": 0.1,
          "Looping": false,
          "SoundEventId": "SFX_Cow_Hurt"
        }
      ]
    },
    "Death": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Damage/Death.blockyanim",
          "Looping": false,
          "SoundEventId": "SFX_Cow_Death"
        }
      ]
    },
    "Laydown": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Laydown.blockyanim",
          "BlendingDuration": 0.2,
          "Looping": false
        }
      ]
    },
    "Sleep": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Sleep.blockyanim",
          "SoundEventId": "SFX_Cow_Sleep"
        }
      ]
    },
    "Wake": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Wake.blockyanim",
          "Looping": false
        }
      ]
    },
    "Spawn": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Spawn.blockyanim",
          "BlendingDuration": 0,
          "Looping": false
        }
      ]
    },
    "IdlePassive": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Flavor/Chew.blockyanim"
        },
        {
          "Animation": "NPC/Livestock/Cow/Animations/Flavor/Look_Around.blockyanim"
        },
        {
          "Animation": "NPC/Livestock/Cow/Animations/Flavor/Shake.blockyanim"
        }
      ]
    },
    "Eat": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Flavor/Eat.blockyanim"
        }
      ]
    },
    "Moo": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Flavor/Moo.blockyanim",
          "Looping": false
        }
      ]
    },
    "GreetAnimation": {
      "Animations": [
        {
          "Animation": "NPC/Livestock/Cow/Animations/Default/Idle.blockyanim",
          "Looping": false,
          "Speed": 1
        }
      ]
    }
  },
  "RandomAttachmentSets": {
    "Fleece": {
      "Wool": {
        "Model": "NPC/Livestock/Cow/Models/Attachments/Udder.blockymodel",
        "Texture": "NPC/Livestock/Cow/Models/Texture.png"
      }
    }
  },
  "Icon": "Icons/ModelsGenerated/Cow.png"
}