Renderer/assets/Data/entity/foliage/bushes.json
austin fed342aa62
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
fix bush loot pool
2025-04-03 17:15:51 -04:00

55 lines
1.5 KiB
JSON

{
"foliageList" : [
{
"id" : "bush4",
"tokens" : [
"FLAMMABLE"
],
"hitboxes" : [
{
"type": "hurt",
"offset": [0, 0.6, 0],
"radius": 0.35
}
],
"healthSystem" : {
"maxHealth" : 5,
"onDamageIFrames" : 0,
"lootPool" : {
"tickets" : [
{
"itemId" : "Stick",
"rarity" : 1.0,
"minQuantity" : 1,
"maxQuantity" : 1
}
]
}
},
"buttonInteraction" : {
"onInteract" : "harvest",
"interactionShape" : {
"type" : "CUBE",
"dimension1" : 1.0,
"dimension2" : 1.0,
"dimension3" : 1.0,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0.0,
"offsetY" : 0.5,
"offsetZ" : 0.0
}
},
"graphicsTemplate": {
"model": {
"path" : "Models/foliage/bush4.glb"
}
}
}
],
"files" : [
]
}