Cactee_Spike
Server/Models/Projectiles/NPCs/Beast/Cactee/Cactee_Spike.json, 759 B
Fields
| Field | Type |
|---|---|
HitBox | object |
MinScale | number |
MaxScale | number |
Trails | array[2] |
DefaultAttachments | array[1] |
Model | string |
Texture | string |
Source
{
"HitBox": {
"Max": {
"X": 0.05,
"Y": 0.05,
"Z": 0.05
},
"Min": {
"X": -0.05,
"Y": -0.05,
"Z": -0.05
}
},
"MinScale": 1,
"MaxScale": 1,
"Trails": [
{
"TrailId": "Arrow",
"RotationOffset": {
"Yaw": 90,
"Pitch": 0,
"Roll": 45
}
},
{
"TrailId": "Arrow",
"RotationOffset": {
"Yaw": 0,
"Pitch": 45,
"Roll": 90
}
}
],
"DefaultAttachments": [
{
"Model": "NPC/Beast/Cactee/Models/Attachments/Spike.blockymodel",
"Texture": "NPC/Beast/Cactee/Models/Texture.png"
}
],
"Model": "Items/Projectiles/Projectile.blockymodel",
"Texture": "Items/Projectiles/Projectile_default.png"
}