aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/enforcer_bot.yaml
blob: efdd698c2f34cda5711fa8b64776652326dda4f4 (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
name: enforcer bot
description: "A heavy riot control automaton with impact shields and a shock baton. It moves with deliberate, crushing steps."
idle_descriptions:
  - "patrols the area with heavy footsteps"
  - "deploys its riot shield with a hiss"
  - "announces a warning in garbled speech"
  - "tests its shock baton against a wall"
drops:
  remains: scrap
  loot:
    - item_id: credits
      weight: 60
      quantity: 350
    - item_id: scrap
      weight: 20
      quantity: 5
    - item_id: credits
      weight: 15
      quantity: 800
    - table: gem_table
      weight: 5
combat:
  kind: combat
  stats:
    hp: 70
    attack: 30
    strength: 35
    defense: 32
    attack_type: crush
    speed: 5
    aggressive: true
    respawn_ticks: 55
    bonuses:
      attack_bonus: 25
      strength_bonus: 25
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 40
      slash_defense: 40
      crush_defense: 50
      science_defense: -15
      ranged_defense: 30
      weakness: solar
  size: large
  combat_descriptions:
    - "smashes %s with a shock baton"
    - "slams its riot shield into %s"
    - "delivers a stunning blow to %s"