aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/general_store_clerk.yaml
blob: 489ed286f5bc9d7d9f46ffe5f1cfdee41f703313 (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
name: Shopkeeper
description: A friendly merchant with a tidy apron, standing behind a well-stocked counter.
protected: true
unique: true
idle_descriptions:
    - arranges items on the shelves
    - polishes the counter
    - counts credits in the register
    - greets a passerby with a nod
shop:
    message: '"Welcome to the General Store! Have a look around."'
    items:
        - item_id: fishing_rod
          stock: 10
        - item_id: fishing_bait
          stock: 1000
        - item_id: matches
          stock: 20
        - item_id: firesteel
          stock: 10
        - item_id: lighter
          stock: 10
        - item_id: hammer
          stock: 10
        - item_id: knife
          stock: 10
        - item_id: chisel
          stock: 10
        - item_id: bread
          stock: 30
        - item_id: bowstring
          stock: 50
talk:
    nodes:
        start:
            messages:
                - '"Welcome to the General Store! Type ''list'' to see my wares."'
            options:
                - text: '"Goodbye."'