aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/war_drone.yaml
blob: 7255a4503fbf8bd88ce160514c27f5c729e1e52b (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
name: war drone
description: "An upgraded combat drone with reinforced plating and a heavier weapons array. Its targeting systems whir as it locks onto you."
idle_descriptions:
  - "hovers aggressively, weapons armed"
  - "emits a low, threatening hum"
  - "paints a targeting reticle on the wall"
  - "cycles through weapon modes with a click"
drops:
  remains: circuit_board
  loot:
    - item_id: credits
      weight: 60
      quantity: 200
    - item_id: scrap
      weight: 20
      quantity: 4
    - item_id: credits
      weight: 10
      quantity: 500
    - table: gem_table
      weight: 10
combat:
  kind: combat
  stats:
    hp: 65
    attack: 25
    strength: 28
    defense: 25
    attack_type: slash
    speed: 4
    aggressive: true
    respawn_ticks: 50
    bonuses:
      attack_bonus: 20
      strength_bonus: 18
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 35
      slash_defense: 30
      crush_defense: 40
      science_defense: -10
      ranged_defense: 20
      weakness: solar
  size: medium
  combat_descriptions:
    - "fires a plasma bolt at %s"
    - "slashes at %s with a rotary blade"
    - "launches a concussion grenade at %s"