kakuriyo/dataEx/TrpParticles.json
2023-06-29 14:42:52 -05:00

113 lines
No EOL
2.5 KiB
JSON

{
"test": {
"alpha": {
"list": [
{
"time": 0,
"value": 0
},
{
"time": 0.5,
"value": 1
},
{
"time": 1,
"value": 0
}
]
},
"scale": {
"list": [
{
"time": 0,
"value": 0
},
{
"time": 0.5,
"value": 1
},
{
"time": 1,
"value": 0
}
],
"minimumScaleMultiplier": 0.5
},
"speed": {
"list": [
{
"time": 0,
"value": 300
},
{
"time": 1,
"value": 100
}
],
"minimumSpeedMultiplier": 1
},
"color": {
"list": [
{
"time": 0,
"value": "#ffffff"
},
{
"time": 1,
"value": "#ffffff"
}
]
},
"colorMode": 0,
"acceleration": {
"x": 0,
"y": 0
},
"maxSpeed": null,
"startRotation": {
"min": 0,
"max": 360
},
"noRotation": false,
"rotationSpeed": {
"min": 0,
"max": 0
},
"angle": 0,
"mirrorType": 0,
"orderedArt": 0,
"lifetime": {
"min": 1,
"max": 1
},
"blendMode": "add",
"frequency": 0.01,
"spawnChance": 1,
"particlesPerWave": 1,
"emitterLifetime": -1,
"maxParticles": 10000,
"fluctuation": {
"max": 0,
"sensitivity": 0
},
"spawnType": "point",
"pos": {
"x": 0,
"y": 0
},
"spawnRect": null,
"spawnCircle": null,
"particleSpacing": 0,
"angleStart": 0,
"bdt": 0,
"brt": 0,
"br": 0,
"bdr": 0,
"bdx": 0,
"bdy": 0,
"addAtBack": false,
"image": null,
"targetType": 0,
"comment": ""
}
}