diff --git a/src/main/resources/Server/Particles/chain_spark.particlespawner b/src/main/resources/Server/Particles/chain_spark.particlespawner new file mode 100644 index 0000000..6ca6bd8 --- /dev/null +++ b/src/main/resources/Server/Particles/chain_spark.particlespawner @@ -0,0 +1,32 @@ +{ + "Shape": "Sphere", + "ParticleRotationInfluence": "Billboard", + "RenderMode": "BlendAdd", + "TotalParticles": { "Min": 1, "Max": 1 }, + "LifeSpan": 0.5, + "MaxConcurrentParticles": 16, + "ParticleLifeSpan": { "Min": 0.3, "Max": 0.5 }, + "SpawnRate": { "Min": 50.0, "Max": 50.0 }, + "Particle": { + "Texture": "Particles/chain_spark.png", + "FrameSize": { "Width": 4, "Height": 4 }, + "SoftParticles": "Enable", + "SoftParticlesFadeFactor": 1.0, + "UVOption": "None", + "ScaleRatioConstraint": "OneToOne", + "Animation": { + "0": { + "FrameIndex": { "Min": 0, "Max": 0 }, + "Scale": { "X": { "Min": 0.3, "Max": 0.3 }, "Y": { "Min": 0.3, "Max": 0.3 } }, + "Color": "#B0DCFF", + "Opacity": 1.0 + }, + "100": { + "FrameIndex": { "Min": 0, "Max": 0 }, + "Scale": { "X": { "Min": 0.0, "Max": 0.0 }, "Y": { "Min": 0.0, "Max": 0.0 } }, + "Color": "#B0DCFF", + "Opacity": 0.0 + } + } + } +} diff --git a/src/main/resources/Server/Particles/chain_spark.particlesystem b/src/main/resources/Server/Particles/chain_spark.particlesystem new file mode 100644 index 0000000..8575c6f --- /dev/null +++ b/src/main/resources/Server/Particles/chain_spark.particlesystem @@ -0,0 +1,10 @@ +{ + "LifeSpan": 0.5, + "CullDistance": 64.0, + "BoundingRadius": 1.0, + "Spawners": [ + { + "SpawnerId": "chain_spark" + } + ] +} diff --git a/src/main/resources/Server/Particles/chain_spark.png b/src/main/resources/Server/Particles/chain_spark.png new file mode 100644 index 0000000..28e5c8a Binary files /dev/null and b/src/main/resources/Server/Particles/chain_spark.png differ