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/tanner_talk.yaml | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/behaviors/tanner_talk.yaml')
| -rw-r--r-- | data/behaviors/tanner_talk.yaml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/data/behaviors/tanner_talk.yaml b/data/behaviors/tanner_talk.yaml deleted file mode 100644 index edc0387..0000000 --- a/data/behaviors/tanner_talk.yaml +++ /dev/null @@ -1,46 +0,0 @@ -id: tanner_talk -type: talk -nodes: - start: - message: "\"Bring me some cowhides and I'll tan them for you. Leather is 10 credits, hard leather is 50.\"" - options: - - text: "\"Tan a cowhide into leather (10 credits).\"" - goto: tan_leather - condition: - all_of: - - has_item: cowhide - - min_credits: 10 - - text: "\"Tan a cowhide into hard leather (50 credits).\"" - goto: tan_hard_leather - condition: - all_of: - - has_item: cowhide - - min_credits: 50 - - text: "\"Never mind.\"" - end: true - tan_leather: - message: "The tanner takes your cowhide and works it skillfully. \"Here's your leather.\"" - action: - take_item: cowhide - give_item: leather - cost: 10 - options: - - text: "\"Tan another.\"" - goto: start - condition: - has_item: cowhide - - text: "\"Thanks.\"" - end: true - tan_hard_leather: - message: "The tanner takes your cowhide and subjects it to an intense curing process. \"Here's your hard leather.\"" - action: - take_item: cowhide - give_item: hard_leather - cost: 50 - options: - - text: "\"Tan another.\"" - goto: start - condition: - has_item: cowhide - - text: "\"Thanks.\"" - end: true |
