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