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/heal.yaml

10 lines
191 B
YAML
Raw Normal View History

2013-09-02 23:17:03 +00:00
name: Heal
# Milliseconds between each use.
cooldown: 5000
# Hit points restored with each use (total).
amount_healed: 50
# Time in milliseconds to restore one hitpoint.
time_per_point: 75