diff options
| author | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
| commit | e6b4cb9f5816c6ee239233bc85f74ee446a161c2 (patch) | |
| tree | 1c3bf71c8b7f095baae989afe5e33183a7ed3929 /data/mobs/flight_attendant_copy.yaml | |
| parent | 649ef4b7416ce7053145878841fc9b0bff2f5fec (diff) | |
| download | thehouseoficarus-e6b4cb9f5816c6ee239233bc85f74ee446a161c2.tar.gz | |
feat: shop system overhauled, gui conversation tree editor overhauled
Diffstat (limited to 'data/mobs/flight_attendant_copy.yaml')
| -rw-r--r-- | data/mobs/flight_attendant_copy.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
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 |
