v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Set traffic areas"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(added to category:designations)
 
(Fleshed out from the description in /data/init.txt)
Line 1: Line 1:
 +
'''Traffic areas''' are used to manipulate the movements of dwarves.  Traffic areas can be designated as high, normal, low or restricted.  When walking from one point to another, dwarves consider these designations in finding the shortest path.
 +
 +
For example, a dwarf will choose a 14 tile high traffic route (14*1=14) over a 3 tile low traffic route (3*5=15).{{verify}}
 +
 +
==Default Traffic Weights==
 +
These numbers have been taken from /data/init.txt
 +
{|cellpadding="2" border="1"
 +
!Designation!!Cost
 +
|-
 +
| High || 1
 +
|-
 +
| Normal || 2
 +
|-
 +
| Low || 5
 +
|-
 +
| Restricted || 25
 +
|-
 +
|}
 +
 
[[category:designations]]
 
[[category:designations]]

Revision as of 07:37, 5 November 2007

Traffic areas are used to manipulate the movements of dwarves. Traffic areas can be designated as high, normal, low or restricted. When walking from one point to another, dwarves consider these designations in finding the shortest path.

For example, a dwarf will choose a 14 tile high traffic route (14*1=14) over a 3 tile low traffic route (3*5=15).[Verify]

Default Traffic Weights

These numbers have been taken from /data/init.txt

Designation Cost
High 1
Normal 2
Low 5
Restricted 25