Ice_Ball
Server/Models/Projectiles/Spells/Ice_Ball.json, 470 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
HitBox | object |
MinScale | number |
MaxScale | number |
Particles | array[1] |
Source
{
"Model": "Items/Projectiles/Iceball.blockymodel",
"Texture": "Items/Projectiles/Iceball_Texture.png",
"HitBox": {
"Max": {
"X": 0.1,
"Y": 0.1,
"Z": 0.1
},
"Min": {
"X": -0.1,
"Y": -0.1,
"Z": -0.1
}
},
"MinScale": 3,
"MaxScale": 5,
"Particles": [
{
"PositionOffset": {
"X": 0,
"Y": 0,
"Z": 0
},
"SystemId": "IceBall",
"TargetNodeName": ""
}
]
}