aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/goblin.yaml
blob: 23a5f7773c89ee3ef429e4a4605dc8bcb69e28b5 (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
name: goblin
description: "A small green-skinned goblin with a rusty blade."
idle_descriptions:
  - "mutters something unintelligible"
  - "waves a rusty blade around"
  - "picks its nose"
  - "kicks a pebble"
drops:
  remains: bones
  loot:
    - item_id: credits
      weight: 80
      quantity: 5
    - item_id: credits
      weight: 20
      quantity: 25
combat:
  kind: combat
  stats:
    hp: 12
    attack: 1
    strength: 3
    defense: 3
    attack_type: slash
    speed: 5
    aggressive: true
    respawn_ticks: 25
    bonuses:
      attack_bonus: 3
      strength_bonus: 2
      science_bonus: 0
      science_percent_bonus: 0
      ranged_bonus: 0
      ranged_strength_bonus: 0
    defenses:
      stab_defense: 4
      slash_defense: 3
      crush_defense: -2
      science_defense: 0
      ranged_defense: 3
  size: small