mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-22 22:15:44 +00:00
rally-point → rally point
Patch By: Gallaecio Differential Revision: https://code.wildfiregames.com/D1527 This was SVN commit r22128.
This commit is contained in:
@@ -76,8 +76,8 @@ Trigger.prototype.tutorialGoals = [
|
||||
{
|
||||
"instructions": [
|
||||
markForTranslation("All your units are now gathering resources. We should train more units!\n"),
|
||||
markForTranslation("First, let's set a rally-point. Setting a rally point on a building that can train units will automatically designate a task to the new unit upon completion of training. We want to send the newly trained units to gather Wood on the group of trees to the south of the Civic Center. To do so, select the Civic Center by clicking on it and then right-click on one of the trees.\n"),
|
||||
markForTranslation("Rally-Points are indicated by a small flag at the end of the blue line.")
|
||||
markForTranslation("First, let's set a rally point. Setting a rally point on a building that can train units will automatically designate a task to the new unit upon completion of training. We want to send the newly trained units to gather Wood on the group of trees to the south of the Civic Center. To do so, select the Civic Center by clicking on it and then right-click on one of the trees.\n"),
|
||||
markForTranslation("Rally points are indicated by a small flag at the end of the blue line.")
|
||||
],
|
||||
"OnPlayerCommand": function(msg)
|
||||
{
|
||||
@@ -94,7 +94,7 @@ Trigger.prototype.tutorialGoals = [
|
||||
},
|
||||
{
|
||||
"instructions": [
|
||||
markForTranslation("Now that the rally-point is set, we can produce additional units and they will do their assigned task automatically.\n"),
|
||||
markForTranslation("Now that the rally point is set, we can produce additional units and they will do their assigned task automatically.\n"),
|
||||
markForTranslation("Citizen soldiers gather wood faster than female citizens. Select the Civic Center and, while holding Shift, click on the second unit icon, the hoplites (holding Shift trains a batch of five units). You can also train units individually by simply clicking, but training 5 units together takes less time than training 5 units individually.")
|
||||
],
|
||||
"OnTrainingQueued": function(msg)
|
||||
@@ -175,7 +175,7 @@ Trigger.prototype.tutorialGoals = [
|
||||
{
|
||||
"instructions": [
|
||||
markForTranslation("Let's wait for the units to be trained.\n"),
|
||||
markForTranslation("In the meantime, we seem to have enough workers gathering Wood. We should remove the current rally-point of the Civic Center away from gathering Wood. For that purpose, right-click on the Civic Center when it is selected (and the flag icon indicating the rally-point is crossed out).")
|
||||
markForTranslation("In the meantime, we seem to have enough workers gathering Wood. We should remove the current rally point of the Civic Center away from gathering Wood. For that purpose, right-click on the Civic Center when it is selected (and the flag icon indicating the rally point is crossed out).")
|
||||
],
|
||||
"OnPlayerCommand": function(msg)
|
||||
{
|
||||
@@ -311,7 +311,7 @@ Trigger.prototype.tutorialGoals = [
|
||||
},
|
||||
{
|
||||
"instructions": [
|
||||
markForTranslation("A field can have up to five farmers working on it. To add additional gatherers, select the Civic Center and setup a rally-point on a field by right-clicking on it. As long as the field is not yet build, new workers sent by a rally-point will help building it, while they will gather it when built.")
|
||||
markForTranslation("A field can have up to five farmers working on it. To add additional gatherers, select the Civic Center and setup a rally point on a field by right-clicking on it. As long as the field is not yet build, new workers sent by a rally point will help building it, while they will gather it when built.")
|
||||
],
|
||||
"OnPlayerCommand": function(msg)
|
||||
{
|
||||
@@ -381,7 +381,7 @@ Trigger.prototype.tutorialGoals = [
|
||||
},
|
||||
{
|
||||
"instructions": [
|
||||
markForTranslation("Let's wait for the Barracks to be built. As this construction is lengthy, you can add two soldiers to build it faster. To do so, select your Civic Center and set up a rally-point on the Barracks foundation by right-clicking on it (you should see a hammer icon). Then produce two more builders by clicking on the hoplite icon twice.")
|
||||
markForTranslation("Let's wait for the Barracks to be built. As this construction is lengthy, you can add two soldiers to build it faster. To do so, select your Civic Center and set up a rally point on the Barracks foundation by right-clicking on it (you should see a hammer icon). Then produce two more builders by clicking on the hoplite icon twice.")
|
||||
],
|
||||
"OnStructureBuilt": function(msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user