aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/man.yaml
blob: a4b0729dc553aa5bdb4bf9b6a5ba749530f49c2c (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
id: man
name: man
description: "A shabby-looking man loitering in the town square."
combat_descriptions:
  - "is engaged in a fight to the death with %s"
  - "is getting pummelled by %s"
  - "is locked in combat with %s"
  - "trades blows with %s"
  - "circles warily around %s"
idle_descriptions:
  - "scribbles something in a small notebook"
  - "gazes skyward at the clouds"
  - "leans against a wall, looking bored"
  - "scratches his head thoughtfully"
  - "stares off into the distance"
  - "adjusts his tunic and stretches"
attack: 1
strength: 1
defense: 1
hp: 7
speed: 5
aggressive: false
respawn_ticks: 30
drops:
  remains: "bones"
  loot:
    - item_id: "credits"
      weight: 98
      quantity: 10
    - item_id: "credits"
      weight: 2
      quantity: 150