28 lines
817 B
JSON
28 lines
817 B
JSON
{
|
|
"MAGICK_FIRE": {
|
|
"animation": "burning_animation",
|
|
"shader": "flame",
|
|
"components": [
|
|
{"_type": "Sprite", "name": "burning_animation", "scale": 1.0},
|
|
{"_type": "LightSource", "strength": 25, "radius": 2.0},
|
|
{"_type": "Temporary", "is": true}
|
|
]
|
|
},
|
|
"MAGICK_LIGHTNING": {
|
|
"animation": "lightning_animation",
|
|
"shader": "lightning",
|
|
"components": [
|
|
{"_type": "Sprite", "name": "lightning_animation", "scale": 1.0},
|
|
{"_type": "LightSource", "strength": 35, "radius": 2.5},
|
|
{"_type": "Temporary", "is": true}
|
|
]
|
|
},
|
|
"PHYSICAL_NONE": {
|
|
"animation": "lightning_animation",
|
|
"shader": "flame",
|
|
"components": [
|
|
{"_type": "Sprite", "name": "lightning_animation", "scale": 1.0},
|
|
{"_type": "Temporary", "is": true}
|
|
]
|
|
}
|
|
}
|