Plompa Easter Particles #35
@ -91,6 +91,7 @@ PARTICLE_WINGS_EVIL = §5Purple wings
|
|||||||
|
|
||||||
PARTICLE_PLAYER_HAYLIM_AURA = §fHaylim\'s Aura
|
PARTICLE_PLAYER_HAYLIM_AURA = §fHaylim\'s Aura
|
||||||
PARTICLE_PLAYER_RONGAMER99091_AURA = §7Smoke Granade
|
PARTICLE_PLAYER_RONGAMER99091_AURA = §7Smoke Granade
|
||||||
|
PARTICLE_PLAYER_PLOMPA = §9ECAL
|
||||||
|
|
||||||
PARTICLE_TEAM_PULSE_AURA_1 = §fPulse Aura §cFlame
|
PARTICLE_TEAM_PULSE_AURA_1 = §fPulse Aura §cFlame
|
||||||
PARTICLE_TEAM_PULSE_AURA_2 = §fPulse Aura §7End Rod
|
PARTICLE_TEAM_PULSE_AURA_2 = §fPulse Aura §7End Rod
|
||||||
|
@ -51,4 +51,6 @@ public interface WingDesign {
|
|||||||
|
|
||||||
WingDesign ECLIPSE = new WingDesignImpl(create("/de/steamwar/lobby/particle/decorator/ECLIPSE-Logo.png"));
|
WingDesign ECLIPSE = new WingDesignImpl(create("/de/steamwar/lobby/particle/decorator/ECLIPSE-Logo.png"));
|
||||||
WingDesign PL = new WingDesignImpl(create("/de/steamwar/lobby/particle/decorator/PL-Logo.png"));
|
WingDesign PL = new WingDesignImpl(create("/de/steamwar/lobby/particle/decorator/PL-Logo.png"));
|
||||||
|
|
||||||
|
WingDesign PlompaEasterWings = new WingDesignImpl(create("/de/steamwar/lobby/particle/decorator/ECAL-Logo.png"));
|
||||||
}
|
}
|
||||||
|
BIN
src/de/steamwar/lobby/particle/decorator/ECAL-Logo.png
Normale Datei
BIN
src/de/steamwar/lobby/particle/decorator/ECAL-Logo.png
Normale Datei
Binäre Datei nicht angezeigt.
Nachher Breite: | Höhe: | Größe: 159 B |
@ -3,6 +3,7 @@ package de.steamwar.lobby.particle.particles.custom;
|
|||||||
import de.steamwar.lobby.particle.ParticleData;
|
import de.steamwar.lobby.particle.ParticleData;
|
||||||
import de.steamwar.lobby.particle.ParticleEnum;
|
import de.steamwar.lobby.particle.ParticleEnum;
|
||||||
import de.steamwar.lobby.particle.ParticleRequirement;
|
import de.steamwar.lobby.particle.ParticleRequirement;
|
||||||
|
import de.steamwar.lobby.particle.WingDesign;
|
||||||
import de.steamwar.lobby.particle.elements.*;
|
import de.steamwar.lobby.particle.elements.*;
|
||||||
import de.steamwar.lobby.particle.elements.custom.HearthBeat;
|
import de.steamwar.lobby.particle.elements.custom.HearthBeat;
|
||||||
import de.steamwar.lobby.particle.elements.custom.NonMoving;
|
import de.steamwar.lobby.particle.elements.custom.NonMoving;
|
||||||
@ -29,7 +30,9 @@ public enum CustomEasterParticle implements ParticleEnum {
|
|||||||
new OnlyOthers(new Delayed(new SimpleParticle(Particle.EXPLOSION_HUGE, 0, 0, 0, 0.01, 1), 2))
|
new OnlyOthers(new Delayed(new SimpleParticle(Particle.EXPLOSION_HUGE, 0, 0, 0, 0.01, 1), 2))
|
||||||
))))
|
))))
|
||||||
),
|
),
|
||||||
|
Plompa(new ParticleData(Material.PUFFERFISH_BUCKET, "PARTICLE_PLAYER_PLOMPA", ParticleRequirement.specificPlayer(64),
|
||||||
|
new Always(new Delayed(new NonFlying(new Wing(new SimpleParticle(Particle.END_ROD, 0, 0, 0, 0, 1), 0.15, WingDesign.PlompaEasterWings)), 80)))
|
||||||
|
),
|
||||||
Pulse_EASTER_1(new ParticleData(Material.RED_CANDLE, "PARTICLE_TEAM_PULSE_AURA_1", ParticleRequirement.easterEventSpecificTeam(210),
|
Pulse_EASTER_1(new ParticleData(Material.RED_CANDLE, "PARTICLE_TEAM_PULSE_AURA_1", ParticleRequirement.easterEventSpecificTeam(210),
|
||||||
new Always(new NonMoving(new PulseShimmer(new SimpleParticle(Particle.FLAME, 0, 0, 0, 0, 1), 80, 2))))
|
new Always(new NonMoving(new PulseShimmer(new SimpleParticle(Particle.FLAME, 0, 0, 0, 0, 1), 80, 2))))
|
||||||
),
|
),
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren