aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/goblin.yaml
blob: af03fc7ecbbeb4398c0de07d475c267af01b5cb1 (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
id: goblin
name: goblin
description: "A small green-skinned goblin with a rusty blade."
attack: 1
strength: 3
defense: 3
hp: 12
speed: 5
aggressive: true
respawn_ticks: 25
attack_type: slash
attack_bonus: 3
strength_bonus: 2
stab_defense: 4
slash_defense: 3
crush_defense: -2
science_defense: 0
ranged_defense: 3
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