Kitten
Server/Models/Pets/Kitten.json, 2.5 KB
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
AnimationSets | object |
Icon | string |
IconProperties | object |
Source
{
"Model": "NPC/Pets/Kitten/Models/Model.blockymodel",
"Texture": "NPC/Pets/Kitten/Models/Kitten_Texture.png",
"EyeHeight": 0.7,
"HitBox": {
"Max": {
"X": 0.3,
"Y": 0.9,
"Z": 0.3
},
"Min": {
"X": -0.3,
"Y": 0,
"Z": -0.3
}
},
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Idle.blockyanim"
}
]
},
"Walk": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Walk.blockyanim"
}
]
},
"WalkBackward": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Walk_Backward.blockyanim"
}
]
},
"Run": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Run.blockyanim"
}
]
},
"Jump": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Jump.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"JumpWalk": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Jump_Far.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"JumpRun": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Jump_Far.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"Alerted": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Alerted.blockyanim",
"BlendingDuration": 0.1
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Hurt.blockyanim",
"BlendingDuration": 0.1,
"Looping": false
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Death.blockyanim",
"Looping": false
}
]
},
"Sleep": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Sleep.blockyanim"
}
]
},
"Search": {
"Animations": [
{
"Animation": "NPC/Pets/Cat/Animations/Search.blockyanim"
}
]
}
},
"Icon": "Icons/ModelsGenerated/Kitten.png",
"IconProperties": {
"Scale": 0.4,
"Rotation": [
0,
327,
0
],
"Translation": [
6,
-35
]
}
}