aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/molten_elemental.yaml
blob: 3c9b0234212849e4ac0b307ff5ffa149fa40dd2d (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: molten elemental
description: "A flowing mass of liquid metal and superheated slag, roughly humanoid. The air around it shimmers with heat and droplets of molten alloy drip to the floor."
idle_descriptions:
  - "bubbles and churns, throwing off sparks"
  - "melts a nearby chunk of metal absent-mindedly"
  - "pulses with an inner orange glow"
  - "drips glowing droplets onto the floor"
drops:
  remains: scrap
  loot:
    - item_id: credits
      weight: 50
      quantity: 2000
    - item_id: biojunk
      weight: 20
      quantity: 3
    - item_id: bloodjunk
      weight: 15
      quantity: 2
    - table: herb_table_high
      weight: 15
combat:
  kind: combat
  stats:
    hp: 115
    attack: 48
    strength: 52
    defense: 52
    attack_type: crush
    speed: 5
    aggressive: true
    respawn_ticks: 80
    bonuses:
      attack_bonus: 40
      strength_bonus: 42
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 60
      slash_defense: 60
      crush_defense: 70
      science_defense: -30
      ranged_defense: 45
      weakness: hydro
  size: large
  combat_descriptions:
    - "hurls a glob of molten metal at %s"
    - "engulfs %s in a wave of liquid fire"
    - "smashes %s with a superheated limb"