-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
142 lines (142 loc) · 5.17 KB
/
Copy pathen.json
File metadata and controls
142 lines (142 loc) · 5.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"gameTitle": "Millennia: Tracks of Time",
"home": {
"title": "Millennia: Tracks of Time Solo Helper",
"play1": "Play <a href='https://boardgamegeek.com/boardgame/356883/millennia-tracks-of-time' target='_blank' rel='noopener'><b>Millennia: Tracks of Time</b></a> against Automa, the solo opponent.",
"play2": "This application replaces the Automa cards, and guides you through the game flow. Additionally, it automates the tech card drafting and prosperity card selection.",
"feedback": "Discussion and Feedback:"
},
"setup": {
"title": "Setup Game",
"startPlayer": {
"title": "Start Player",
"random": "Random",
"player": "Player",
"bot": "Automa"
},
"difficultyLevel": {
"title": "Difficulty Level",
"easy": "Easy",
"hard": "Hard"
}
},
"setupBot": {
"title": "Setup Automa",
"setup": {
"gameBoard": "Setup the game the same way as a 2-player game.",
"prosperityCards": "You do not need to set up the prosperity cards, they are managed and displayed by the application.",
"techCards": "The tech cards and blank techs are randomized by the application, you are drafting them in the application against the Automa. After each drafting phase in the app, pick the cards you drafted from the stack of the corresponding age.",
"playerColor": "Choose a player color for the Automa. The Automa only needs 1 track marker and 1 VP marker.",
"trackTokens": "Place the Automa markers on the <b>war track</b> and on the <b>VP track</b>.",
"startPlayer": {
"player": "<b>You</b> are the start player. Take 10 gold. Take the leader token.",
"bot": "<b>Automa</b> is the start player. Give it the leader token."
},
"secondPlayer": {
"player": "<b>You</b> are the second player. Take 12 gold. Take the architect token.",
"bot": "<b>Automa</b> is the second player. Give it the architect token."
}
},
"botRules": {
"intro": "Differences between the Automa gameplay and a human player:",
"noGold": "The Automa never has nor gains any gold.",
"noActions": "The Automa does not perform any actions in the action phase.",
"onlyWarTrack": "The Automa only advances on the war track and the VP track.",
"noVP": "The Automa does not gain any VP except from the war track (by maxing out and by scoring at the end of the game)."
}
},
"phaseADrafting": {
"title": "A: Drafting",
"playerDraft": "Player draft",
"botDraft": "Automa draft",
"playerTurnSelect": "Select a tech card, or use <i>Next</i> if you placed a marker on a special action.",
"botRound8Army": "The Automa drafted the Army tech and gains <b>1 VP</b>."
},
"phaseBProsperity": {
"title": "B: Prosperity",
"skip": "Automa skips this phase."
},
"phaseCIncome": {
"title": "C: Income",
"skip": "Automa skips this phase."
},
"phaseDConstruction": {
"title": "D: Construction",
"remove": "Remove:",
"pass": "Pass",
"notAvailable": "Not Available",
"playerAction": "Buy a wonder or building and use <i>Next</i>.<br/>Use <i>Pass</i> to end the construction phase."
},
"phaseEActions": {
"title": "E: Actions",
"skip": "Automa skips this phase."
},
"phaseFWar": {
"title": "F: War",
"advance": "Automa advances {steps} step on the war track. | Automa advances {steps} steps on the war track.",
"outmax": "If the Automa maxes out the war track, it gains 3 VP per step beyond 7.",
"resolve": "Move the war track markers back an equal number of steps until the lowest marker returns to zero.",
"resolveLastRound": "<i>Last Age</i>: Do not move the war track markers."
},
"phaseGUpkeep": {
"title": "G: Upkeep",
"skip": "Automa skips this phase."
},
"endOfGameAmounts": {
"title": "End of Game: Amounts",
"vp": "VP",
"steps": "Steps",
"count": "Count"
},
"endOfGame": {
"title": "End of Game",
"finalScore": "Automa’s VP is subtracted from your score, your final score is:",
"scoreTable": "Compare your score to this table:",
"vp": "{count} VP"
},
"sideBar": {
"round": "Age {round}"
},
"difficultyLevel": {
"1": "Normal - without 5-step war cards",
"2": "Hard - all war cards"
},
"age": {
"1": "Bronze age",
"2": "Iron age",
"3": "Medieval age",
"4": "Early modern age",
"5": "Industrial revolution age",
"6": "Late modern age",
"7": "Contemporary age",
"8": "Future age"
},
"player": {
"player": "Player",
"bot": "Automa"
},
"notfound": {
"title": "Not Found"
},
"action": {
"playGame": "Play Game",
"startGame": "Start Game",
"next": "Next",
"abortGame": "Abort Game",
"abortGameConfirm": "Aborting the running game - are you sure?",
"endGame": "End Game",
"endGameConfirm": "End this game and return to home screen - are you sure?",
"cancel": "Cancel",
"backToHome": "Back to Home",
"back": "Back",
"close": "Close",
"ok": "OK"
},
"footer": {
"credits": "Credits"
},
"serviceWorkerUpdatedRefresh": {
"title": "Refresh Application",
"notice": "The application was updated - do you want to refresh to use the latest version?"
}
}