2 to TBM
Announcement
Collapse
No announcement yet.
Great TeamGame (new)
Collapse
X
-
Originally posted by ricketyclik
Don't you need theocracy?
3 to TBM
Before writing and before Geometry to name a few
It just "seems" like it is missing or should have already passed
Maybe my memory is failing me, been awhile since I played CTP
GTHi, I'm RAH and I'm a Benaholic.-rah
Comment
-
The PBEM Mod Lite gives you an extra advance out of six possible advances. Here is the piece of SLIC code from the scenario:
While(l < 1) {
  a = Random(5);
  if (a == 0){
    GrantAdvance(g.player, 8);
  }
  if (a == 1) {
    GrantAdvance(g.player, 9);
  }
  if (a == 2) {
    GrantAdvance(g.player, 11);
  }
  if (a == 3) {
    GrantAdvance(g.player, 17);
  }
  if (a == 4) {
    GrantAdvance(g.player, 10);
  }
  if (a == 5) {
    GrantAdvance(g.player, 18);
  }
  l = l + 1;
}
l = 0;
The correspondence between numbers and advances is:
 8 WRITING
 9 GEOMETRY
10 MONARCHY
11 IRON_WORKING
17 ASTRONOMY
18 THEOCRACY
So there is a chance to start with Theocracy already available.
Turn 3 to Grandpa Troll.
Comment
-
This morning a scout from BigChief Birdie NamNam glorious foot-swappers meet a lost unit from Don Maxims "just as glorious" Brazilian Sambatroops.
The moment they saw each other, they know: "Hey man.... that one is trustworthy". And they exchanged maps, coffee, rice-and-curry etc...... and some knowledge too!First they ignore you. Then they laugh at you. Then they fight you. Then you win.
Gandhi
Comment
Comment