-
Notifications
You must be signed in to change notification settings - Fork 9
Game
#Abstract
In this strategy game, teams will fight to conquer the battle field. During the game, players must conquer the opponent stations to settle basement for next attacks.
The winner is the one that owns all the stations of the battle field.
#Station attack
A station of the battlefield can be conquered by any team by attacking it. To attack a station, a team must send a cart to the station: the cart must defeat the defense and enter the station for the attack to be successful.
The team owning the station must defend it against the attack by putting sufficient defense to control the attack, and preventing the cart to enter the station using the "busy line" as last chance.
If the attack is successful, the attacker will own the station.
#Defense
Each station can have a chest or a double chest next to it that will contain defense units.
When an attacker cart is passing over the BC9001 sign, its content is substracted to the content of the chest. In this operation, the items will disappear from the game, only the remaining is left. If the chest is empty, before or after the operation, the cart will enter the station if the busy line is off.
The substraction will be performed even if the "busy line" is off, so successive attacks can empty the defensive chest, and the "busy line" can be broken in a second phase.
The "defense units", i.e the content of the chest, are made of blocks or items that must have been mined, crafted, or stolen.
There is a hierarchy of defense units, and a computation rule to get the value of a defense unit against another. For example, A diamond will be 5 gold lingots, and so on.
The attacker cart will have the same set of units with the same values. The substraction is made unit by unit, using smaller units as remainders.
For example:
####Before
-
defense unit: 1 diamond (= 5 gold lingots)
-
attack unit: 4 gold lingots
####After
-
defense unit: 1 gold lingot
-
attack unit: nothing
#Game rules
- Players can not use their inventories to transport things except to carry weapons.
- To transport blocks, food or items, teams must only use source and destination stations that the team owns.
- It is forbidden to stop the carts, the tickets, steal or modify the content and more generally to disturb the network functionment. The only exception is the busy line of the stations that can be modified or broken at will.
- The game mode must not be creative.
- Opening defense units chest is forbidden for the attacker.
- Attacks are publicly announced as soon as they are initiated. The target address is publicly announced.
- Attacks may be launched in parallel and at any time by any team. It is a real time game.
#Playing
Since teams are restricted in the usage of their inventories, they must conquer stations to store stuff for future attacks, and organize the movement of their stuff to the front line. Being closer from the enemy enables a surprise effect.
Defense strategy must be organize to actively defend each attacked stations by filling the defensive chest and protecting the busy line.