Skip to content

Commit 42efe1e

Browse files
committed
feat: increase periodicity
1 parent 290d079 commit 42efe1e

File tree

13 files changed

+4454
-914
lines changed

13 files changed

+4454
-914
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"spiralloop": "^1.0.2"
7474
},
7575
"peerDependencies": {
76-
"@aresrpg/aresrpg-world": "2.0.0",
76+
"@aresrpg/aresrpg-world": "2.0.1",
7777
"@mysten/kiosk": "^0.11.1",
7878
"@mysten/sui": "^1.21.0"
7979
},

src/world/world_settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const create_world_settings = schematics_files => {
205205
biomes: {
206206
rawConf: LANDSCAPE,
207207
seaLevel: 76,
208-
periodicity: 8, // size of the biomes
208+
periodicity: 10, // size of the biomes
209209
repartition: {
210210
centralHalfSegment: 0.15, // half range of central segment in proportion to first and last symetrical segments
211211
transitionHalfRange: 0.05, // bilinear interpolation: 0 = no transition, 0.05 = max transition

0 commit comments

Comments
 (0)