aboutsummaryrefslogtreecommitdiff
path: root/data/behaviors/general_store.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 18:20:26 -0400
committerhistoria <[not public]>2026-06-19 18:20:26 -0400
commit0ea4eec5dd2122c6704216971eb1249276297867 (patch)
tree430fbbef04e837820f1d031c190f52ecd6112e25 /data/behaviors/general_store.yaml
parent3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff)
downloadthehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/behaviors/general_store.yaml')
-rw-r--r--data/behaviors/general_store.yaml49
1 files changed, 0 insertions, 49 deletions
diff --git a/data/behaviors/general_store.yaml b/data/behaviors/general_store.yaml
deleted file mode 100644
index 657e842..0000000
--- a/data/behaviors/general_store.yaml
+++ /dev/null
@@ -1,49 +0,0 @@
-id: general_store
-type: talk
-nodes:
- start:
- message: "\"Welcome to the General Store! Need any supplies?\""
- options:
- - text: "\"I'd like to browse.\""
- goto: shop
- - text: "\"Goodbye.\""
- end: true
- shop:
- message: "\"Take your time. What can I get you?\""
- action:
- shop:
- message: "What would you like to buy or sell?"
- items:
- - item_id: fishing_rod
- buy_price: 10
- sell_price: 2
- - item_id: fishing_bait
- buy_price: 2
- sell_price: 0
- - item_id: matches
- buy_price: 10
- sell_price: 2
- - item_id: firesteel
- buy_price: 40
- sell_price: 10
- - item_id: lighter
- buy_price: 30
- sell_price: 7
- - item_id: hammer
- buy_price: 20
- sell_price: 5
- - item_id: knife
- buy_price: 10
- sell_price: 2
- - item_id: chisel
- buy_price: 10
- sell_price: 2
- - item_id: bread
- buy_price: 10
- sell_price: 2
- - item_id: bowstring
- buy_price: 20
- sell_price: 5
- options:
- - text: "\"I'm done.\""
- goto: start