aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/general_store_clerk.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/mobs/general_store_clerk.yaml
parent3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff)
downloadthehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/mobs/general_store_clerk.yaml')
-rw-r--r--data/mobs/general_store_clerk.yaml85
1 files changed, 66 insertions, 19 deletions
diff --git a/data/mobs/general_store_clerk.yaml b/data/mobs/general_store_clerk.yaml
index 842a98b..cc6d014 100644
--- a/data/mobs/general_store_clerk.yaml
+++ b/data/mobs/general_store_clerk.yaml
@@ -1,24 +1,71 @@
+aggressive: false
+attack: 1
+attack_type: crush
+crush_defense: 0
+defense: 1
+description: A friendly merchant with a tidy apron, standing behind a well-stocked counter.
+hp: 50
id: general_store_clerk
+idle_descriptions:
+ - arranges items on the shelves
+ - polishes the counter
+ - counts credits in the register
+ - greets a passerby with a nod
name: Shopkeeper
-description: "A friendly merchant with a tidy apron, standing behind a well-stocked counter."
-behavior: general_store
-unique: true
protected: true
-hp: 50
-attack: 1
-strength: 1
-defense: 1
-speed: 5
-aggressive: false
+ranged_defense: 0
respawn_ticks: 30
-attack_type: crush
-stab_defense: 0
-slash_defense: 0
-crush_defense: 0
science_defense: 0
-ranged_defense: 0
-idle_descriptions:
- - "arranges items on the shelves"
- - "polishes the counter"
- - "counts credits in the register"
- - "greets a passerby with a nod" \ No newline at end of file
+slash_defense: 0
+speed: 5
+stab_defense: 0
+strength: 1
+talk:
+ nodes:
+ shop:
+ action:
+ shop:
+ items:
+ - buy_price: 10
+ item_id: fishing_rod
+ sell_price: 2
+ - buy_price: 2
+ item_id: fishing_bait
+ sell_price: 0
+ - buy_price: 10
+ item_id: matches
+ sell_price: 2
+ - buy_price: 40
+ item_id: firesteel
+ sell_price: 10
+ - buy_price: 30
+ item_id: lighter
+ sell_price: 7
+ - buy_price: 20
+ item_id: hammer
+ sell_price: 5
+ - buy_price: 10
+ item_id: knife
+ sell_price: 2
+ - buy_price: 10
+ item_id: chisel
+ sell_price: 2
+ - buy_price: 10
+ item_id: bread
+ sell_price: 2
+ - buy_price: 20
+ item_id: bowstring
+ sell_price: 5
+ message: What would you like to buy or sell?
+ message: '"Take your time. What can I get you?"'
+ options:
+ - goto: start
+ text: '"I''m done."'
+ start:
+ message: '"Welcome to the General Store! Need any supplies?"'
+ options:
+ - goto: shop
+ text: '"I''d like to browse."'
+ - end: true
+ text: '"Goodbye."'
+unique: true