Versions / 0.5.0-pre.9.2 / Models / Projectiles / NPCs / Intelligent / Feran_Windwalker / Feran_Windwalker_Wind_Burst.json
Feran_Windwalker_Wind_Burst
Server/Models/Projectiles/NPCs/Intelligent/Feran_Windwalker/Feran_Windwalker_Wind_Burst.json, 882 B
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
MinScale | number |
MaxScale | number |
Camera | object |
AnimationSets | object |
Source
{
"Parent": "Tornado",
"Model": "Items/Projectiles/Tornado.blockymodel",
"Texture": "Items/Projectiles/Tornado_Texture.png",
"EyeHeight": 1,
"HitBox": {
"Max": {
"X": 1,
"Y": 2,
"Z": 1
},
"Min": {
"X": -1,
"Y": 0,
"Z": -1
}
},
"MinScale": 1.5,
"MaxScale": 1.5,
"Camera": {
"Pitch": {
"AngleRange": {
"Max": 0,
"Min": 0
},
"TargetNodes": [
"Head"
]
},
"Yaw": {
"AngleRange": {
"Max": 0,
"Min": 0
},
"TargetNodes": [
"Head"
]
}
},
"AnimationSets": {
"FlyIdle": {
"Animations": [
{
"Animation": "Items/Projectiles/Tornado_Spin_Front.blockyanim",
"BlendingDuration": 0,
"SoundEventId": "SFX_Tornado",
"Speed": 1
}
]
}
}
}