Loading item from module using Groovy

This commit is contained in:
Song Minjae
2017-04-26 23:53:22 +09:00
parent 05c9c8f5df
commit 49d3c9f55b
27 changed files with 291 additions and 67 deletions

View File

@@ -6,10 +6,14 @@
"argn"; "9"; "0.91";"argentum/silver"
"stal"; "14"; "1.73";"steel"
"eaur"; "21"; "1.36";"elven aurichalcum"
"tial"; "33"; "2.16";"titanium alloy"
"tial"; "33"; "2.16";"titanium alloy (Ti6Al4V)"
"admt"; "71"; "3.42";"adamant"
# idst: ID_STRING
# 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.
# Comments: do nothing; do not parse
1 idst forcemod endurance comments
6 argn 9 0.91 argentum/silver
7 stal 14 1.73 steel
8 eaur 21 1.36 elven aurichalcum
9 tial 33 2.16 titanium alloy titanium alloy (Ti6Al4V)
10 admt 71 3.42 adamant
11 # forcemod: related to attack points # idst: ID_STRING
12 # forcemod: related to attack points
13 # Attack points = `4 * forcemod.sqrt()` for each strike
14 # Attack points = `4 * forcemod.sqrt()` for each strike # endurance: multiplier, using copper as reference determines durability of tools/weapons/armours/etc.
15 # endurance: multiplier, using copper as reference # Comments: do nothing determines durability of tools/weapons/armours/etc. do not parse
16
17
18
19