Renderer/assets/Data/entity/foliage/crops.json
austin 5cc5ea5bc9
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
recipe validation, loot pool validation, data fix
2025-05-14 15:50:56 -04:00

55 lines
1.4 KiB
JSON

{
"foliageList" : [
{
"id" : "wheat_plant",
"displayName" : "Wheat",
"hitboxData" : [
{
"type": "static_capsule",
"radius": 2,
"length": 5
}
],
"tokens": [
"HARVESTABLE"
],
"buttonInteraction" : {
"onInteract" : "harvest",
"interactionShape" : {
"type" : "CUBE",
"dimension1" : 0.3,
"dimension2" : 0.3,
"dimension3" : 0.3,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0.0,
"offsetY" : 0.1,
"offsetZ" : 0.0
}
},
"graphicsTemplate": {
"model": {
"path" : "Models/foliage/flowers/Flower_3_Group.gltf"
}
},
"growthData" : {
"growthMax" : 1000,
"scaleMax" : 3,
"maxGrowthLoot" : {
"tickets" : [
]
}
},
"healthSystem" : {
"maxHealth" : 5,
"onDamageIFrames" : 0
}
}
],
"files" : []
}