pickaxes are faster in general

This commit is contained in:
minjaesong
2022-01-12 17:20:18 +09:00
parent 0a5b9c1f2f
commit bf31cbb556
5 changed files with 2 additions and 1468 deletions

View File

@@ -24,7 +24,7 @@
# dsty: density (grams per litre)
#
# fmod: forcemod -- related to attack points
# Attack points = `4 * forcemod.sqrt()` for each strike
# Attack points = `16 * forcemod.sqrt()` for each strike
#
# endurance: multiplier, using copper as reference; determines durability of tools/weapons/armours/etc.
# the base value for endurance differes to tool to tool. When integer is used, resulting value must be ROUNDED.
1 idst tens impf dsty fmod endurance tcond comments
24 #
25 # fmod: forcemod -- related to attack points
26 # Attack points = `4 * forcemod.sqrt()` for each strike # Attack points = `16 * forcemod.sqrt()` for each strike
27 #
28 # endurance: multiplier, using copper as reference determines 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 #