summaryrefslogtreecommitdiff
path: root/data/monsters.yml
blob: ca55a6410db4c683b323c7126a2e107bd302fe0b (plain)
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
pit_leech:
  name: "pit leech"
  description: >-
    A brown-black glistening thing the size of your arm and four times as wide. Featureless, except
    for a ring of razor-sharp teeth at one end, encircling an inquisitive maw.
  whatnot:
    max_hp:
      base: 5
    speed:
      base: 1
    accuracy:
      base: 1
    power:
      base: 1
    evasion:
      base: 1
    hit_effects:
      - type: "damage"
        gid: "pierce"
        min: 1
        max: 5
    awards:
      - type: "xp"
        gid: "beastslay"
        base: 4
      - type: "item"
        chance: 1
        table:
          - gid: "vestige"
            score: 0.90
            max_quantity: 2
      - type: "item"
        chance: 0.001
        gid: "pit_leech_trophy"
stalk_beast:
  name: "stalk beast"
  description: >-
    A walking tangle of long, sinewy eye stalks, each punctuated with a fist-sized eyeball. They were and
    are the heralds of things to come.
  whatnot:
    max_hp:
      base: 12
    speed:
      base: 3
    accuracy:
      base: 2
    power:
      base: 2
    evasion:
      base: 2
    hit_effects:
      - type: "damage"
        gid: "bash"
        min: 3
        max: 8
    awards:
      - type: "xp"
        gid: "beastslay"
        base: 9
      - type: "item"
        chance: 1
        table:
          - gid: "vestige"
            score: 0.75
            max_quantity: 4
          - gid: "warped_eyestalk"
            score: 0.95
      - type: "item"
        chance: 0.001
        gid: "stalk_beast_trophy"
grinpad:
  name: "grinpad"
  description: >-
    A smiling, bearded figure wearing a jovial red cap. Hunched forward as if burdened by a great weight of sin,
    it creeps toward you with a scissorblade in one hand.
  whatnot:
    max_hp:
      base: 15
    speed:
      base: 3
    accuracy:
      base: 3
    power:
      base: 2
    evasion:
      base: 5
    hit_effects:
      - type: "damage"
        gid: "slash"
        min: 5
        max: 12
    awards:
      - type: "xp"
        gid: "beastslay"
        base: 13
      - type: "item"
        chance: 1
        table:
          - gid: "vestige"
            score: 0.5
            max_quantity: 3
          - gid: "vestige"
            score: 0.85
            max_quantity: 10
          - gid: "rusted_lockbox"
            score: 0.995
          - gid: "warm_diadem"
            score: 0.999
      - type: "item"
        chance: 0.001
        gid: "grinpad_trophy"
lesser_trodgeathomp:
  name: "lesser trodgeathomp"
  description: >
    Its body is almost entirely composed of four legs, thick as tree trunks. They meet at the top, where a faint yellow
    dot of light shines dimly from a wide, horizontal slit. The dot of light follows your movements calmly.
  whatnot:
    max_hp:
      base: 24
    speed:
      base: 2
    accuracy:
      base: 5
    power:
      base: 10
    evasion:
      base: 5
    hit_effects:
      - type: "damage"
        gid: "bash"
        min: 12
        max: 20
    awards:
      - type: "xp"
        gid: "beastslay"
        base: 20
      - type: "title"
        gid: "retributor"
      - type: "item"
        chance: 1
        table:
          - gid: "vestige"
            score: 0.75
            max_quantity: 20
          - gid: "waning_light"
            score: 0.95
      - type: "item"
        chance: 0.001
        gid: "lesser_trodgeathomp_trophy"
bollyrot:
  name: "bollyrot"
  description: >-
    A lanky, decaying figure that shambles along on two frog legs. It drags its arms along the ground, each a couple
    feet longer than its body. As it gets close, you can hear terrible liquids bubble and hiss within its bloated
    stomach. Some spray forth from its mouth with every step.
  whatnot:
    max_hp:
      base: 19
    speed:
      base: 5
    accuracy:
      base: 8
    power:
      base: 7
    evasion:
      base: 7
    awards:
      - type: "xp"
        gid: "beastslay"
        base: 20
      - type: "item"
        chance: 1
        table:
          - gid: "bollyrot_acerbic"
            score: 0.4
          - gid: "vestige"
            score: 0.8
            max_quantity: 8
      - type: "item"
        chance: 0.001
        gid: "bollyrot_trophy"
crypt_writhe:
  name: "crypt writhe"
  description: >-
    An enormous white worm, eight feet long. It is born in burial sites, and feeds on rot. It enthusiastically
    slaughters the living, plants them in the earth, and then harvests them when the time is right.
  whatnot:
    max_hp:
      base: 32
    speed:
      base: 10
    accuracy:
      base: 12
    power:
      base: 12
    evasion:
      base: 10
    awards:
      - type: "xp"
        gid: "beastslay"
        base: 28
      - type: "item"
        chance: 0.05
        gid: "black_gizzard"
      - type: "item"
        chance: 0.001
        gid: "crypt_writhe_trophy"