Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ _weightMap

readonly Dictionary<string, float> Terraria.GameContent.Generation.PassLegacy._weightMap
staticprivate
Initial value:
= new Dictionary<string, float>
{
{ "Reset", 0.9667f },
{ "Terrain", 507.352f },
{ "Dunes", 239.7913f },
{ "Ocean Sand", 10.4129f },
{ "Sand Patches", 452.6755f },
{ "Tunnels", 4.3622f },
{ "Mount Caves", 49.9993f },
{ "Dirt Wall Backgrounds", 328.7817f },
{ "Rocks In Dirt", 1537.4661f },
{ "Dirt In Rocks", 1515.2301f },
{ "Clay", 314.8327f },
{ "Small Holes", 2955.9258f },
{ "Dirt Layer Caves", 238.2545f },
{ "Rock Layer Caves", 2708.3958f },
{ "Surface Caves", 42.3857f },
{ "Generate Ice Biome", 100.005f },
{ "Grass", 29.7885f },
{ "Jungle", 11205.83f },
{ "Marble", 5358.8843f },
{ "Granite", 2142.6638f },
{ "Mud Caves To Grass", 3319.761f },
{ "Full Desert", 9730.408f },
{ "Floating Islands", 1364.3461f },
{ "Mushroom Patches", 743.7686f },
{ "Dirt To Mud", 351.3519f },
{ "Silt", 211.84f },
{ "Shinies", 237.4298f },
{ "Webs", 50.6646f },
{ "Underworld", 8936.494f },
{ "Lakes", 12.1766f },
{ "Corruption", 1094.237f },
{ "Dungeon", 477.1963f },
{ "Slush", 55.1857f },
{ "Mountain Caves", 11.4819f },
{ "Beaches", 7.8287f },
{ "Gems", 895.426f },
{ "Gravitating Sand", 933.5295f },
{ "Clean Up Dirt", 697.0276f },
{ "Pyramids", 6.6884f },
{ "Dirt Rock Wall Runner", 24.7648f },
{ "Living Trees", 4.937f },
{ "Wood Tree Walls", 76.8709f },
{ "Altars", 72.6607f },
{ "Wet Jungle", 23.492f },
{ "Remove Water From Sand", 22.0898f },
{ "Jungle Temple", 595.8422f },
{ "Hives", 371.392f },
{ "Jungle Chests", 0.5896f },
{ "Smooth World", 5841.608f },
{ "Settle Liquids", 9398.525f },
{ "Waterfalls", 4118.666f },
{ "Ice", 163.0777f },
{ "Wall Variety", 5264.0215f },
{ "Life Crystals", 2.7582f },
{ "Statues", 64.5737f },
{ "Buried Chests", 1102.5532f },
{ "Surface Chests", 12.8337f },
{ "Jungle Chests Placement", 1.3546f },
{ "Water Chests", 12.5981f },
{ "Spider Caves", 475.4143f },
{ "Gem Caves", 36.0143f },
{ "Moss", 655.8314f },
{ "Temple", 5.6917f },
{ "Ice Walls", 957.0317f },
{ "Jungle Trees", 817.2459f },
{ "Floating Island Houses", 1.5022f },
{ "Quick Cleanup", 1374.467f },
{ "Pots", 1638.6091f },
{ "Hellforge", 2.8645f },
{ "Spreading Grass", 127.7581f },
{ "Place Fallen Log", 17.3377f },
{ "Traps", 562.9085f },
{ "Piles", 288.3675f },
{ "Spawn Point", 0.012f },
{ "Grass Wall", 604.9992f },
{ "Guide", 0.016f },
{ "Sunflowers", 4.1757f },
{ "Planting Trees", 325.0993f },
{ "Cactus & Coral", 31.6349f },
{ "Herbs", 120.1871f },
{ "Dye Plants", 226.6394f },
{ "Webs And Honey", 608.9524f },
{ "Weeds", 187.9759f },
{ "Mud Caves To Grass 2", 686.4958f },
{ "Jungle Plants", 1295.0378f },
{ "Vines", 1132.5549f },
{ "Flowers", 16.7723f },
{ "Mushrooms", 0.2294f },
{ "Gems In Ice Biome", 10.3092f },
{ "Random Gems", 18.4925f },
{ "Moss Grass", 687.742f },
{ "Muds Walls In Jungle", 89.7739f },
{ "Larva", 0.2074f },
{ "Settle Liquids Again", 7073.647f },
{ "Tile Cleanup", 1896.7603f },
{ "Lihzahrd Altars", 0.0071f },
{ "Micro Biomes", 3547.4304f },
{ "Stalac", 1180.9058f },
{ "Remove Broken Traps", 1293.4247f },
{ "Final Cleanup", 2080.294f }
}

Definition at line 108 of file PassLegacy.cs.

109 {
110 { "Reset", 0.9667f },
111 { "Terrain", 507.352f },
112 { "Dunes", 239.7913f },
113 { "Ocean Sand", 10.4129f },
114 { "Sand Patches", 452.6755f },
115 { "Tunnels", 4.3622f },
116 { "Mount Caves", 49.9993f },
117 { "Dirt Wall Backgrounds", 328.7817f },
118 { "Rocks In Dirt", 1537.4661f },
119 { "Dirt In Rocks", 1515.2301f },
120 { "Clay", 314.8327f },
121 { "Small Holes", 2955.9258f },
122 { "Dirt Layer Caves", 238.2545f },
123 { "Rock Layer Caves", 2708.3958f },
124 { "Surface Caves", 42.3857f },
125 { "Generate Ice Biome", 100.005f },
126 { "Grass", 29.7885f },
127 { "Jungle", 11205.83f },
128 { "Marble", 5358.8843f },
129 { "Granite", 2142.6638f },
130 { "Mud Caves To Grass", 3319.761f },
131 { "Full Desert", 9730.408f },
132 { "Floating Islands", 1364.3461f },
133 { "Mushroom Patches", 743.7686f },
134 { "Dirt To Mud", 351.3519f },
135 { "Silt", 211.84f },
136 { "Shinies", 237.4298f },
137 { "Webs", 50.6646f },
138 { "Underworld", 8936.494f },
139 { "Lakes", 12.1766f },
140 { "Corruption", 1094.237f },
141 { "Dungeon", 477.1963f },
142 { "Slush", 55.1857f },
143 { "Mountain Caves", 11.4819f },
144 { "Beaches", 7.8287f },
145 { "Gems", 895.426f },
146 { "Gravitating Sand", 933.5295f },
147 { "Clean Up Dirt", 697.0276f },
148 { "Pyramids", 6.6884f },
149 { "Dirt Rock Wall Runner", 24.7648f },
150 { "Living Trees", 4.937f },
151 { "Wood Tree Walls", 76.8709f },
152 { "Altars", 72.6607f },
153 { "Wet Jungle", 23.492f },
154 { "Remove Water From Sand", 22.0898f },
155 { "Jungle Temple", 595.8422f },
156 { "Hives", 371.392f },
157 { "Jungle Chests", 0.5896f },
158 { "Smooth World", 5841.608f },
159 { "Settle Liquids", 9398.525f },
160 { "Waterfalls", 4118.666f },
161 { "Ice", 163.0777f },
162 { "Wall Variety", 5264.0215f },
163 { "Life Crystals", 2.7582f },
164 { "Statues", 64.5737f },
165 { "Buried Chests", 1102.5532f },
166 { "Surface Chests", 12.8337f },
167 { "Jungle Chests Placement", 1.3546f },
168 { "Water Chests", 12.5981f },
169 { "Spider Caves", 475.4143f },
170 { "Gem Caves", 36.0143f },
171 { "Moss", 655.8314f },
172 { "Temple", 5.6917f },
173 { "Ice Walls", 957.0317f },
174 { "Jungle Trees", 817.2459f },
175 { "Floating Island Houses", 1.5022f },
176 { "Quick Cleanup", 1374.467f },
177 { "Pots", 1638.6091f },
178 { "Hellforge", 2.8645f },
179 { "Spreading Grass", 127.7581f },
180 { "Place Fallen Log", 17.3377f },
181 { "Traps", 562.9085f },
182 { "Piles", 288.3675f },
183 { "Spawn Point", 0.012f },
184 { "Grass Wall", 604.9992f },
185 { "Guide", 0.016f },
186 { "Sunflowers", 4.1757f },
187 { "Planting Trees", 325.0993f },
188 { "Cactus & Coral", 31.6349f },
189 { "Herbs", 120.1871f },
190 { "Dye Plants", 226.6394f },
191 { "Webs And Honey", 608.9524f },
192 { "Weeds", 187.9759f },
193 { "Mud Caves To Grass 2", 686.4958f },
194 { "Jungle Plants", 1295.0378f },
195 { "Vines", 1132.5549f },
196 { "Flowers", 16.7723f },
197 { "Mushrooms", 0.2294f },
198 { "Gems In Ice Biome", 10.3092f },
199 { "Random Gems", 18.4925f },
200 { "Moss Grass", 687.742f },
201 { "Muds Walls In Jungle", 89.7739f },
202 { "Larva", 0.2074f },
203 { "Settle Liquids Again", 7073.647f },
204 { "Tile Cleanup", 1896.7603f },
205 { "Lihzahrd Altars", 0.0071f },
206 { "Micro Biomes", 3547.4304f },
207 { "Stalac", 1180.9058f },
208 { "Remove Broken Traps", 1293.4247f },
209 { "Final Cleanup", 2080.294f }
210 };

Referenced by Terraria.GameContent.Generation.PassLegacy.GetWeight().