aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/scrap_bot.yaml
blob: 7c63178a6e1746a58fce2a07d74fcbc45dda133a (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
combat:
    aggressive: true
    attack_types:
        - crush
    combat_descriptions:
        - rams %s with its chassis
        - swings a broken manipulator arm at %s
        - discharges a spark at %s
    kind: combat
    respawn_ticks: 30
    size: medium
    stats:
        attack: 15
        bonuses:
            attack_bonus: 10
            ranged_bonus: 0
            ranged_strength_bonus: 0
            science_bonus: 0
            science_percent_bonus: 0
            strength_bonus: 8
        defense: 14
        defenses:
            crush_defense: 25
            ranged_defense: 10
            science_defense: -5
            slash_defense: 15
            stab_defense: 20
        hp: 30
        max_melee_hit: 3
        speed: 5
        strength: 15
description: A malfunctioning maintenance robot that has gone rogue. Its chassis is covered in dents and rust, and one optical sensor flickers erratically.
drops:
    loot:
        - item_id: chips
          quantity: 40
          weight: 60
        - item_id: scrap
          quantity: 2
          weight: 30
        - item_id: chips
          quantity: 100
          weight: 10
    remains: scrap
idle_descriptions:
    - beeps erratically and twitches
    - bumps into a wall and reverses
    - emits a burst of static
    - scans the floor with a flickering beam
name: scrap bot