Renderer/assets/Data/entity/foliage/flowers.json
austin 7f557d40c0
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
texture loading from model files
2025-04-29 19:32:00 -04:00

51 lines
1.2 KiB
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"
}
}
},
{
"id" : "mushroom1",
"tokens" : [
"FLAMMABLE"
],
"hitboxes" : [
{
"type": "hurt",
"offset": [0, 0.6, 0],
"radius": 0.35
}
],
"healthSystem" : {
"maxHealth" : 5,
"onDamageIFrames" : 0
},
"graphicsTemplate": {
"model": {
"path" : "Models/foliage/mushroom1.glb"
}
}
}
],
"files" : [
]
}