Emberwulf
Server/Models/Beast/Emberwulf.json, 5.4 KB
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
MinScale | number |
MaxScale | number |
Camera | object |
AnimationSets | object |
Particles | array[3] |
Source
{
"Model": "NPC/Beast/Emberwulf/Models/Model.blockymodel",
"Texture": "NPC/Beast/Emberwulf/Models/Texture.png",
"EyeHeight": 1.4,
"CrouchOffset": -0.2,
"HitBox": {
"Max": {
"X": 0.9,
"Y": 1.7,
"Z": 0.9
},
"Min": {
"X": -0.9,
"Y": 0,
"Z": -0.9
}
},
"MinScale": 0.8,
"MaxScale": 1.2,
"Camera": {
"Pitch": {
"AngleRange": {
"Max": 30,
"Min": -45
},
"TargetNodes": [
"Head"
]
},
"Yaw": {
"AngleRange": {
"Max": 45,
"Min": -45
},
"TargetNodes": [
"Head"
]
}
},
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Idle.blockyanim"
}
]
},
"Walk": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Walk.blockyanim",
"SoundEventId": "SFX_Emberwulf_Walk",
"Speed": 1
}
]
},
"WalkBackward": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Walk_Backward.blockyanim",
"SoundEventId": "SFX_Emberwulf_Walk",
"Speed": 1
}
]
},
"Run": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Run.blockyanim",
"SoundEventId": "SFX_Emberwulf_Run",
"Speed": 1
}
]
},
"Crouch": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Crouch.blockyanim",
"BlendingDuration": 0.1
}
]
},
"CrouchWalk": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Crouch_Walk.blockyanim",
"BlendingDuration": 0.1
}
]
},
"CrouchWalkBackward": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Crouch_Walk_Backward.blockyanim",
"BlendingDuration": 0.1
}
]
},
"Jump": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Jump.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"JumpWalk": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Jump.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"JumpRun": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Jump_Far.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"Fall": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Fall.blockyanim",
"BlendingDuration": 0.4,
"Speed": 0.8
}
]
},
"Alerted": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Alerted.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Emberwulf_Alerted"
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Damage/Hurt.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Emberwulf_Hurt"
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Damage/Death.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Emberwulf_Death"
}
]
},
"Laydown": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Laydown.blockyanim",
"Looping": false
}
]
},
"Sleep": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Sleep.blockyanim",
"BlendingDuration": 0.1,
"SoundEventId": "SFX_Emberwulf_Sleep"
}
]
},
"Wake": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Wake.blockyanim",
"Looping": false
}
]
},
"Spawn": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Default/Spawn.blockyanim",
"BlendingDuration": 0,
"Looping": false
}
]
},
"IdlePassive": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Flavor/Look_Left.blockyanim"
},
{
"Animation": "NPC/Beast/Emberwulf/Animations/Flavor/Howl.blockyanim"
}
],
"NextAnimationDelay": {
"Max": 10,
"Min": 2
}
},
"Howl": {
"Animations": [
{
"Animation": "NPC/Beast/Emberwulf/Animations/Flavor/Howl.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Emberwulf_Alerted"
}
]
}
},
"Particles": [
{
"RotationOffset": {},
"SystemId": "Fire_Crest",
"TargetNodeName": "Fire_Spawner"
},
{
"SystemId": "Fire_Crest",
"TargetNodeName": "Fire_Spawner2"
},
{
"SystemId": "Campfire_New_Cartoon",
"TargetNodeName": "Fire_Mouth_Spawner"
}
]
}