aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/psionic_entity.yaml
blob: 1f270e6cc5de437418daf9d25e04bed7bea15781 (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
53
54
55
name: psionic entity
description: "A barely visible distortion in the air, only detectable by the pressure it exerts on your mind. When it focuses, you see a shimmering outline of something vast and ancient."
idle_descriptions:
  - "probes the edges of your consciousness"
  - "flickers between visible and invisible states"
  - "emits a subsonic pulse you feel in your teeth"
  - "momentarily shows you visions of another dimension"
drops:
  remains: ectoplasm
  loot:
    - item_id: credits
      weight: 40
      quantity: 5000
    - item_id: lawjunk
      weight: 20
      quantity: 5
    - item_id: cosmicjunk
      weight: 15
      quantity: 5
    - table: gem_table
      weight: 15
    - item_id: spectral_visor
      weight: 5
    - table: herb_table_high
      weight: 5
combat:
  kind: combat
  stats:
    hp: 128
    attack: 1
    strength: 1
    defense: 42
    science: 97
    attack_type: science
    speed: 4
    aggressive: true
    respawn_ticks: 100
    bonuses:
      attack_bonus: 0
      strength_bonus: 0
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 50
      slash_defense: 50
      crush_defense: 45
      science_defense: 70
      ranged_defense: -20
  size: large
  combat_descriptions:
    - "assaults %s's mind with psionic force"
    - "tears at %s's perception of reality"
    - "unleashes a devastating mental blast at %s"