new oregen params

This commit is contained in:
minjaesong
2023-11-06 22:54:56 +09:00
parent 37138656f8
commit 6f0f756fe4
3 changed files with 32 additions and 16 deletions

View File

@@ -1,7 +1,11 @@
"id";"freq";"power";"scale";"ratio";"tiling";"comment"
"1";"0.04";"0.01";"0.51";"1.0";"a16x16";"copper (malachite)"
"2";"0.07";"0.01";"0.51";"1.0";"a16x16";"iron (haematite)"
"3";"0.026";"0.07";"0.504";"3.8";"a16x4";"coal"
"1";"0.032";"0.010";"0.507";"1.0";"a16x16";"copper (malachite)"
"2";"0.056";"0.011";"0.507";"1.0";"a16x16";"iron (haematite)"
"3";"0.021";"0.070";"0.501";"3.8";"a16x4";"coal"
"4";"0.024";"0.011";"0.501";"1.0";"a16x16";"zinc (sphalerite)"
"5";"0.021";"0.020";"0.501";"1.0";"a16x16";"tin (cassiterite)"
"6";"0.011";"0.300";"0.465";"1.0";"a16x16";"natural gold"
"7";"0.016";"0.300";"0.467";"1.0";"a16x16";"natural silver"
################################################################################
1 id freq power scale ratio tiling comment
2 1 0.04 0.032 0.01 0.010 0.51 0.507 1.0 a16x16 copper (malachite)
3 2 0.07 0.056 0.01 0.011 0.51 0.507 1.0 a16x16 iron (haematite)
4 3 0.026 0.021 0.07 0.070 0.504 0.501 3.8 a16x4 coal
5 4 0.024 0.011 0.501 1.0 a16x16 zinc (sphalerite)
6 5 0.021 0.020 0.501 1.0 a16x16 tin (cassiterite)
7 6 0.011 0.300 0.465 1.0 a16x16 natural gold
8 7 0.016 0.300 0.467 1.0 a16x16 natural silver
9 ################################################################################
10 # id: ore ID to spawn, the ID must exist on the ores.csv
11 #