File tree Expand file tree Collapse file tree 5 files changed +101
-7
lines changed Expand file tree Collapse file tree 5 files changed +101
-7
lines changed Original file line number Diff line number Diff line change 1+ image=images/enemies/wolf.png
2+
3+ render_size=64,64
4+ render_offset=32,58
5+
6+ [stance]
7+ position=0
8+ frames=1
9+ duration=3
10+ type=back_forth
11+
12+ [spawn]
13+ position=0
14+ frames=1
15+ duration=3
16+ type=back_forth
17+
18+ [run]
19+ position=5
20+ frames=5
21+ duration=3
22+ type=back_forth
23+
24+ [shoot]
25+ position=0
26+ frames=3
27+ duration=3
28+ type=back_forth
29+
30+ [cast]
31+ position=15
32+ frames=4
33+ duration=3
34+ type=back_forth
35+
36+ [die]
37+ position=19
38+ frames=4
39+ duration=3
40+ type=play_once
41+
42+ [swing]
43+ position=10
44+ frames=5
45+ duration=3
46+ type=play_once
47+
48+ [critdie]
49+ position=19
50+ frames=4
51+ duration=3
52+ type=play_once
53+
54+ [hit]
55+ position=19
56+ frames=2
57+ duration=3
58+ type=back_forth
59+
60+ [block]
61+ position=19
62+ frames=2
63+ type=back_forth
Original file line number Diff line number Diff line change 1+ name=Wolf
2+ level=1
3+ categories=wolf,forest
4+ rarity=common
5+ xp=1
6+
7+ sfx_prefix=none
8+ animations=animations/enemies/wolf.txt
9+
10+ loot=currency,100,2,2
11+
12+ # combat stats
13+ hp=12
14+ speed=8
15+ melee_range=2
16+ threat_range=16
17+ turn_delay=12
18+ chance_pursue=20
19+ chance_melee_phys=30
20+ power_beacon=132
21+ power_melee_phys=1
22+ cooldown_hit=4
23+
24+ accuracy=69
25+ avoidance=19
26+
27+ dmg_melee_min=8
28+ dmg_melee_max=16
29+ cooldown=30
Original file line number Diff line number Diff line change 55# Mental + Offense grants elemental spell attacks
66# Mental + Defense grants healing and magical protection
77
8- caption=160,24,center,top
8+ [header]
9+
10+ label_title=160,24,center,top
911close=294,2
1012unspent_points=160,380,center,top
1113#unspent_points=hidden
@@ -14,19 +16,19 @@ tabs=5
1416tab_area=16,48,264,348
1517
1618tab_title=Fighter
17- tab_tree=powers_tree.png
19+ tab_tree=images/menus/ powers_tree.png
1820
1921tab_title=Archer
20- tab_tree=powers_tree.png
22+ tab_tree=images/menus/ powers_tree.png
2123
2224tab_title=Mage
23- tab_tree=powers_tree.png
25+ tab_tree=images/menus/ powers_tree.png
2426
2527tab_title=Hoplite
26- tab_tree=powers_tree.png
28+ tab_tree=images/menus/ powers_tree.png
2729
2830tab_title=Passive
29- tab_tree=powers_tree.png
31+ tab_tree=images/menus/ powers_tree.png
3032
3133# First tab has index=0
3234# Don't add tab_title=, tab_tree=, and tab= keys if you use only 1 tab
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ name=Summon Wolf
128128icon=25
129129description=Summon a wolf companion *TO DO*
130130type=spawn
131- spawn_type=bee
131+ spawn_type=wolf
132132new_state=cast
133133starting_pos=source
134134target_neighbor=1
You can’t perform that action at this time.
0 commit comments