-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmonsters.yaml
63 lines (58 loc) · 1.12 KB
/
monsters.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
--- ###### Units ######
- name: Tee
speed: 3
width: 15
spawn_duration: 40
actions:
- type: page # just goes to a different action page
value: 1
page: 0
position: 10
image: build2.png
- type: build
image: build_archive.png
value: 0
page: 1
position: 10
--- ###### BUILDINGS
- name: Archive
sprite: archive
build_time: 10
cells: 1 # size in map squares
actions:
- type: spawn
value: 0
page: 0
position: 0
image: unit60.png
--- ####### Spells
- name: boost
mana_cost: 10
target: self
effect: 0
duration: 200
--- ####### Effects
- name: boosted
speed: 2 #increase the unit speed by 2.
--- ###### Agagruis
position: [0, 5, 0]
powers:
- name: Club
damage: 10
- name: Fist
damage: 8
- name: Dragon
position: [1, 0, 10]
powers:
- name: Fire Breath
damage: 25
- name: Claws
damage: 15
- name: Wizard
position: [5, -3, 0]
powers:
- name: Acid Rain
damage: 50
- name: Staff
damage: 3
--- ###### Spells ######