feat: initial commit
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
/*
|
||||
Automatically generated by Cristel Lib
|
||||
*/
|
||||
{
|
||||
"badlands_pyramids": {
|
||||
"frequency": 0.75,
|
||||
"salt": 63294721,
|
||||
"separation": 12,
|
||||
"spacing": 32
|
||||
},
|
||||
"black_spirals": {
|
||||
"salt": 30184232,
|
||||
"separation": 18,
|
||||
"spacing": 40
|
||||
},
|
||||
"campsites": {
|
||||
"frequency": 0.8,
|
||||
"salt": 51363271,
|
||||
"separation": 16,
|
||||
"spacing": 32
|
||||
},
|
||||
"dark_forest_settlements": {
|
||||
"frequency": 0.8,
|
||||
"salt": 10128856,
|
||||
"separation": 16,
|
||||
"spacing": 32
|
||||
},
|
||||
"desert_shrines": {
|
||||
"salt": 89294828,
|
||||
"separation": 8,
|
||||
"spacing": 24
|
||||
},
|
||||
"end_shipwrecks": {
|
||||
"frequency": 0.5,
|
||||
"salt": 12394461,
|
||||
"separation": 6,
|
||||
"spacing": 24
|
||||
},
|
||||
"farmsteads": {
|
||||
"frequency": 0.8,
|
||||
"salt": 70128199,
|
||||
"separation": 28,
|
||||
"spacing": 38
|
||||
},
|
||||
"guide_posts": {
|
||||
"frequency": 0.75,
|
||||
"salt": 31205983,
|
||||
"separation": 10,
|
||||
"spacing": 32
|
||||
},
|
||||
"mangrove_huts": {
|
||||
"salt": 2063493658,
|
||||
"separation": 12,
|
||||
"spacing": 28
|
||||
},
|
||||
"mausoleums": {
|
||||
"frequency": 0.8,
|
||||
"salt": 535694654,
|
||||
"separation": 16,
|
||||
"spacing": 48
|
||||
},
|
||||
"ruins": {
|
||||
"frequency": 0.8,
|
||||
"salt": 1428017473,
|
||||
"separation": 24,
|
||||
"spacing": 48
|
||||
},
|
||||
"supply_caches": {
|
||||
"frequency": 0.75,
|
||||
"salt": 12413523,
|
||||
"separation": 20,
|
||||
"spacing": 32
|
||||
},
|
||||
"taverns": {
|
||||
"frequency": 0.8,
|
||||
"salt": 15731481,
|
||||
"separation": 18,
|
||||
"spacing": 36
|
||||
},
|
||||
"watchtowers": {
|
||||
"frequency": 0.75,
|
||||
"salt": 17906333,
|
||||
"separation": 24,
|
||||
"spacing": 48
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/*
|
||||
Automatically generated by Cristel Lib
|
||||
*/
|
||||
{
|
||||
"badlands_pyramids": {
|
||||
"badlands_pyramid": true
|
||||
},
|
||||
"black_spirals": {
|
||||
"black_spiral": true
|
||||
},
|
||||
"campsites": {
|
||||
"campsite": true
|
||||
},
|
||||
"dark_forest_settlements": {
|
||||
"dark_forest_settlement": true
|
||||
},
|
||||
"desert_shrines": {
|
||||
"desert_shrine": true
|
||||
},
|
||||
"end_shipwrecks": {
|
||||
"end_shipwreck": true
|
||||
},
|
||||
"farmsteads": {
|
||||
"farmstead": true
|
||||
},
|
||||
"guide_posts": {
|
||||
"guide_post_cold": true,
|
||||
"guide_post_warm": true
|
||||
},
|
||||
"mangrove_huts": {
|
||||
"mangrove_hut": true
|
||||
},
|
||||
"mausoleums": {
|
||||
"mausoleum": true
|
||||
},
|
||||
"ruins": {
|
||||
"ruins": true
|
||||
},
|
||||
"supply_caches": {
|
||||
"supply_cache": {
|
||||
"birch": true,
|
||||
"dark": true,
|
||||
"desert": true,
|
||||
"forest": true,
|
||||
"jungle": true,
|
||||
"mangrove": true,
|
||||
"taiga": true
|
||||
}
|
||||
},
|
||||
"taverns": {
|
||||
"tavern": true
|
||||
},
|
||||
"watchtowers": {
|
||||
"watchtower": {
|
||||
"plains": true,
|
||||
"savanna": true,
|
||||
"taiga": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user