aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/ghoul.yaml
blob: 070d6f135ddc2bde6c085d7b469f63821f2f1e3d (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
name: ghoul
description: "A radiation-scarred crew member, barely recognizable as human. Its flesh glows faintly and its eyes are hollow sockets."
idle_descriptions:
  - "shambles aimlessly and moans"
  - "scratches at the walls leaving glowing marks"
  - "stares blankly into the darkness"
  - "emits a low, rattling groan"
drops:
  remains: bones
  loot:
    - item_id: credits
      weight: 60
      quantity: 80
    - item_id: scrap
      weight: 25
    - table: herb_table_low
      weight: 15
combat:
  kind: combat
  stats:
    hp: 54
    attack: 22
    strength: 22
    defense: 20
    attack_type: crush
    speed: 4
    aggressive: true
    respawn_ticks: 35
    bonuses:
      attack_bonus: 15
      strength_bonus: 12
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 20
      slash_defense: 25
      crush_defense: 15
      science_defense: -5
      ranged_defense: 20
      weakness: hydro
  size: medium
  combat_descriptions:
    - "claws at %s with irradiated hands"
    - "lunges at %s with a gurgling shriek"
    - "bites %s with decaying teeth"