aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/drone.yaml
blob: 08091f59086de3cce990ab48351fcb2d52816389 (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
name: drone
description: "A malfunctioning security drone crackling with electrical discharge. Its attacks are especially dangerous to anyone not wearing insulated gloves."
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"
drops:
  remains: circuit_board
  loot:
    - item_id: credits
      weight: 80
      quantity: 75
    - item_id: insulated_gloves
      weight: 5
    - item_id: credits
      weight: 15
      quantity: 200
combat:
  kind: combat
  stats:
    hp: 45
    attack: 15
    strength: 14
    defense: 12
    attack_type: crush
    speed: 4
    aggressive: true
    respawn_ticks: 35
    bonuses:
      attack_bonus: 0
      strength_bonus: 0
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 0
      slash_defense: 0
      crush_defense: 0
      science_defense: 0
      ranged_defense: 0
  assassin_level: 15
  damage_without: insulated_gloves
  size: small
  combat_descriptions:
    - "fires an electrical bolt at %s"
    - "charges its capacitors and zaps %s"
    - "swoops down on %s with crackling energy"