aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/lesser_drone.yaml
blob: d9c452d2e9df83f4a388cc12b276d9695c0a9794 (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
name: lesser drone
description: "A floating metallic drone with a pulsing energy core. Its surface crackles with electric discharge."
idle_descriptions:
  - "hovers silently, scanning the area"
  - "emits a low electronic hum"
  - "projects a thin beam of light across the floor"
  - "rotates slowly in place"
drops:
  loot:
    - item_id: scrap
      weight: 60
    - item_id: credits
      weight: 40
      quantity: 300
combat:
  kind: combat
  stats:
    hp: 55
    attack: 1
    strength: 1
    defense: 18
    science: 20
    attack_type: science
    speed: 4
    aggressive: true
    respawn_ticks: 50
    bonuses:
      attack_bonus: 0
      strength_bonus: 0
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 35
      slash_defense: 35
      crush_defense: 30
      science_defense: 20
      ranged_defense: -10
  size: small