From e6b4cb9f5816c6ee239233bc85f74ee446a161c2 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 16:37:45 -0400 Subject: feat: shop system overhauled, gui conversation tree editor overhauled --- data/mobs/flight_attendant_copy.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/mobs/flight_attendant_copy.yaml (limited to 'data/mobs/flight_attendant_copy.yaml') diff --git a/data/mobs/flight_attendant_copy.yaml b/data/mobs/flight_attendant_copy.yaml new file mode 100644 index 0000000..fc62564 --- /dev/null +++ b/data/mobs/flight_attendant_copy.yaml @@ -0,0 +1,23 @@ +aggressive: false +description: A smiling flight attendant in a crisp uniform, ready to assist passengers. +id: flight_attendant_copy +idle_descriptions: + - adjusts her name badge + - smiles politely at you +kind: combat +name: Credit Checker! +protected: true +respawn_ticks: 0 +shop: + message: SHOP SHOP + items: + - item_id: bronze_pickaxe + stock: 5 +talk: + nodes: + start: + options: + - goto: "" + text: None! + - text: None +unique: false -- cgit v1.2.3