townforge/GameData/TB/cc/service.tb.txt

72 lines
2.9 KiB
Plaintext

WindowInfo
title Service settings
centered-relative-size: 0.5 0.3
modal: 1
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
TBTextField: text: "This building offers the following services:"
TBToggleContainer: id: "service-none", toggle: "expanded, value: 1
TBLayout: axis: y
TBTextField: text: "None"
TBToggleContainer: id: "service-firefighting", toggle: "expanded, value: 0
TBLayout: axis: y
TBTextField: text: "Firefighting"
TBTextField: text: "A military building can be used to fight fires in nearby buildings"
TBClickLabel: text: "Offer service to others"
TBCheckBox: id: "offer-service", connection: "offer-service"
TBToggleContainer: connection: "offer-service", toggle: expanded
TBLayout: axis: y, position: "left"
TBLayout: axis: x, distribution: "gravity"
TBTextField: text: "Base price: "
TBEditField: id: "service-price", placeholder: "Base price", gravity: "left right"
TBSeparator
TBTextField: text: "This is the price per square."
TBSeparator
TBTextField: text: "For example, firefighting on a building that's 20x10 squares"
TBTextField: text: "will cost 200 times the base price"
TBToggleContainer: id: "service-pearl-diving", toggle: "expanded, value: 0
TBLayout: axis: y
TBTextField: text: "Pearl diving"
TBTextField: text: "When not in use, a fishery's boats can be used to go diving for pearls"
TBClickLabel: text: "Offer service to others"
TBCheckBox: id: "offer-service", connection: "offer-service"
TBToggleContainer: connection: "offer-service", toggle: expanded
TBLayout: axis: y, position: "left"
TBLayout: axis: x, distribution: "gravity"
TBTextField: text: "Dive price: "
TBEditField: id: "service-price", placeholder: "Dive price", gravity: "left right"
TBSeparator
TBTextField: text: "This is the price for a pearl diving session."
TBSeparator
TBTextField: text: "You can check the building screen to see how many pearls"
TBTextField: text: "this fishery is expected to find on average"
TBToggleContainer: id: "service-food-salting", toggle: "expanded, value: 0
TBLayout: axis: y
TBTextField: text: "Food salting"
TBTextField: text: "Agricultural buildings can salt food to help it keep for longer"
TBTextField: text: "Note: offering this service requires the meat salting discovery"
TBClickLabel: text: "Offer service to others"
TBCheckBox: id: "offer-service", connection: "offer-service"
TBToggleContainer: connection: "offer-service", toggle: expanded
TBLayout: axis: y, position: "left"
TBLayout: axis: x, distribution: "gravity"
TBTextField: text: "Base price: "
TBEditField: id: "service-price", placeholder: "Base price", gravity: "left right"
TBSeparator
TBTextField: text: "This is the price for salting a single food item."
TBSeparator
TBLayout: axis: x
TBButton: text: "OK", id: "ok"
TBButton: text: "Cancel", id: "cancel"