aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/weapons_smith.yaml
blob: 4138a1b100ab17d075c8b11a37029bba1af056ff (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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
id: weapons_smith
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
talk:
    nodes:
        shop:
            action:
                shop:
                    items:
                        - buy_price: 25
                          item_id: bronze_sword
                          sell_price: 6
                        - buy_price: 60
                          item_id: iron_sword
                          sell_price: 15
                        - buy_price: 20
                          item_id: bronze_axe
                          sell_price: 5
                        - buy_price: 50
                          item_id: iron_axe
                          sell_price: 12
                        - buy_price: 20
                          item_id: bronze_pickaxe
                          sell_price: 5
                        - buy_price: 50
                          item_id: iron_pickaxe
                          sell_price: 12
                        - buy_price: 16
                          item_id: bronze_med_helm
                          sell_price: 4
                        - buy_price: 40
                          item_id: iron_med_helm
                          sell_price: 10
                    message: The Smithy — buy or sell weapons and armor.
            message: '"Here''s the current inventory. All quality guaranteed."'
            options:
                - goto: start
                  text: '"That''s all for now."'
        start:
            message: '"Welcome to the Smithy! Finest weapons and armor on the asteroid."'
            options:
                - goto: shop
                  text: '"Show me what you''ve got."'
                - end: true
                  text: '"Nothing right now."'
unique: true