new ore gen params

This commit is contained in:
minjaesong
2023-10-29 01:06:06 +09:00
parent f7c32e74cd
commit cc5b9616fe
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
"id";"freq";"power";"scale";"ratio";"tiling";"comment"
"1";"0.026";"0.01";"0.505";"1.0";"a16x16";"copper (malachite)"
"2";"0.040";"0.01";"0.505";"1.0";"a16x16";"iron (haematite)"
"3";"0.040";"0.08";"0.493";"10.0";"a16x4";"coal"
"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 id freq power scale ratio tiling comment
2 1 0.026 0.04 0.01 0.505 0.51 1.0 a16x16 copper (malachite)
3 2 0.040 0.07 0.01 0.505 0.51 1.0 a16x16 iron (haematite)
4 3 0.040 0.026 0.08 0.07 0.493 0.504 10.0 3.8 a16x4 coal
5 ################################################################################
6 # id: ore ID to spawn, the ID must exist on the ores.csv
7 #