Resolving issue #18 and #19

This commit is contained in:
Song Minjae
2017-04-23 22:53:49 +09:00
parent e9c8f03000
commit 41b2b8a694
38 changed files with 2670 additions and 241 deletions

View File

@@ -1,10 +1,15 @@
"idst";"forcemod";"comments"
"rock"; "1";
"cupr"; "2";
"egls"; "4";"elven glass"
"iron"; "5";
"argn"; "9";"argentum"
"stal"; "14";"steel"
"eaur"; "21";"elven aurichalcum"
"tial"; "33";"titanium alloy"
"admt"; "71";"adamant metal"
"idst";"forcemod";"endurance";"comments"
"rock"; "1"; "0.42";
"cupr"; "2"; "1.00";"copper"
"egls"; "4"; "0.82";"elven glass"
"iron"; "5"; "1.42";
"argn"; "9"; "0.91";"argentum/silver"
"stal"; "14"; "1.73";"steel"
"eaur"; "21"; "1.36";"elven aurichalcum"
"tial"; "33"; "2.16";"titanium alloy"
"admt"; "71"; "3.42";"adamant"
# forcemod: related to attack points
# Attack points = `4 * forcemod.sqrt()` for each strike
# endurance: multiplier, using copper as reference; determines durability of tools/weapons/armours/etc.
1 idst forcemod endurance comments
2 rock 1 0.42
3 cupr 2 1.00 copper
4 egls 4 0.82 elven glass
5 iron 5 1.42
6 argn 9 0.91 argentum argentum/silver
7 stal 14 1.73 steel
8 eaur 21 1.36 elven aurichalcum
9 tial 33 2.16 titanium alloy
10 admt 71 3.42 adamant metal adamant
11 # forcemod: related to attack points
12 # Attack points = `4 * forcemod.sqrt()` for each strike
13 # endurance: multiplier, using copper as reference determines durability of tools/weapons/armours/etc.
14
15