This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
dungeon-gunner/res/yaml/ring_of_fire.yaml

18 lines
361 B
YAML
Raw Permalink Normal View History

2013-09-02 23:17:03 +00:00
name: Ring of Fire
# Milliseconds between each use.
cooldown: 5000
bullet: bullet.yaml
# Number of times a new ring of bullets is unleashed (per item use).
waves_per_use: 3
# Degrees by which each new wave is offset from the previous one.
angle_offset: 10
# Number of bullets in each ring.
bullets_per_wave: 12
# Milliseconds between two waves.
delay: 500