Galactica/content/effects.toml

35 lines
767 B
TOML
Raw Normal View History

2024-01-05 12:09:59 -08:00
[effect."small explosion"]
sprite = "particle::explosion::small"
lifetime = "inherit"
inherit_velocity = "target"
2024-01-05 18:04:30 -08:00
size = 8.0
[effect."large explosion"]
sprite = "particle::explosion::large"
lifetime = "inherit"
inherit_velocity = "target"
size = 25.0
2024-01-05 12:09:59 -08:00
[effect."huge explosion"]
sprite = "particle::explosion::huge"
lifetime = "inherit"
inherit_velocity = "target"
2024-01-05 18:04:30 -08:00
size = 50.0
2024-01-05 12:09:59 -08:00
2024-01-05 19:56:32 -08:00
[effect."blaster impact"]
2024-01-05 12:09:59 -08:00
sprite = "particle::blaster"
lifetime = "inherit"
2024-01-05 19:56:32 -08:00
inherit_velocity = "target"
2024-01-05 12:09:59 -08:00
size = 3.0
# TODO:
# inherit velocity scale
# absolute velocity/angle (no inherit)
# random lifetime, velocity, angle, spin
# bullet bounce effect: inherit and change velocity
# effect probabilities & variants
# multiple particles in one effect
# fade
2024-01-05 18:04:30 -08:00
# document: effect vs particle