trade_bot/config/config.toml

21 lines
366 B
TOML
Raw Normal View History

2024-07-13 07:51:37 +00:00
position = [17720.0, 14951.0, 237.0]
orientation = 0
2024-07-08 18:09:15 +00:00
2024-07-16 21:38:10 +00:00
[buy_prices.simple]
"food.cheese" = 50
2024-07-08 18:09:15 +00:00
2024-07-16 21:38:10 +00:00
[[buy_prices.modular]]
material = "Iron"
primary = "sword.greatsword"
secondary = "sword.long"
price = 1000
2024-07-16 21:38:10 +00:00
[sell_prices.simple]
"consumable.potion_minor" = 150
2024-07-08 18:09:15 +00:00
2024-07-16 21:38:10 +00:00
[[sell_prices.modular]]
material = "Iron"
primary = "sword.greatsword"
secondary = "sword.long"
price = 1000