aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/void_reaper.yaml
blob: bf85470666a39600aa0ba5d3899eafb9f8dfc7aa (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
name: void reaper
description: "A shadowy figure that seems to absorb light itself. Its form shifts between a hooded specter and an armored construct. A scythe of dark energy flickers in its grasp."
idle_descriptions:
  - "flickers in and out of existence"
  - "draws the warmth from the surrounding air"
  - "whispers in a language that predates humanity"
  - "reaches out with shadowy tendrils"
drops:
  remains: ectoplasm
  loot:
    - item_id: credits
      weight: 30
      quantity: 20000
    - item_id: law_identifier
      weight: 5
    - item_id: death_identifier
      weight: 5
    - item_id: blood_identifier
      weight: 5
    - item_id: bloodjunk
      weight: 20
      quantity: 10
    - table: gem_table
      weight: 15
    - item_id: uncut_diamond
      weight: 10
      quantity: 5
    - table: herb_table_high
      weight: 10
combat:
  kind: combat
  stats:
    hp: 170
    attack: 62
    strength: 68
    defense: 72
    attack_type: slash
    speed: 3
    aggressive: true
    respawn_ticks: 200
    bonuses:
      attack_bonus: 60
      strength_bonus: 60
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 100
      slash_defense: 110
      crush_defense: 90
      science_defense: -45
      ranged_defense: 75
      weakness: bio
  assassin_level: 80
  finishing_blow: lawjunk
  size: massive
  combat_descriptions:
    - "swings its void scythe at %s"
    - "drains the life force from %s"
    - "envelops %s in absolute darkness"