- 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.
Difference between revisions of "Edge"
m (Interwiki link) |
|||
Line 2: | Line 2: | ||
{{Quality|Fine}} | {{Quality|Fine}} | ||
− | Materials have a sharpness property, defined as | + | Materials have a sharpness property, defined as {{token|MAX_EDGE|md|<number>}}. In combat, this presumably defines how well the material works when used for slashing attacks. |
− | Most materials draw this from their Material Template, but placing a [MAX_EDGE] tag in the material's entry will override this and allow it to be sharper than other objects of its kind. For example, Obsidian has [MAX_EDGE:20000], while the Stone Material Template has [MAX_EDGE:1000]. Incidentally, it seems that this is what allows Obsidian to be made into stone swords; a value of at least 10000 has been proven to also work. | + | Most materials draw this from their Material Template, but placing a <code>[MAX_EDGE]</code> tag in the material's entry will override this and allow it to be sharper than other objects of its kind. For example, Obsidian has <code>[MAX_EDGE:20000]</code>, while the Stone Material Template has <code>[MAX_EDGE:1000]</code>. Incidentally, it seems that this is what allows Obsidian to be made into stone swords; a value of at least 10000 has been proven to also work. |
Actual weapon sharpness depends on its [[quality]]: masterwork and artifact blades have the above-mentioned maximum material edge, while regular-quality items get only half as much. | Actual weapon sharpness depends on its [[quality]]: masterwork and artifact blades have the above-mentioned maximum material edge, while regular-quality items get only half as much. | ||
+ | {{Category|Game mechanics}} | ||
[[ru:Edge]] | [[ru:Edge]] |
Revision as of 19:03, 9 June 2019
v50.14 · v0.47.05 This article is about the current version of DF.Note that some content may still need to be updated. |
Materials have a sharpness property, defined as [MAX_EDGE:<number>]
. In combat, this presumably defines how well the material works when used for slashing attacks.
Most materials draw this from their Material Template, but placing a [MAX_EDGE]
tag in the material's entry will override this and allow it to be sharper than other objects of its kind. For example, Obsidian has [MAX_EDGE:20000]
, while the Stone Material Template has [MAX_EDGE:1000]
. Incidentally, it seems that this is what allows Obsidian to be made into stone swords; a value of at least 10000 has been proven to also work.
Actual weapon sharpness depends on its quality: masterwork and artifact blades have the above-mentioned maximum material edge, while regular-quality items get only half as much.