mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
2.1 KiB
2.1 KiB
| 1 | idst | tens | impf | dsty | fmod | endurance | tcond | reach | rcs | comments |
|---|---|---|---|---|---|---|---|---|---|---|
| 2 | WOOD | 10 | 10 | 800 | 1 | 0.173 | 0.17 | 5 | 18 | just a generic wood |
| 3 | ROCK | 15 | 210 | 3000 | 1 | 0.42 | 2.9 | 5 | 48 | data is that of marble |
| 4 | OORE | 15 | 210 | 3000 | 1 | 0.42 | 2.9 | 5 | 100 | data is that of marble |
| 5 | OGEM | 15 | 210 | 3000 | 1 | 0.42 | 2.9 | 5 | 80 | data is that of marble |
| 6 | CUPR | 210 | 770 | 8960 | 2 | 1.00 | 401.0 | 5 | 120 | copper |
| 7 | EGLS | 33 | 1000 | 2325 | 4 | 0.82 | 1.0 | 6 | 10 | elven glass/moldavite |
| 8 | IRON | 350 | 1085 | 7874 | 5 | 1.42 | 80.4 | 6 | 120 | not wrought iron,just natural iron |
| 9 | ARGN | 170 | 595 | 10490 | 9 | 0.91 | 429.0 | 6 | 120 | argentum/silver |
| 10 | AURM | 120 | 350 | 19300 | 9 | 0.88 | 318.0 | 6 | 120 | aurum/gold |
| 11 | STAL | 531 | 2520 | 7874 | 14 | 1.73 | 26.0 | 7 | 120 | steel |
| 12 | EAUR | 768 | 0 | 8192 | 21 | 1.36 | 1.0 | 7 | 120 | elven aurichalcum |
| 13 | TIAL | 900 | 0 | 4420 | 33 | 2.16 | 1.0 | 8 | 120 | titanium alloy (Ti6Al4V) |
| 14 | ADMT | 2000 | 4090 | 2700 | 71 | 3.42 | 1.0 | 8 | 120 | adamant |
| 15 | OOZE | 20 | 0 | 1000 | 1 | 0.08 | 0.5 | 0 | 10 | genetic ooze,data is about human skin |
| 16 | BONE | 130 | 0 | 2000 | 1 | 0.23 | 0.55 | 4 | 10 | data is that of bovine bone |
| 17 | BRAS | 315 | 1015 | 8530 | 3 | 1.00 | 120 | 5 | 120 | brass |
| 18 | BRNZ | 310 | 843 | 8770 | 3 | 1.20 | 75 | 5 | 120 | bronze |
| 19 | TINN | 220 | 350 | 7310 | 2 | 1.00 | 69 | 5 | 120 | tin |
| 20 | ZINC | 90 | 525 | 7140 | 2 | 1.00 | 116 | 5 | 120 | zinc |
| 21 | DIRT | 1 | 1 | 1400 | 0.0 | 0.0 | 36 | 0 | 10 | dirt |
| 22 | PLST | 1 | 1 | 1400 | 0.0 | 0.0 | 36 | 0 | 16 | TODO plastic (polyethylene) |
| 23 | AIIR | 1 | 1 | 0 | 0.0 | 0.0 | 36 | 0 | 1 | air |
| 24 | # idst: ID_STRING, ALL CAPS | |||||||||
| 25 | # | |||||||||
| 26 | # tens: tensile strength (= ultimate stringth) | |||||||||
| 27 | # not all 'impact' is not tensile stress, but I'm using it anyway because it's easiest to get the value from. | |||||||||
| 28 | # that, or DF's tensile fracture divided by 1000 (I think Toady and I are both using values posted on Wikipedia, e.g. Silver) | |||||||||
| 29 | # | |||||||||
| 30 | # impf: Dwarf Fortress impact fracture divided by 1000 (likely not being used) | |||||||||
| 31 | # | |||||||||
| 32 | # dsty: density (grams per litre) | |||||||||
| 33 | # | |||||||||
| 34 | # fmod: forcemod -- related to attack points | |||||||||
| 35 | # Attack points = `16 * forcemod.sqrt()` for each strike | |||||||||
| 36 | # | |||||||||
| 37 | # endurance: multiplier, using copper as reference | determines durability of tools/weapons/armours/etc. | ||||||||
| 38 | # the base value for endurance differes to tool to tool. When integer is used, resulting value must be ROUNDED. | |||||||||
| 39 | # | |||||||||
| 40 | # tcond: thermal conductivity | |||||||||
| 41 | # | |||||||||
| 42 | # reach: Tool Reach in blocks. Default is 6 (iron) | |||||||||
| 43 | # | |||||||||
| 44 | # Comments: do nothing | do not parse | ||||||||
| 45 | # | |||||||||
| 46 | ## These values are being used by the phys simulator (blocks) and for attack power calculation (items) |