another worldgen wip

This commit is contained in:
minjaesong
2023-11-15 00:47:48 +09:00
parent bcd8b76aa6
commit 3ebedbb9cf
4 changed files with 72 additions and 23 deletions

View File

@@ -1,12 +1,12 @@
"id";"freq";"power";"scale";"ratio";"tiling";"comment"
"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.017";"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"
"8";"0.021";"0.020";"0.501";"1.0";"a16x16";"lead (galena)"
"1";"0.026";"0.010";"0.517";"1.0";"a16x16";"copper (malachite)"
"2";"0.045";"0.011";"0.517";"1.0";"a16x16";"iron (haematite)"
"3";"0.017";"0.070";"0.511";"3.8";"a16x4";"coal"
"4";"0.019";"0.011";"0.511";"1.0";"a16x16";"zinc (sphalerite)"
"5";"0.017";"0.017";"0.511";"1.0";"a16x16";"tin (cassiterite)"
"6";"0.009";"0.300";"0.474";"1.0";"a16x16";"natural gold"
"7";"0.013";"0.300";"0.476";"1.0";"a16x16";"natural silver"
"8";"0.017";"0.020";"0.511";"1.0";"a16x16";"lead (galena)"
################################################################################
1 id freq power scale ratio tiling comment
2 1 0.032 0.026 0.010 0.507 0.517 1.0 a16x16 copper (malachite)
3 2 0.056 0.045 0.011 0.507 0.517 1.0 a16x16 iron (haematite)
4 3 0.021 0.017 0.070 0.501 0.511 3.8 a16x4 coal
5 4 0.024 0.019 0.011 0.501 0.511 1.0 a16x16 zinc (sphalerite)
6 5 0.021 0.017 0.017 0.501 0.511 1.0 a16x16 tin (cassiterite)
7 6 0.011 0.009 0.300 0.465 0.474 1.0 a16x16 natural gold
8 7 0.016 0.013 0.300 0.467 0.476 1.0 a16x16 natural silver
9 8 0.021 0.017 0.020 0.501 0.511 1.0 a16x16 lead (galena)
10 ################################################################################
11 # id: ore ID to spawn, the ID must exist on the ores.csv
12 #