aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/cow.yaml
blob: 06556f46038428bfa560c9fd29361cb0d1eec927 (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
combat:
    aggressive: false
    attack_types:
        - crush
    kind: combat
    respawn_ticks: 30
    size: large
    stats:
        attack: 1
        bonuses:
            attack_bonus: 0
            ranged_bonus: 0
            ranged_strength_bonus: 0
            science_bonus: 0
            science_percent_bonus: 0
            strength_bonus: 0
        defense: 1
        defenses:
            crush_defense: 1
            ranged_defense: 0
            science_defense: 0
            slash_defense: 1
            stab_defense: 1
        hp: 8
        max_melee_hit: 1
        speed: 5
        strength: 1
description: A placid dairy cow, chewing cud.
drops:
    loot:
        - item_id: cowhide
          weight: 100
        - item_id: raw_beef
          weight: 100
    remains: bones
idle_descriptions:
    - moos softly
    - chews on some grass
    - swishes its tail lazily
    - stares at you with big brown eyes
name: cow