summaryrefslogtreecommitdiff
path: root/monsters.xml
blob: 463f6616873bace8e3d1aeb039906476ed193b68 (plain) (blame)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<monsters>
    <monster id="0" name="Maggot" targetCursor="small">
        <sprite>monster-maggot.xml</sprite>
        <sound event="hit">maggot-hit1.ogg</sound>
        <sound event="hit">maggot-hit2.ogg</sound>
        <sound event="miss">maggot-miss1.ogg</sound>
        <sound event="die">maggot-dying1.ogg</sound>
    </monster>

    <monster id="1" name="Scorpion">
        <sprite>monster-scorpion.xml|#4d422d,826242,d8c282,ffffff</sprite>
        <sound event="hit">scorpion-hit1.ogg</sound>
        <sound event="hit">scorpion-hit2.ogg</sound>
        <sound event="hit">scorpion-hit3.ogg</sound>
        <sound event="hit">scorpion-hit4.ogg</sound>
        <sound event="miss">scorpion-miss1.ogg</sound>
    </monster>

    <monster id="2" name="Red Scorpion">
        <sprite>monster-scorpion.xml|#791d0a,cd5d27,f28d54,ffffff</sprite>
        <sound event="hit">scorpion-hit1.ogg</sound>
        <sound event="hit">scorpion-hit2.ogg</sound>
        <sound event="hit">scorpion-hit3.ogg</sound>
        <sound event="hit">scorpion-hit4.ogg</sound>
        <sound event="miss">scorpion-miss1.ogg</sound>
    </monster>

    <monster id="3" name="Green Slime">
        <sprite>monster-slime.xml|#72982c,ffffff</sprite>
        <sound event="hit">slime-hit1.ogg</sound>
    </monster>

    <monster id="4" name="Giant Maggot" targetCursor="large">
        <sprite>monster-maggot-giant.xml</sprite>
        <sound event="hit">maggot-hit1.ogg</sound>
        <sound event="hit">maggot-hit2.ogg</sound>
        <sound event="miss">maggot-miss1.ogg</sound>
        <sound event="die">maggot-dying1.ogg</sound>
    </monster>

    <monster id="5" name="Yellow Slime">
        <sprite>monster-slime.xml|#b47f00,ffffff</sprite>
        <sound event="hit">slime-hit1.ogg</sound>
    </monster>

    <monster id="6" name="Red Slime">
        <sprite>monster-slime.xml|#7e0000,ffffff</sprite>
        <sound event="hit">slime-hit1.ogg</sound>
    </monster>

    <monster id="7" name="Black Scorpion">
        <sprite>monster-scorpion.xml|#0d1313,435a5a,879999,ffffff</sprite>
        <sound event="hit">scorpion-hit1.ogg</sound>
        <sound event="hit">scorpion-hit2.ogg</sound>
        <sound event="hit">scorpion-hit3.ogg</sound>
        <sound event="hit">scorpion-hit4.ogg</sound>
        <sound event="miss">scorpion-miss1.ogg</sound>
    </monster>

    <monster id="8" name="Snake">
        <sprite>monster-snake.xml</sprite>
    </monster>

    <monster id="9" name="Fire Goblin">
        <sprite>monster-goblin-fire.xml</sprite>
        <sound event="hit">fire-goblin-hit1.ogg</sound>
        <sound event="hit">fire-goblin-hit2.ogg</sound>
        <sound event="miss">fire-goblin-miss1.ogg</sound>
        <particlefx>graphics/particles/flame.particle.xml</particlefx>
    </monster>

    <monster id="10" name="Spider">
        <sprite>monster-spider.xml</sprite>
    </monster>

    <monster id="11" name="Evil Mushroom">
        <sprite>monster-mushroom-red.xml</sprite>
        <sound event="hit">shroom-hit1.ogg</sound>
    </monster>

    <monster id="12" name="Flower">
        <sprite>monster-flower.xml</sprite>
        <sound event="hit">flower-hit1.ogg</sound>
        <sound event="hit">flower-hit2.ogg</sound>
        <sound event="miss">flower-miss1.ogg</sound>
    </monster>

    <monster id="13" name="Santa Slime">
        <sprite>monster-slime-santa.xml</sprite>
    </monster>

    <monster id="14" name="Rudolph Slime">
        <sprite>monster-slime-rudolph.xml</sprite>
    </monster>

    <monster id="15" name="Bat">
        <sprite>monster-bat.xml</sprite>
        <sound event="die">bat-dying1.ogg</sound>
        <sound event="hit">bat-hit1.ogg</sound>
    </monster>

    <monster id="16" name="Pinkie" targetCursor="small">
        <sprite>monster-pinkie.xml</sprite>
        <sound event="hit">pinkie-hit1.ogg</sound>
        <sound event="miss">pinkie-miss1.ogg</sound>
    </monster>

    <monster id="17" name="Spiky Mushroom">
        <sprite>monster-mushroom-spiky.xml</sprite>
        <sound event="hit">shroom-hit1.ogg</sound>
    </monster>

    <monster id="18" name="Fluffy">
        <sprite>monster-fluffy.xml</sprite>
        <sound event="hit">fluffy-hit1.ogg</sound>
        <sound event="hit">fluffy-hit2.ogg</sound>
        <sound event="hit">fluffy-hit3.ogg</sound>
        <sound event="miss">fluffy-miss1.ogg</sound>
        <sound event="hurt">fluffy-hurt1.ogg</sound>
    </monster>

    <monster id="19" name="Cave Snake">
        <sprite>monster-snake-cave.xml</sprite>
    </monster>

    <monster id="20" name="Pumpkin Ghost">
        <sprite>monster-ghost-pumpkin.xml</sprite>
    </monster>

    <monster id="21" name="Fire Skull">
        <sprite>monster-skull-fire.xml</sprite>
    </monster>

    <monster id="22" name="Poison Skull">
        <sprite>monster-skull-poison.xml</sprite>
    </monster>

	<monster id="23" name="Log Head">
        <sprite>monster-logmonster.xml</sprite>
        <sound event="hurt">loghead-hurt1.ogg</sound>
        <sound event="hurt">loghead-hurt2.ogg</sound>
        <sound event="hurt">loghead-hurt3.ogg</sound>
        <sound event="hurt">loghead-hurt4.ogg</sound>
        <sound event="hurt">loghead-hurt5.ogg</sound>
    </monster>

</monsters>