aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/elite_synth.yaml
blob: 9628572963f7cedbdeb5a58671b1deb20a426316 (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
name: elite synth
description: "A sleek combat android with glowing blue optics and a compact energy weapon. Its chassis is polished alloy and its movements are disturbingly fluid."
idle_descriptions:
  - "calibrates targeting sensors with a soft chime"
  - "projects a holographic tactical display"
  - "emits a binary chirp"
  - "reconfigures its weapon array silently"
drops:
  remains: circuit_board
  loot:
    - item_id: credits
      weight: 50
      quantity: 1500
    - item_id: biojunk
      weight: 20
      quantity: 3
    - item_id: naturejunk
      weight: 15
      quantity: 3
    - table: gem_table
      weight: 15
combat:
  kind: combat
  stats:
    hp: 104
    attack: 1
    strength: 1
    defense: 38
    science: 65
    attack_type: science
    speed: 4
    aggressive: true
    respawn_ticks: 75
    bonuses:
      attack_bonus: 0
      strength_bonus: 0
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 45
      slash_defense: 45
      crush_defense: 40
      science_defense: 55
      ranged_defense: -15
      weakness: chaos
  size: medium
  combat_descriptions:
    - "unleashes a coherent energy beam at %s"
    - "fires a pulse of disruptor energy at %s"
    - "overloads its emitters and blasts %s"