Skip to content
Snippets Groups Projects
Commit 563b8775 authored by hexall90's avatar hexall90
Browse files

preparing stuff

parent c629b8ca
No related branches found
No related tags found
No related merge requests found
-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
:: encyclopediaSecExpBattles [nobr]
\ No newline at end of file
:: encyclopediaSecExpMain [nobr]
\ No newline at end of file
:: renameUnits [nobr]
:: riotControlCenter [nobr]
\ No newline at end of file
......@@ -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>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment