Egg
Server/Models/Projectiles/Items/Egg/Egg.json, 500 B
Fields
| Field | Type |
|---|---|
Model | string |
HitBox | object |
MinScale | number |
MaxScale | number |
Trails | array[0] |
Texture | string |
AnimationSets | object |
Source
{
"Model": "Items/Consumables/Food/Egg.blockymodel",
"HitBox": {
"Max": {
"X": 0.15,
"Y": 0.15,
"Z": 0.15
},
"Min": {
"X": -0.15,
"Y": -0.15,
"Z": -0.15
}
},
"MinScale": 1,
"MaxScale": 1.5,
"Trails": [],
"Texture": "Items/Consumables/Food/Egg_Texture.png",
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim"
}
]
}
}
}