aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/mutant_rat.yaml
blob: 676b510e0dc566d757636a83324a8afa48c6ac5e (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
name: mutant rat
description: "A bloated rodent with glowing green eyes and exposed muscle tissue. Bio-engineering runoff has made it unnaturally aggressive."
idle_descriptions:
  - "scurries frantically in circles"
  - "gnaws on a rusted pipe"
  - "emits a gurgling screech"
  - "twitches unnaturally"
drops:
  remains: bones
  loot:
    - item_id: credits
      weight: 60
      quantity: 20
    - item_id: scrap
      weight: 30
    - item_id: credits
      weight: 10
      quantity: 60
combat:
  kind: combat
  stats:
    hp: 32
    attack: 13
    strength: 13
    defense: 12
    attack_type: crush
    speed: 4
    aggressive: true
    respawn_ticks: 25
    bonuses:
      attack_bonus: 8
      strength_bonus: 6
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 15
      slash_defense: 15
      crush_defense: 10
      science_defense: -10
      ranged_defense: 5
      weakness: bio
  size: small
  combat_descriptions:
    - "bites %s with glowing teeth"
    - "slashes %s with mutated claws"
    - "lunges at %s with unnatural speed"