about summary refs log tree commit diff stats
path: root/data/maps/the_tree/metadata.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-03 21:45:47 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-03 21:45:47 -0400
commit9d2634cbe0d41900c7dfe2402a7eacdc5176d971 (patch)
tree29f13ae70e48d2a6d69c9f8ef84946e893b9a3fe /data/maps/the_tree/metadata.txtpb
parent5d4d493b719c81406c16ccc89f28083a4e71e1d0 (diff)
downloadlingo2-archipelago-9d2634cbe0d41900c7dfe2402a7eacdc5176d971.tar.gz
lingo2-archipelago-9d2634cbe0d41900c7dfe2402a7eacdc5176d971.tar.bz2
lingo2-archipelago-9d2634cbe0d41900c7dfe2402a7eacdc5176d971.zip
Released v7.0.2
Diffstat (limited to 'data/maps/the_tree/metadata.txtpb')
0 files changed, 0 insertions, 0 deletions
e='author jbzdarkid <jbzdarkid@gmail.com> 2018-10-26 19:34:45 -0700 committer jbzdarkid <jbzdarkid@gmail.com> 2018-10-26 19:34:45 -0700 Major cleanup.' href='/witness-tutorializer/commit/WitnessRandomizer/WitnessRandomizer.h?id=2270169041973370d171347e534071d34b88714e'>2270169 ^
d99313f ^












38475fd ^
5f99f9e ^
38475fd ^

9503fc3 ^
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
            
                           
 
                  
       
                         
                           
 
        












                                  
                                  
                                  

                             
  
#pragma once
#include "RandomizerCore.h"

class Randomizer {
public:
	void Randomize();
	void AdjustSpeed();

private:
	void RandomizeTutorial();
	void RandomizeSymmetry();
	void RandomizeDesert();
	void RandomizeQuarry();
	void RandomizeTreehouse();
	void RandomizeKeep();
	void RandomizeShadows();
	void RandomizeTown();
	void RandomizeMonastery();
	void RandomizeBunker();
	void RandomizeJungle();
	void RandomizeSwamp();
	void RandomizeMountain();
	void RandomizeChallenge();
	void RandomizeAudioLogs();

	RandomizerCore _core;
};