Files
Terrarum/assets/mods/basegame/materials/materials.csv
2022-03-23 10:22:14 +09:00

1.7 KiB

1idsttensimpfdstyfmodendurancetcondreachcomments
2ROCK15210300010.421.05data is that of marble
3OORE15210300010.421.05data is that of marble
4OGEM15210300010.421.05data is that of marble
5CUPR210770896021.00401.05copper
6EGLS331000232540.821.06elven glass/moldavite
7IRON3501085787451.421.06not wrought iron,just natural iron
8ARGN1705951049090.911.06argentum/silver
9STAL53125207874141.731.07steel
10EAUR76808192211.361.07elven aurichalcum
11TIAL90004420332.161.08titanium alloy (Ti6Al4V)
12ADMT200040902700713.421.08adamant
13OOZE200100010.080.50genetic ooze,data is about human skin
14BONE1300200010.230.554data is that of bovine bone
15# idst: ID_STRING, ALL CAPS
16#
17# tens: tensile strength (= ultimate stringth)
18# not all 'impact' is not tensile stress, but I'm using it anyway because it's easiest to get the value from.
19# that, or DF's tensile fracture divided by 1000 (I think Toady and I are both using values posted on Wikipedia, e.g. Silver)
20#
21# impf: Dwarf Fortress impact fracture divided by 1000 (likely not being used)
22#
23# dsty: density (grams per litre)
24#
25# fmod: forcemod -- related to attack points
26# Attack points = `16 * forcemod.sqrt()` for each strike
27#
28# endurance: multiplier, using copper as referencedetermines durability of tools/weapons/armours/etc.
29# the base value for endurance differes to tool to tool. When integer is used, resulting value must be ROUNDED.
30#
31# tcond: thermal conductivity
32#
33# reach: Tool Reach in blocks. Default is 6 (iron)
34#
35# Comments: do nothingdo not parse
36#
37## These values are being used by the phys simulator (blocks) and for attack power calculation (items)