aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/slug.yaml
blob: 64082ec3df080cb6a450617733b40b1b881ea38b (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
name: slug
description: "A bloated, translucent slug the size of a dog. Its skin glistens with toxic mucus. It cannot be killed by conventional means — only salt can destroy it."
assassin_level: 1
finishing_blow: salt
attack: 3
strength: 3
defense: 1
hp: 15
speed: 6
aggressive: false
respawn_ticks: 25
idle_descriptions:
  - "oozes along the floor leaving a slimy trail"
  - "contracts and expands rhythmically"
  - "extends its eyestalks toward you"
  - "secretes a glob of toxic mucus"
combat_descriptions:
  - "lunges slimily at %s"
  - "sprays mucus toward %s"
  - "writhes in combat with %s"
size: small
drops:
  remains: slug_mucus
  loot:
    - item_id: credits
      weight: 100
      quantity: 15