diff --git a/src/components/turn/botAction/ActionPowerQic.vue b/src/components/turn/botAction/ActionPowerQic.vue
index 7101838..418f41c 100644
--- a/src/components/turn/botAction/ActionPowerQic.vue
+++ b/src/components/turn/botAction/ActionPowerQic.vue
@@ -7,8 +7,24 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
-
:
@@ -26,6 +42,7 @@ import SupportInfo from '../supportInfo/SupportInfo.vue'
import { useStateStore } from '@/store/state'
import NavigationState from '@/util/NavigationState'
import BotFaction from '@/services/enum/BotFaction'
+import Expansion from '@/services/enum/Expansion'
export default defineComponent({
name: 'ActionPowerQic',
@@ -53,6 +70,9 @@ export default defineComponent({
}
},
computed: {
+ hasLostFleet() : boolean {
+ return this.state.setup.expansions.includes(Expansion.LOST_FLEET)
+ },
botFaction() : BotFaction|undefined {
return this.navigationState.botFaction
},
diff --git a/src/locales/de.json b/src/locales/de.json
index 1ea7c6b..a9670d1 100644
--- a/src/locales/de.json
+++ b/src/locales/de.json
@@ -138,7 +138,18 @@
"powerQic": {
"placeToken": "Lege ein Aktionsmarker auf eine offenes Macht-/Q.I.C.-Aktionsfeld.",
"numberedSelection": "Auswahl nach Zahlen.",
- "executeTwice": "Führe diese Aktion zweimal aus."
+ "executeTwice": "Führe diese Aktion zweimal aus.",
+ "lostFleetPlaceToken": {
+ "title": "Lege ein Aktionsmarker auf eine offenes Aktionsfeld:",
+ "power": "Machtaktion auf dem Forschungstableau.",
+ "spaceshipFaceDown": "Automa-Schiffsmarker mit der Schiffseite nach oben.",
+ "spaceshipFaceUp": "Felder auf der Aktionsseite des Automa-Schiffsmarkers."
+ },
+ "lostFleetSpaceship": {
+ "title": "Wenn ein Automa-Schiffsmarker gewählt wurde:",
+ "faceDown": "Wenn die Aktion die Schiffseite eines Automa-Schiffsmarkers trifft, setze 1 Erkundungs-Shuttle in das Schiff und drehe den Automa-Schiffsmarker auf die Aktionsseite. Markiere ggf. bereits von dir genutzte Aktionen auf diesem Schiff mit einem Machtstein.",
+ "faceUp": "Wenn die Aktion ein Feld auf der Aktionsseite eines Automa-Schiffsmarkers ist, lege einen Machtstein auf dieses Feld. Wenn auf diesem Schiffsmarker die Aktion links davon noch frei ist, lege auch auf diese einen Machtstein. Decke die korrespondiere(n) Aktion(en) auf dem Schiff mit einem Aktionsmarker ab."
+ }
},
"researchArea": {
"validResearchArea": "Auswahl: Forschungsbereich, in dem der Automa aufsteigen kann oder in dem noch eine Ausbautechnologie vorhanden ist.",
diff --git a/src/locales/en.json b/src/locales/en.json
index 93016ef..92ef367 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -138,7 +138,18 @@
"powerQic": {
"placeToken": "Place action token on an uncovered Power/Q.I.C. action space.",
"numberedSelection": "Numbered selection.",
- "executeTwice": "Execute this action twice."
+ "executeTwice": "Execute this action twice.",
+ "lostFleetPlaceToken": {
+ "title": "Place action token on an uncovered action space:",
+ "power": "Power actions on the research board.",
+ "spaceshipFaceDown": "Automa Spaceship tile with the spaceship-side up.",
+ "spaceshipFaceUp": "Space on the action side of an Automa Spaceship tile."
+ },
+ "lostFleetSpaceship": {
+ "title": "If placed on a Automa Spaceship tile:",
+ "faceDown": "If the action is the spaceship side of an Automa Spaceship tile, place 1 Exploration Shuttle on that spaceship and flip the Automa Spaceship tile to its action side. Mark any spaces corresponding to an action space you already used this round with a power token.",
+ "faceUp": "If the action is a space on the action side of an Automa Spaceship tile, cover it with a power token. If there is a neigboring space to the left of it on the same Spaceship tile and it is still empty, place a power token on that space as well. Then place an action marker on the corresponding action(s) on the Spaceship."
+ }
},
"researchArea": {
"validResearchArea": "Valid: Any research area where Automa can advance or an advanced tech tile is available.",