13 lines
273 B
TOML
13 lines
273 B
TOML
[outputs]
|
|
hose_1_2_inch = { quantity = { amount=100, unit="Foot" } }
|
|
|
|
[inputs]
|
|
capital = { quantity = { amount=69.95, unit="USDollar" } }
|
|
|
|
[dependencies]
|
|
operator = {skills=["vendor interaction"]}
|
|
|
|
[action.purchase]
|
|
vendor = [
|
|
"https://www.ebay.com/itm/125116790610"
|
|
]
|