From 78b522d57a9ebc691e075523910d7cdaa06b6493 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 18:36:21 -0400 Subject: feat: shop system removed from talk system, added per-item restock and variable pricing --- data/mobs/flight_attendant_copy.yaml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'data/mobs') diff --git a/data/mobs/flight_attendant_copy.yaml b/data/mobs/flight_attendant_copy.yaml index fc62564..abe3d56 100644 --- a/data/mobs/flight_attendant_copy.yaml +++ b/data/mobs/flight_attendant_copy.yaml @@ -1,5 +1,18 @@ aggressive: false +attack: 0 +bonuses: + attack_bonus: 0 + attack_type: stab + strength_bonus: 0 +defense: 0 +defenses: + crush_defense: 0 + ranged_defense: 0 + science_defense: 0 + slash_defense: 0 + stab_defense: 0 description: A smiling flight attendant in a crisp uniform, ready to assist passengers. +hp: 0 id: flight_attendant_copy idle_descriptions: - adjusts her name badge @@ -7,12 +20,20 @@ idle_descriptions: kind: combat name: Credit Checker! protected: true +ranged: 0 respawn_ticks: 0 +science: 0 shop: - message: SHOP SHOP + buy_percentage: 0 + buys_anything: true + change_percentage: 0 items: - item_id: bronze_pickaxe + restock_ticks: 0 stock: 5 + message: SHOP SHOP +speed: 0 +strength: 0 talk: nodes: start: -- cgit v1.2.3