From 563b8775feceb00f1d8b350038d98a5b4b86fb7f Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Mon, 16 Oct 2017 22:16:00 +0200 Subject: [PATCH] preparing stuff --- TODO.txt | 19 ++++++++++++------- src/SecExp/encyclopediaSecExpBattles.tw | 1 + src/SecExp/encyclopediaSecExpMain.tw | 1 + src/SecExp/renameUnits.tw | 2 ++ src/SecExp/riotControlCenter.tw | 1 + src/SecExp/secExpRebellionEvents.tw | 16 ++++++++++++++++ 6 files changed, 33 insertions(+), 7 deletions(-) create mode 100644 src/SecExp/encyclopediaSecExpBattles.tw create mode 100644 src/SecExp/encyclopediaSecExpMain.tw create mode 100644 src/SecExp/renameUnits.tw create mode 100644 src/SecExp/riotControlCenter.tw diff --git a/TODO.txt b/TODO.txt index 9843c1d817d..e081d9fe7d2 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 00000000000..b4117be6d96 --- /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 00000000000..0189c80ee0d --- /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 00000000000..e5dc2d000c0 --- /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 00000000000..5a1901110d3 --- /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 2ffe04999bb..d9b6b81a50a 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>> -- GitLab