Spider
Server/Models/Beast/Spider.json, 5.6 KB
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
MinScale | number |
MaxScale | number |
Camera | object |
AnimationSets | object |
Phobia | string |
PhobiaModelAssetId | string |
Source
{
"Model": "NPC/Beast/Spider/Models/Model.blockymodel",
"Texture": "NPC/Beast/Spider/Models/Texture.png",
"EyeHeight": 0.5,
"CrouchOffset": -0.1,
"HitBox": {
"Max": {
"X": 0.8,
"Y": 0.8,
"Z": 0.8
},
"Min": {
"X": -0.8,
"Y": 0,
"Z": -0.8
}
},
"MinScale": 0.85,
"MaxScale": 1.15,
"Camera": {
"Pitch": {
"AngleRange": {
"Max": 30,
"Min": -30
},
"TargetNodes": [
"Head"
]
},
"Yaw": {
"AngleRange": {
"Max": 30,
"Min": -30
},
"TargetNodes": [
"Head"
]
}
},
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Idle.blockyanim"
}
]
},
"Walk": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Walk.blockyanim"
}
]
},
"WalkBackward": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Walk_Backward.blockyanim"
}
]
},
"Run": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Run.blockyanim",
"SoundEventId": "SFX_Spider_Run"
}
]
},
"Crouch": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Crouch.blockyanim",
"BlendingDuration": 0.1
}
]
},
"CrouchWalk": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Crouch_Walk.blockyanim",
"BlendingDuration": 0.1
}
]
},
"CrouchWalkBackward": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Crouch_Walk_Backward.blockyanim",
"BlendingDuration": 0.1
}
]
},
"Jump": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Jump.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"JumpWalk": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Jump.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"JumpRun": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Jump_Far.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"Fall": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Fall.blockyanim",
"BlendingDuration": 0.4
}
]
},
"Alerted": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Alerted.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Spider_Alerted"
}
]
},
"ClimbIdle": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Climb/Climb_Idle.blockyanim",
"BlendingDuration": 0.4
}
]
},
"ClimbUp": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Climb/Climb_Up.blockyanim",
"BlendingDuration": 0.4
}
]
},
"ClimbDown": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Climb/Climb_Down.blockyanim",
"BlendingDuration": 0.4
}
]
},
"ClimbLeft": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Climb/Climb_Left.blockyanim",
"BlendingDuration": 0.4
}
]
},
"ClimbRight": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Climb/Climb_Right.blockyanim",
"BlendingDuration": 0.4
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Damage/Hurt.blockyanim",
"BlendingDuration": 0.1,
"Looping": false
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Damage/Death.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Spider_Death"
}
]
},
"Laydown": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Laydown.blockyanim",
"Looping": false
}
]
},
"Sleep": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Sleep.blockyanim"
}
]
},
"Wake": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Wake.blockyanim",
"Looping": false
}
]
},
"Spawn": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Spawn.blockyanim",
"BlendingDuration": 0,
"Looping": false
}
]
},
"Despawn": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Default/Despawn.blockyanim",
"Looping": false
}
]
},
"Prey": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Flavor/Prey.blockyanim"
}
]
},
"Threaten": {
"Animations": [
{
"Animation": "NPC/Beast/Spider/Animations/Flavor/Threaten.blockyanim",
"SoundEventId": "SFX_Spider_Alerted"
}
]
}
},
"Phobia": "Arachnophobia",
"PhobiaModelAssetId": "Crab"
}