Skip to Content
 

Alternatives to actions, the opposite of Eclipse

2 replies [Last post]
larienna
larienna's picture
Offline
Joined: 07/28/2008

I want to design a system for a civ/space conquest game that has no action system. In fact I want to do the opposite of Eclipse. I want the player to be able to do everything they want in a turn. But still, restrictions are required to prevent players from taking the whole galaxy on turn 1, but I do not want these restrictions to be a limited set of actions. So I am searching for alternative restrictions.

I have analysed the game "Viktory II" which has some solutions to the problem above. In that game, the empire growth is fixed. You can colonise or upgrade X cities per turn. So I call this a Fixed value restriction. It's essential else the player could conquer the whole map in 1 turn. For the military aspects, there is no resources and production, each city allows the player to maintain a certain number of units of each type. So at the end of the turn, the player place all the units he can maintain even if all his units were dead.

So far that makes 2 restrictions:

- Fixed value every turn
- Maintenance level determined by a variable of fixed value.

I'll add a thrid one that is the variable value. For example, the more the game advance the higher value Y becomes allowing players do to more each turn than they could do at the beginning of the game.

4th the Lock/Unlock. Certain game elements can give the player access to certain things. Like unlock new buildings or new units.

I was wondering if any of you had other restrictions ideas?

-------------------------------------------------------------------------------------------------------

Example of implementation of the system above

- City/colony growth(Fixed): You and colonise a fixed number of times each turn.

- Buildings(Variable): Production level allows to place/replace a certain number of buildings each turn. Production levels is determined by buildings. More production make the player more flexible in building configuration. Buildings would be similar to the latest civilization game but the city/colony design is for the whole empire.

http://www.boardgamegeek.com/image/844738/sid-meiers-civilization-the-bo...

- Technology(Variable): You would gain a variable number of points every turn determined by the buildings and technologies.

- Armies(Maintenance): The empire size will determine the number of Fleet/Armies that can be placed on the baord.

- Configuration of Army/Fleet(Unlock): Technologies or buildings restrict the parts/equipment available, but there is no restrictions to the amount of part/equipment changed to a ship/unit in a turn.

- Mobility(All): All armies/fleet can move once each turn. But players will not move them all at the same time.

What do you think?

I have tried many systems in the past, the newest idea is the buildings configuration of Cities/Colonies which seems to work nice.

SlyBlu7
Offline
Joined: 03/15/2012
Fuel, manpower, and other

Fuel, manpower, and other resources would be plenty of a restriction - it's just like Risk, or better, Axis and Allies. In A&A I can build as many planes as I want, attack as many regions as I want, and move as far as my feet/tracks will carry me, but I only have so many raw materials. If my factory only builds 3 planes each turn, that's it - I build 3 planes. If I only have 12 men on the board, I might not want to run off and attack 13 different regions.

I think that players will limit themselves strategically, and that you won't have to enforce too much of a restriction on them. However, you would need to be careful that someone doesn't create a situation where they can "steam roll" their way to victory - building up 100 factories so that they suddenly create a fleet of 300 ships *per turn*, or something like that. Then again, if factories cost resources too, it's unlikely that anyone would be able to achieve that feat.

larienna
larienna's picture
Offline
Joined: 07/28/2008
Quote:Fuel, manpower, and

Quote:
Fuel, manpower, and other resources would be plenty of a restriction

Resources are indeed a restriction, but for the design I want to make, there will not be spendable resources that accumulates from turn to turn. Resources are compared (ex: produce less than your production level) but many mechanics could use the same production level without hindering each other. So if for example production can be used to make buildings and units, then if you have 10 production points, you get 10 points for buildings and 10 points for units. Any unspent points are not accumulated or cannot be used for other purpose.

Syndicate content


forum | by Dr. Radut