Spirit_Frost
Server/Models/Elemental/Spirit_Frost.json, 720 B
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
Camera | object |
Light | object |
Icon | string |
Source
{
"Parent": "Spirit_Root",
"Model": "NPC/Elemental/Spirit_Frost/Models/Model.blockymodel",
"Texture": "NPC/Elemental/Spirit_Frost/Models/Model_Texture.png",
"EyeHeight": 0.75,
"HitBox": {
"Max": {
"X": 0.4,
"Y": 1.2,
"Z": 0.4
},
"Min": {
"X": -0.4,
"Y": 0,
"Z": -0.4
}
},
"Camera": {
"Pitch": {
"AngleRange": {
"Max": 180,
"Min": -180
},
"TargetNodes": [
"Head"
]
},
"Yaw": {
"AngleRange": {
"Max": 180,
"Min": -180
},
"TargetNodes": [
"Head"
]
}
},
"Light": {
"Color": "#6bb"
},
"Icon": "Icons/ModelsGenerated/Spirit_Frost.png"
}