Renderer/assets/Data/entity/objects/crops.json
austin 4847528e48
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
crops loot behavior
2025-05-13 12:58:15 -04:00

64 lines
1.7 KiB
JSON

{
"objects" : [
{
"id" : "wheat_plant",
"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,
"lootPool" : {
"tickets" : [
{
"itemId" : "mat:Rock",
"rarity" : 1.0,
"minQuantity" : 1,
"maxQuantity" : 1
}
]
}
}
}
],
"files" : []
}