townforge/GameData/TB/cc/dividend.tb.txt
Crypto City 4613cdb321 add a tiny fee by dividend recipient
for abuse prevention
2023-01-28 17:03:01 +00:00

46 lines
1.6 KiB
Plaintext

WindowInfo
title Dividend
modal: 1
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
TBLayout: axis: x
TBLayout: axis: y
TBClickLabel: text: "Split:"
TBRadioButton: id: "mode-split", group-id: "mode", data: 0, value: 1
TBClickLabel: text: "Pay:"
TBRadioButton: id: "mode-pay", group-id: "mode", data: 1, value: 0
TBEditField: id: "amount", placeholder: "amount"
lp: min-width: 200
TBContainer
TBLayout: axis: y, distribution-position: "left"
TBLayout: axis: x
TBClickLabel: text: "gold"
lp: min-width: 200
TBRadioButton: id: "distribution-type-gold", group-id: "distribution-type", data: 0, value: 1
TBLayout: axis: x
TBRadioButton: id: "distribution-type-item", group-id: "distribution-type", data: 1
TBSelectDropdown: id: "distributed-item", gravity: "left right"
lp: min-width: 200
TBLayout: axis: x
TBLayout: axis: y
TBToggleContainer: id: "toggle-mode-split", toggle: "expanded", value: 1
TBTextField: text: "Among owners of:", distribution-position: "left"
TBToggleContainer: id: "toggle-mode-pay", toggle: "expanded", value: 0
TBTextField: text: "For every:", distribution-position: "left"
TBSelectDropdown: id: "owned-item", gravity: "left right"
lp: min-width: 200
TBClickLabel: text: "Exclude items I own"
TBCheckBox: id: "exclude-owned"
TBEditField: id: "note", placeholder: "Optional text note", gravity: "all"
TBTextField: text: "For abuse prevention, a tiny fee of 0.0001 gold is added per recipient"
TBLayout: axis: x
TBButton: text: "OK", id: "ok"
TBButton: text: "Cancel", id: "cancel"