aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/security_turret.yaml
blob: 182025a7e9723dbebfe33ac17e030da0621b39ed (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
55
combat:
    aggressive: true
    attack_types:
        - crush
        - ranged
    combat_descriptions:
        - fires twin bolts at %s
        - unleashes a burst of rounds at %s
        - locks onto %s and opens fire
    kind: combat
    respawn_ticks: 40
    size: small
    stats:
        attack: 20
        bonuses:
            attack_bonus: 0
            ranged_bonus: 0
            ranged_strength_bonus: 0
            science_bonus: 0
            science_percent_bonus: 0
            strength_bonus: 0
        defense: 16
        defenses:
            crush_defense: 40
            ranged_defense: 15
            science_defense: -20
            slash_defense: 20
            stab_defense: 30
            weakness: solar
            weakness_percent: 50
        hp: 44
        max_melee_hit: 3
        max_ranged_hit: 4
        ranged: 34
        speed: 5
        strength: 20
description: A ceiling-mounted auto-turret with twin barrels and a red targeting laser. It tracks you with mechanical precision.
drops:
    loot:
        - item_id: chips
          quantity: 100
          weight: 70
        - item_id: scrap
          quantity: 3
          weight: 20
        - item_id: chips
          quantity: 250
          weight: 10
    remains: scrap
idle_descriptions:
    - pans the room with a targeting laser
    - emits a rhythmic clicking sound
    - calibrates its targeting sensors
    - beeps a warning tone
name: security turret