aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/titan_sentinel.yaml
blob: 6fb36d36ae106c4dcdeceaeab465cefdd6556a99 (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: titan sentinel
description: "A colossal automaton, the bigger brother of the iron sentinel. Its armor is reinforced adamantite alloy and its optics burn with crimson fire."
idle_descriptions:
  - "stands motionless, gyros humming"
  - "scans the area with a sweeping crimson beam"
  - "vents superheated exhaust"
  - "rotates its armored torso with a deep grinding sound"
drops:
  loot:
    - item_id: scrap
      weight: 30
      quantity: 10
    - item_id: credits
      weight: 50
      quantity: 8000
    - table: gem_table
      weight: 15
    - item_id: deathjunk
      weight: 5
      quantity: 5
combat:
  kind: combat
  stats:
    hp: 132
    attack: 50
    strength: 52
    defense: 56
    attack_type: crush
    speed: 5
    aggressive: true
    respawn_ticks: 120
    bonuses:
      attack_bonus: 48
      strength_bonus: 45
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 90
      slash_defense: 90
      crush_defense: 80
      science_defense: -35
      ranged_defense: 60
      weakness: solar
  size: massive
  combat_descriptions:
    - "smashes %s with a titan-grade fist"
    - "unleashes a devastating plasma barrage at %s"
    - "drives %s into the ground with overwhelming force"