summaryrefslogtreecommitdiff
path: root/data/monsters.yml
blob: 393bb93757d4a3667741716c01cd5091e738ed7b (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
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
    block:
      base: 1
    block_value:
      base: 1
    awards:
      - type: "xp"
        skill: "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
    block:
      base: 1
    block_value:
      base: 1
    awards:
      - type: "xp"
        skill: "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
    block:
      base: 1
    block_value:
      base: 1
    awards:
      - type: "xp"
        skill: "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
    block:
      base: 10
    block_value:
      base: 3
    awards:
      - type: "xp"
        skill: "beastslay"
        base: 24
      - 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"