Renderer/assets/Data/entity/foliage/flowers.json
austin 32d9725f1e
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
content work
2025-04-29 18:12:20 -04:00

29 lines
649 B
JSON

{
"foliageList" : [
{
"id" : "flower1",
"tokens" : [
"FLAMMABLE"
],
"hitboxes" : [
{
"type": "hurt",
"offset": [0, 0.6, 0],
"radius": 0.35
}
],
"healthSystem" : {
"maxHealth" : 5,
"onDamageIFrames" : 0
},
"graphicsTemplate": {
"model": {
"path" : "Models/foliage/flowers/Flower_3_Group.gltf"
}
}
}
],
"files" : [
]
}