Eye_Void_Blast
Server/Models/Projectiles/NPCs/Void/Eye_Void/Eye_Void_Blast.json, 940 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
HitBox | object |
MinScale | number |
MaxScale | number |
AnimationSets | object |
Trails | array[2] |
DefaultAttachments | array[1] |
Source
{
"Model": "Items/Projectiles/Projectile.blockymodel",
"Texture": "Items/Projectiles/Projectile_default.png",
"HitBox": {
"Max": {
"X": 0.1,
"Y": 0.1,
"Z": 0.1
},
"Min": {
"X": -0.1,
"Y": -0.1,
"Z": -0.1
}
},
"MinScale": 1.2,
"MaxScale": 1.4,
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "Items/Animations/Spin_Roll/Spin_Roll_Left.blockyanim",
"BlendingDuration": 0
}
]
}
},
"Trails": [
{
"TargetNodeName": "Origin_Item",
"TrailId": "Void"
},
{
"TargetNodeName": "Origin_Item",
"TrailId": "Void",
"RotationOffset": {
"Yaw": 90,
"Pitch": 0,
"Roll": 0
}
}
],
"DefaultAttachments": [
{
"Model": "Items/Projectiles/Fireball.blockymodel",
"Texture": "Items/Projectiles/Fireball_Textures/Void.png"
}
]
}