aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/drone.yaml
blob: 3ecbc693847b3f964c79167b4568cae82e762087 (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
combat:
    aggressive: true
    assassin_level: 15
    attack_types:
        - crush
    combat_descriptions:
        - fires an electrical bolt at %s
        - charges its capacitors and zaps %s
        - swoops down on %s with crackling energy
    damage_without: insulated_gloves
    kind: combat
    respawn_ticks: 35
    size: small
    stats:
        attack: 15
        bonuses:
            attack_bonus: 0
            ranged_bonus: 0
            ranged_strength_bonus: 0
            science_bonus: 0
            science_percent_bonus: 0
            strength_bonus: 0
        defense: 12
        defenses:
            crush_defense: 0
            ranged_defense: 0
            science_defense: 0
            slash_defense: 0
            stab_defense: 0
        hp: 45
        max_melee_hit: 2
        speed: 4
        strength: 14
description: A malfunctioning security drone crackling with electrical discharge. Its attacks are especially dangerous to anyone not wearing insulated gloves.
drops:
    loot:
        - item_id: chips
          quantity: 75
          weight: 80
        - item_id: insulated_gloves
          weight: 5
        - item_id: chips
          quantity: 200
          weight: 15
    remains: circuit_board
idle_descriptions:
    - hovers erratically, sparking
    - emits a high-pitched whine
    - scans the area with a flickering red beam
    - rotates its weapon array with a mechanical click
name: drone