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