diff options
Diffstat (limited to 'data/mobs/examples/estate_broker.yaml')
| -rw-r--r-- | data/mobs/examples/estate_broker.yaml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/data/mobs/examples/estate_broker.yaml b/data/mobs/examples/estate_broker.yaml index 68c3eb6..b095214 100644 --- a/data/mobs/examples/estate_broker.yaml +++ b/data/mobs/examples/estate_broker.yaml @@ -6,17 +6,20 @@ protected: true talk: nodes: already_own: - message: Yes, you're already a proud homeowner here! Your house is waiting for you. Use the Estate Directory to enter it, or expand your workshop. + messages: + - Yes, you're already a proud homeowner here! Your house is waiting for you. Use the Estate Directory to enter it, or expand your workshop. options: - goto: start text: Good to know. goodbye: - message: Come back when you're ready to invest in your future! + messages: + - Come back when you're ready to invest in your future! info: - message: Each house comes with an entrance hall and a workshop equipped with a workbench. You can use the workbench with a saw to turn logs into planks, or assemble planks into furniture. Furniture can be sold for a profit or displayed in your home. Future developments will allow adding more rooms to your house. + messages: + - Each house comes with an entrance hall and a workshop equipped with a workbench. You can use the workbench with a saw to turn logs into planks, or assemble planks into furniture. Furniture can be sold for a profit or displayed in your home. Future developments will allow adding more rooms to your house. options: - action: - cost: 10 + credits: -10 set_player_flags: owns_house_local_neighborhood: local_neighborhood condition: @@ -27,15 +30,17 @@ talk: - goto: goodbye text: Maybe later. purchased: - message: Excellent! The plot is yours. You'll find your new home in the Local Neighborhood just north of here. Use the Estate Directory terminal to enter your house. The home comes with a workshop — perfect for construction projects. + messages: + - Excellent! The plot is yours. You'll find your new home in the Local Neighborhood just north of here. Use the Estate Directory terminal to enter your house. The home comes with a workshop — perfect for construction projects. options: - goto: start text: Thanks! start: - message: Welcome to the Local Neighborhood development! I'm selling premium housing plots for only 10 credits. Interested in buying a house? + messages: + - Welcome to the Local Neighborhood development! I'm selling premium housing plots for only 10 credits. Interested in buying a house? options: - action: - cost: 10 + credits: -10 set_player_flags: owns_house_local_neighborhood: local_neighborhood condition: |
