diff options
| author | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
| commit | 0ea4eec5dd2122c6704216971eb1249276297867 (patch) | |
| tree | 430fbbef04e837820f1d031c190f52ecd6112e25 /data/behaviors/weapons_shop.yaml | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/behaviors/weapons_shop.yaml')
| -rw-r--r-- | data/behaviors/weapons_shop.yaml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/data/behaviors/weapons_shop.yaml b/data/behaviors/weapons_shop.yaml deleted file mode 100644 index d12a4e6..0000000 --- a/data/behaviors/weapons_shop.yaml +++ /dev/null @@ -1,43 +0,0 @@ -id: weapons_shop -type: talk -nodes: - start: - message: "\"Welcome to the Smithy! Finest weapons and armor on the asteroid.\"" - options: - - text: "\"Show me what you've got.\"" - goto: shop - - text: "\"Nothing right now.\"" - end: true - shop: - message: "\"Here's the current inventory. All quality guaranteed.\"" - action: - shop: - message: "The Smithy — buy or sell weapons and armor." - items: - - item_id: bronze_sword - buy_price: 25 - sell_price: 6 - - item_id: iron_sword - buy_price: 60 - sell_price: 15 - - item_id: bronze_axe - buy_price: 20 - sell_price: 5 - - item_id: iron_axe - buy_price: 50 - sell_price: 12 - - item_id: bronze_pickaxe - buy_price: 20 - sell_price: 5 - - item_id: iron_pickaxe - buy_price: 50 - sell_price: 12 - - item_id: bronze_med_helm - buy_price: 16 - sell_price: 4 - - item_id: iron_med_helm - buy_price: 40 - sell_price: 10 - options: - - text: "\"That's all for now.\"" - goto: start
\ No newline at end of file |
