summaryrefslogtreecommitdiff
path: root/ropes/settingtypes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ropes/settingtypes.txt')
-rw-r--r--ropes/settingtypes.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/ropes/settingtypes.txt b/ropes/settingtypes.txt
index 242cd76..3c5d747 100644
--- a/ropes/settingtypes.txt
+++ b/ropes/settingtypes.txt
@@ -34,4 +34,17 @@ ropes_steel_rope_box_max_multiple (Maximum steel rope box multiple) int 9 0 9
#intended for the situation where you have an established world and you want
#to reduce the number of rope boxes available to players without turning
#existing rope boxes into "unknown node"s.
-ropes_create_all_definitions (Create all rope box definitions) bool false \ No newline at end of file
+ropes_create_all_definitions (Create all rope box definitions) bool false
+
+#Extending ladders replaces the default wallmounted wood and steel ladders
+#with ladders capable of standing on their own, to a defined limit.
+#A ladder can extend to its unsupported limit before needing another node
+#behind it to provide a new point of support. Right-clicking on an existing
+#ladder with a stack of ladders will add new ladder segments to its top.
+ropes_extending_ladder_enabled (Enable extendable ladders) bool true
+ropes_extending_wood_ladder_limit (Unsupported limit of wooden ladders) int 5
+ropes_extending_steel_ladder_limit (Unsupported limit of steel ladders) int 15
+
+#These nodes make it easier to build bridges by extending out away
+#from the player as they're placed
+ropes_bridges_enabled (Enable bridges) bool true \ No newline at end of file