aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/weapons_smith.yaml
blob: b12a543326afc5d9f92e11c2edfaa1c1d721d503 (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
aggressive: false
attack: 1
attack_type: crush
crush_defense: 0
defense: 1
description: A burly smith with soot-stained hands and a heavy leather apron, standing proudly by the forge.
hp: 80
idle_descriptions:
    - hammers at a glowing blade on the anvil
    - wipes soot from his brow
    - inspects a finished sword
    - tends to the furnace fire
name: Weaponsmith
protected: true
ranged_defense: 0
respawn_ticks: 30
science_defense: 0
slash_defense: 0
speed: 5
stab_defense: 0
strength: 1
shop:
    message: The Smithy — buy or sell weapons and armor.
    buys_anything: false
    items:
        - item_id: bronze_sword
          stock: 10
        - item_id: iron_sword
          stock: 5
        - item_id: bronze_axe
          stock: 10
        - item_id: iron_axe
          stock: 5
        - item_id: bronze_pickaxe
          stock: 10
        - item_id: iron_pickaxe
          stock: 5
        - item_id: bronze_med_helm
          stock: 10
        - item_id: iron_med_helm
          stock: 5
talk:
    nodes:
        start:
            messages:
                - '"Welcome to the Smithy! Type ''list'' to see my wares."'
            options:
                - text: '"Nothing right now."'
unique: true
size: small