aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/crawler.yaml
blob: 55d8f6f8ad0c8318851bb5c74aa699cdd621cd5c (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
name: crawler
description: "A heavily armored bio-mechanical creature with a chitinous exoskeleton. Its regenerative biology prevents death unless dissolved with acid."
idle_descriptions:
  - "scrapes its mandibles together menacingly"
  - "clicks and chitters in an alien rhythm"
  - "tests the air with feathered antennae"
  - "coils its segmented body defensively"
drops:
  remains: chitin_plate
  loot:
    - item_id: credits
      weight: 70
      quantity: 250
    - item_id: acid_vial
      weight: 10
    - item_id: credits
      weight: 20
      quantity: 500
combat:
  kind: combat
  stats:
    hp: 80
    attack: 25
    strength: 22
    defense: 30
    attack_type: crush
    speed: 5
    aggressive: false
    respawn_ticks: 45
    bonuses:
      attack_bonus: 0
      strength_bonus: 0
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 0
      slash_defense: 0
      crush_defense: 0
      science_defense: 0
      ranged_defense: 0
  assassin_level: 30
  finishing_blow: acid_vial
  size: large
  combat_descriptions:
    - "snaps its mandibles at %s"
    - "lashes out with a barbed tail at %s"
    - "charges headlong into %s"