51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			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" : [
 | 
						|
    ]
 | 
						|
}
 |