towercrane/settingtypes.txt

15 lines
504 B
Plaintext
Raw Normal View History

2018-01-03 13:37:03 +01:00
# Maximum crane height in nodes (8..n)
towercrane_max_height (maximum crane height) int 32
2017-07-11 20:13:48 +02:00
2018-01-03 13:37:03 +01:00
# Maximum crane width in nodes (8..n)
towercrane_max_width (maximum crane width) int 32
2017-07-11 20:13:48 +02:00
2018-01-03 13:37:03 +01:00
# Crane rope lenght in nodes (max_height .. max_height+x)
# If the rope length is larger than the crane height, the crane
2018-01-03 13:37:03 +01:00
# can be placed on buildings and the player still reaches the ground.
towercrane_rope_length (crane rope lenght) int 32
2017-07-11 20:13:48 +02:00
# Recipe available (true/false)
towercrane_recipe (recipe available) bool true