diff --git a/TODO.txt b/TODO.txt
index 9843c1d817d58734cc4047f367ce34a3bcbcce6c..e081d9fe7d290e9e7c775306e7afb5328cabaf6d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,12 +1,17 @@
--add fortifications?
--add random crimes as events
+Base:
 -min rep for upgrades
 -renaming of units depending on FSs
--gender fundamentalism does not allow women in army/gerder radicalism does?
 -encyclopedia entries
--transport hub
--weapons manufactoring
 
-and big ones:
--rebellions
+Rebellions:
+-add modifiers to rebellion mini events
+-mini events for ciizens
+-create/modify handler and report for rebellion
+-riot control center
+
+later development:
+-events to flesh out system
+-fortifications
+-weap manufactoring
+-transport hub
 -big battles
\ No newline at end of file
diff --git a/src/SecExp/encyclopediaSecExpBattles.tw b/src/SecExp/encyclopediaSecExpBattles.tw
new file mode 100644
index 0000000000000000000000000000000000000000..b4117be6d96310696ae53b26dddb975aab47cc41
--- /dev/null
+++ b/src/SecExp/encyclopediaSecExpBattles.tw
@@ -0,0 +1 @@
+:: encyclopediaSecExpBattles [nobr]
\ No newline at end of file
diff --git a/src/SecExp/encyclopediaSecExpMain.tw b/src/SecExp/encyclopediaSecExpMain.tw
new file mode 100644
index 0000000000000000000000000000000000000000..0189c80ee0dafd1e4d69ecd513f8721c3ec26619
--- /dev/null
+++ b/src/SecExp/encyclopediaSecExpMain.tw
@@ -0,0 +1 @@
+:: encyclopediaSecExpMain [nobr]
\ No newline at end of file
diff --git a/src/SecExp/renameUnits.tw b/src/SecExp/renameUnits.tw
new file mode 100644
index 0000000000000000000000000000000000000000..e5dc2d000c0b39c0d2067145b4ffa981e030004d
--- /dev/null
+++ b/src/SecExp/renameUnits.tw
@@ -0,0 +1,2 @@
+:: renameUnits [nobr]
+
diff --git a/src/SecExp/riotControlCenter.tw b/src/SecExp/riotControlCenter.tw
new file mode 100644
index 0000000000000000000000000000000000000000..5a1901110d352a44c84238669c32d4cca7b6d16f
--- /dev/null
+++ b/src/SecExp/riotControlCenter.tw
@@ -0,0 +1 @@
+:: riotControlCenter [nobr]
\ No newline at end of file
diff --git a/src/SecExp/secExpRebellionEvents.tw b/src/SecExp/secExpRebellionEvents.tw
index 2ffe04999bba8da7953af864c2a9d13692d197c5..d9b6b81a50a6311ce9059cbc1daacd24f7ef73d4 100644
--- a/src/SecExp/secExpRebellionEvents.tw
+++ b/src/SecExp/secExpRebellionEvents.tw
@@ -22,6 +22,7 @@
 
 <<switch _event>>
 <<case 1>>
+	/* low tension slave rebellion events */
 	<<set _rand = random(0,6)>>
 	<<if _rand == 0>>
 		This week several slaves were found plotting the death of their master. They were quickly dealt with, but their owner's choice of punishment did little to calm tensions in the arcology.
@@ -39,6 +40,7 @@
 		This week a slave was found dead in one of the sewer tunnels. It seems she was stabbed repeatedly with a sharp object. She was fairly famous for her capabilities as a slave trainer, her old master spent not an insignificant amount of money trying to find her once he realized she was missing. The episode might have been a simple mugging gone wrong, but her activities as a slave breaker might have played a role in her homicide.
 	<</if>>	
 <<case 2>>
+	/* med tension slave rebellion events */
 	<<set _rand = random(0,6)>>
 	<<if _rand == 0>>
 		
@@ -53,8 +55,22 @@
 	<<else>>
 	
 	<</if>>
+	
+	ideas:
+		-slave assemblies
+		-emancipation association infiltrating the arcology
+		-underground railroad
+		-master killed
+		-slavers assaulted
+		-
 <<case 3>>
 	/* high tension slave rebellion events */
+	ideas:
+		-
+		-
+		-
+		-
+		-
 <<case 4>>
 	/* low tension citizen rebellion events */
 <<case 5>>