Moose_Bull
Server/Models/Wildlife/Moose_Bull.json, 784 B
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
HitBox | object |
MinScale | number |
MaxScale | number |
DefaultAttachments | array[1] |
AnimationSets | object |
Source
{
"Parent": "Moose_Cow",
"Model": "NPC/Wildlife/Moose/Models/Model.blockymodel",
"Texture": "NPC/Wildlife/Moose/Models/Model_Bull.png",
"HitBox": {
"Max": {
"X": 0.6,
"Y": 2,
"Z": 0.6
},
"Min": {
"X": -0.6,
"Y": 0,
"Z": -0.6
}
},
"MinScale": 1.05,
"MaxScale": 1.2,
"DefaultAttachments": [
{
"Model": "NPC/Wildlife/Moose/Models/Attachments/Antlers.blockymodel",
"Texture": "NPC/Wildlife/Moose/Models/Attachments/Antlers_Bull.png"
}
],
"AnimationSets": {
"Alerted": {
"Animations": [
{
"Animation": "NPC/Wildlife/Deer/Animations/Default/Alerted.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Moose_Bull_Alerted"
}
]
}
}
}