-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_moonrock_space_islands.biome
90 lines (86 loc) · 5.33 KB
/
ct_moonrock_space_islands.biome
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name" : "ct_moonrock_space_islands",
"friendlyName" : "Astera", // Moonrock Space Islands
"description" : "A cluster of various-sized asteroids. Some of them are so convenient, that ^#b0e0fc;altas^reset; have built their space stations on them, as well as numerous ^#6f6c66;Astera Industries^reset;, scattered amond the floating rocks, all around ^#ffa8e8;stardust^reset; planets.",
"longdescription" : "These places often feel like small cosmic cities, when inhabitated by altas. When they're not, a no-less magical landscape occurs, full of beautifully shining specs of stardust all aroung reflecting the sunlight, creating a spectacular light show, also known as **astera's glow**.",
"icon" : "/items/active/alta/loot/biome/ct_astera_loot.png",
"statusEffects" : [ "biomeairless", "ct_ionized_air" ],
"mainBlock" : "moonrock",
"subBlocks" : [ ],
"ores" : "ct_alterash_core",
"hueShiftOptions" : [0],
"parallax" : "/parallax/space/asteroids.parallax",
"spawnProfile" : {
"monsterParameters" : { "colors" : "ocean", "statusSettings" : { "stats" : { "electricStatusImmunity" : { "baseValue" : 1.0 } } } },
"groups" : [
{ "select" : 1, "pool" : [ [ 1, "asteroidskimbus" ] ] },
// Critters
{ "select" : 1, "pool" : [ [ 1, "prismelementalcritter" ], [ 1, "ct_mini_pinky_spawn" ] ] }
]
},
"ambientNoises" : {
"day" : { "tracks" : [ "/sfx/environmental/space_loop1.ogg" ] },
"night" : { "tracks" : [ "/sfx/environmental/space_loop1.ogg" ] }
},
"musicTrack" : {
"day" : { "tracks" : [ "/music/jupiter.ogg", "/music/arctic-constellation1.ogg", "/music/arctic-constellation2.ogg", "/music/mercury.ogg", "/music/mira.ogg", "/music/procyon.ogg", "/music/tranquility-base.ogg", "/music/psyche.ogg", "/music/accretion-disc.ogg", "/music/cygnus-x1.ogg", "/music/eridanus-supervoid.ogg", "/music/horsehead-nebula.ogg", "/music/large-magellanic-cloud.ogg", "/music/m54.ogg", "/music/nomads.ogg", "/music/on-the-beach-at-night.ogg" ] },
"night" : { "tracks" : [ "/music/jupiter.ogg", "/music/arctic-constellation1.ogg", "/music/arctic-constellation2.ogg", "/music/mercury.ogg", "/music/mira.ogg", "/music/procyon.ogg", "/music/tranquility-base.ogg", "/music/psyche.ogg", "/music/accretion-disc.ogg", "/music/cygnus-x1.ogg", "/music/eridanus-supervoid.ogg", "/music/horsehead-nebula.ogg", "/music/large-magellanic-cloud.ogg", "/music/m54.ogg", "/music/nomads.ogg", "/music/on-the-beach-at-night.ogg" ] }
},
"surfacePlaceables" : {
"grassMod" : [ ], "grassModDensity" : 0.0,
"ceilingGrassMod" : [ ], "ceilingGrassModDensity" : 0.0,
"items" : [
// Tech
{
"mode" : "floor", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:minibiomeChests", "type" : "treasureBox",
"treasureBoxSets" : [ "ct_alta_pod_tier3" ]
},
// Other
{
"mode" : "floor", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:minibiomeChests", "type" : "treasureBox",
"treasureBoxSets" : [ "ct_astera_pod" ]
},
{
"mode" : "floor", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:minibiomeChests", "type" : "treasureBox",
"treasureBoxSets" : [ "ct_astera_pod" ]
},
{
"mode" : "floor", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:hazardUndergroundCore", "type" : "object",
"objectSets" : [ { "pool" : [ [1, "groundspike1"], [1, "groundspike2"], [1, "groundspike3"], [1, "groundspike4"] ], "parameters" : { } } ]
},
{
"mode" : "ceiling", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:hazardUndergroundCeilingCore", "type" : "object",
"objectSets" : [ { "pool" : [ [1, "ceilingspike1"], [1, "ceilingspike2"], [1, "ceilingspike3"], [1, "ceilingspike4"] ] } ]
}
]
},
"undergroundPlaceables" : {
"grassMod" : [ ], "grassModDensity" : 0.0,
"ceilingGrassMod" : [ ], "ceilingGrassModDensity" : 0.0,
"items" : [
// Tech
{
"mode" : "floor", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:minibiomeChests", "type" : "treasureBox",
"treasureBoxSets" : [ "ct_alta_pod_tier3" ]
},
// Other
{
"mode" : "floor", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:minibiomeChests", "type" : "treasureBox",
"treasureBoxSets" : [ "ct_astera_pod" ]
},
{
"mode" : "floor", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:minibiomeChests", "type" : "treasureBox",
"treasureBoxSets" : [ "ct_astera_pod" ]
},
{
"mode" : "floor", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:hazardUndergroundCore", "type" : "object",
"objectSets" : [ { "pool" : [ [1, "groundspike1"], [1, "groundspike2"], [1, "groundspike3"], [1, "groundspike4"] ], "parameters" : { } } ]
},
{
"mode" : "ceiling", "priority" : 1, "variants" : 1, "distribution" : "/biomes/distributions.config:hazardUndergroundCeilingCore", "type" : "object",
"objectSets" : [ { "pool" : [ [1, "ceilingspike1"], [1, "ceilingspike2"], [1, "ceilingspike3"], [1, "ceilingspike4"] ] } ]
}
]
},
"wiki" : { "aliases" : { "Moonrock Space Islands" : { }, "Astera's Glow" : { } } }
}