aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/plasma_wraith.yaml
blob: 7241d9ab9a587e45af0d94187e7bc549992d818e (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: plasma wraith
description: "A shimmering entity of contained plasma, vaguely humanoid in shape. It radiates intense heat and hums with barely contained energy."
idle_descriptions:
  - "drifts silently, leaving heat shimmer in its wake"
  - "pulses with internal light"
  - "phases partially through a wall"
  - "emits a low frequency hum"
drops:
  remains: ectoplasm
  loot:
    - item_id: credits
      weight: 50
      quantity: 400
    - item_id: chaosjunk
      weight: 20
      quantity: 2
    - item_id: cosmicjunk
      weight: 15
      quantity: 2
    - table: gem_table
      weight: 15
combat:
  kind: combat
  stats:
    hp: 56
    attack: 1
    strength: 1
    defense: 22
    science: 65
    attack_type: science
    speed: 4
    aggressive: true
    respawn_ticks: 60
    bonuses:
      attack_bonus: 0
      strength_bonus: 0
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 30
      slash_defense: 30
      crush_defense: 25
      science_defense: 45
      ranged_defense: -10
      weakness: hydro
  size: medium
  combat_descriptions:
    - "lashes %s with a whip of plasma"
    - "engulfs %s in a superheated cloud"
    - "discharges a concentrated beam at %s"