Renderer/assets/Data/entity/objects/crops.json
austin b43d795a23
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
growing component scaffolding
2025-05-13 12:31:29 -04:00

38 lines
833 B
JSON

{
"objects" : [
{
"id" : "wheat",
"hitboxData" : [
{
"type": "static_capsule",
"radius": 2,
"length": 5
}
],
"tokens": [
],
"graphicsTemplate": {
"model": {
"path" : "Models/foliage/flowers/Flower_3_Group.gltf"
}
},
"growthData" : {
"growthMax" : 1000,
"scaleMax" : 3,
"earlyGrowthLoot" : {
"tickets" : [
]
},
"maxGrowthLoot" : {
"tickets" : [
]
}
}
}
],
"files" : []
}