Adjust to a 4 space standard

This commit is contained in:
Gustas
2025-02-18 21:17:17 +02:00
committed by Paul Chote
parent 70bb01a2c7
commit 85020bc2af
19 changed files with 1041 additions and 993 deletions

View File

@@ -183,7 +183,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
type = type.Replace("text", "");
}
build += $" .{type} = {candidate.Value}\n";
build += $" .{type} = {candidate.Value}\n";
foreach (var node in candidate.Nodes)
node.Value.Value = $"{key}.{type}";
}

View File

@@ -214,7 +214,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
foreach (var candidate in grouping)
{
var type = candidate.Key;
build += $" .{type} = {candidate.Value}\n";
build += $" .{type} = {candidate.Value}\n";
foreach (var node in candidate.Nodes)
node.Value.Value = $"{key}.{type}";

View File

@@ -10,7 +10,7 @@ options-difficulty =
## player
bot-campaign-ai =
.name = Campaign Player AI
.name = Campaign Player AI
## campaign-maprules.yaml
actor-moneycrate-name = Money Crate

View File

@@ -85,28 +85,28 @@ button-map-editor-tab-container-tools-tooltip = Tools
button-map-editor-tab-container-history-tooltip = History
button-delete-area =
.label = Delete
.tooltip = Remove everything in the selected area
.label = Delete
.tooltip = Remove everything in the selected area
button-delete-actor =
.label = Delete
.tooltip = Remove the selected actor
.label = Delete
.tooltip = Remove the selected actor
button-editor-world-root-copy =
.label = Copy
.tooltip = Copy the selected area
.label = Copy
.tooltip = Copy the selected area
button-editor-world-root-paste =
.label = Paste
.tooltip = Paste the saved area
.label = Paste
.tooltip = Paste the saved area
button-editor-world-root-undo =
.label = Undo
.tooltip = Undo last step
.label = Undo
.tooltip = Undo last step
button-editor-world-root-redo =
.label = Redo
.tooltip = Redo last step
.label = Redo
.tooltip = Redo last step
dropdownbutton-editor-world-root-overlay-button = Overlays
button-select-categories-buttons-all = All
@@ -133,8 +133,8 @@ label-gamesave-loading-screen-desc = Press Escape to cancel loading and return t
## ingame-chat.yaml, ingame-infochat.yaml
button-chat-chrome-mode =
.label = Team
.tooltip = Toggle chat mode
.label = Team
.tooltip = Toggle chat mode
## ingame-debug.yaml
label-debug-panel-title = Debug Options
@@ -186,20 +186,20 @@ button-replay-player-pause-tooltip = Pause
button-replay-player-play-tooltip = Play
button-replay-player-slow =
.tooltip = Slow speed
.label = 50%
.tooltip = Slow speed
.label = 50%
button-replay-player-regular =
.tooltip = Regular speed
.label = 100%
.tooltip = Regular speed
.label = 100%
button-replay-player-fast =
.tooltip = Fast speed
.label = 200%
.tooltip = Fast speed
.label = 200%
button-replay-player-maximum =
.tooltip = Maximum speed
.label = MAX
.tooltip = Maximum speed
.label = MAX
label-basic-stats-player-header = Player
label-basic-stats-cash-header = Cash
@@ -235,12 +235,13 @@ label-combat-stats-army-value-header = Army Value
label-combat-stats-vision-header = Vision
supportpowers-support-powers-palette =
.ready = Ready
.hold = On Hold
.ready = Ready
.hold = On Hold
button-command-bar-attack-move =
.tooltip = Attack Move
.tooltipdesc = Selected units will move to the desired location
.tooltip = Attack Move
.tooltipdesc =
Selected units will move to the desired location
and attack any enemies they encounter en route.
Hold <(Ctrl)> while targeting to order an Assault Move
@@ -249,8 +250,9 @@ button-command-bar-attack-move =
Left-click icon then right-click on target location.
button-command-bar-force-move =
.tooltip = Force Move
.tooltipdesc = Selected units will move to the desired location
.tooltip = Force Move
.tooltipdesc =
Selected units will move to the desired location
- Default activity for the target is suppressed
- Vehicles will attempt to crush enemies at the target location
- Helicopters will land at the target location
@@ -259,8 +261,9 @@ button-command-bar-force-move =
Hold <(Alt)> to activate temporarily while commanding units.
button-command-bar-force-attack =
.tooltip = Force Attack
.tooltipdesc = Selected units will attack the targeted unit or location
.tooltip = Force Attack
.tooltipdesc =
Selected units will attack the targeted unit or location
- Default activity for the target is suppressed
- Allows targeting of own or ally forces
- Long-range artillery units will always target the
@@ -270,14 +273,16 @@ button-command-bar-force-attack =
Hold <(Ctrl)> to activate temporarily while commanding units.
button-command-bar-guard =
.tooltip = Guard
.tooltipdesc = Selected units will follow the targeted unit.
.tooltip = Guard
.tooltipdesc =
Selected units will follow the targeted unit.
Left-click icon then right-click on target unit.
button-command-bar-deploy =
.tooltip = Deploy
.tooltipdesc = Selected units will perform their default deploy activity
.tooltip = Deploy
.tooltipdesc =
Selected units will perform their default deploy activity
- MCVs will unpack into a Construction Yard
- Construction Yards will re-pack into a MCV
- Transports will unload their passengers
@@ -285,22 +290,25 @@ button-command-bar-deploy =
Acts immediately on selected units.
button-command-bar-scatter =
.tooltip = Scatter
.tooltipdesc = Selected units will stop their current activity
.tooltip = Scatter
.tooltipdesc =
Selected units will stop their current activity
and move to a nearby location.
Acts immediately on selected units.
button-command-bar-stop =
.tooltip = Stop
.tooltipdesc = Selected units will stop their current activity.
.tooltip = Stop
.tooltipdesc =
Selected units will stop their current activity.
Selected buildings will reset their rally point.
Acts immediately on selected targets.
button-command-bar-queue-orders =
.tooltip = Waypoint Mode
.tooltipdesc = Use Waypoint Mode to give multiple linking commands
.tooltip = Waypoint Mode
.tooltipdesc =
Use Waypoint Mode to give multiple linking commands
to the selected units. Units will execute the commands
immediately upon receiving them.
@@ -308,26 +316,30 @@ button-command-bar-queue-orders =
Hold <(Shift)> to activate temporarily while commanding units.
button-stance-bar-attackanything =
.tooltip = Attack Anything Stance
.tooltipdesc = Set the selected units to Attack Anything stance:
.tooltip = Attack Anything Stance
.tooltipdesc =
Set the selected units to Attack Anything stance:
- Units will attack enemy units and structures on sight
- Units will pursue attackers across the battlefield
button-stance-bar-defend =
.tooltip = Defend Stance
.tooltipdesc = Set the selected units to Defend stance:
.tooltip = Defend Stance
.tooltipdesc =
Set the selected units to Defend stance:
- Units will attack enemy units on sight
- Units will not move or pursue enemies
button-stance-bar-returnfire =
.tooltip = Return Fire Stance
.tooltipdesc = Set the selected units to Return Fire stance:
.tooltip = Return Fire Stance
.tooltipdesc =
Set the selected units to Return Fire stance:
- Units will retaliate against enemies that attack them
- Units will not move or pursue enemies
button-stance-bar-holdfire =
.tooltip = Hold Fire Stance
.tooltipdesc = Set the selected units to Hold Fire stance:
.tooltip = Hold Fire Stance
.tooltipdesc =
Set the selected units to Hold Fire stance:
- Units will not fire upon enemies
- Units will not move or pursue enemies
@@ -343,8 +355,8 @@ button-production-types-vehicle-tooltip = Vehicles
button-production-types-aircraft-tooltip = Aircraft
productionpalette-player-widgets-production-palette =
.ready = Ready
.hold = On Hold
.ready = Ready
.hold = On Hold
## lobby-kickdialogs.yaml
label-kick-client-dialog-text-a = You may also apply a temporary ban, preventing
@@ -426,8 +438,8 @@ button-multiplayer-tabs-servers-tab = Servers
button-bg-changemap = Change Map
button-lobbychat-chat-mode =
.label = Team
.tooltip = Toggle chat mode
.label = Team
.tooltip = Toggle chat mode
button-server-lobby-disconnect = Leave Game
button-server-lobby-start-game = Start Game
@@ -645,8 +657,8 @@ checkbox-mute-sound-container = Mute Sound
label-sound-volume-container = Sound Volume:
checkbox-mute-background-music-container =
.label = Mute Menu Music
.tooltip = Mute background music when no specific track is playing
.label = Mute Menu Music
.tooltip = Mute background music when no specific track is playing
label-music-title-volume-container = Music Volume:
label-audio-device-container = Audio Device:
@@ -658,16 +670,16 @@ label-target-lines-dropdown-container = Target Lines:
label-status-bar-dropdown-container-bars = Status Bars:
checkbox-player-stance-colors-container =
.label = Player Relationship Colors
.tooltip = Change player colors based on relationship (own, enemy, ally, neutral)
.label = Player Relationship Colors
.tooltip = Change player colors based on relationship (own, enemy, ally, neutral)
checkbox-ui-feedback-container =
.label = Show UI Feedback Notifications
.tooltip = Show transient text notifications for UI events
.label = Show UI Feedback Notifications
.tooltip = Show transient text notifications for UI events
checkbox-transients-container =
.label = Show Game Event Notifications
.tooltip = Show transient text notifications for game events
.label = Show Game Event Notifications
.tooltip = Show transient text notifications for game events
checkbox-hide-replay-chat-container = Hide Chat in Replays
label-video-section-header = Video
@@ -701,12 +713,12 @@ label-notices-readonly-notice = This hotkey cannot be modified
button-hotkey-remap-dialog-override = Override
button-hotkey-remap-dialog-clear =
.label = Clear
.tooltip = Unbind the hotkey
.label = Clear
.tooltip = Unbind the hotkey
button-hotkey-remap-dialog-reset =
.label = Reset
.tooltip = Reset to default
.label = Reset
.tooltip = Reset to default
## settings-input.yaml
label-zoom-modifier-container = Zoom Modifier:

View File

@@ -60,33 +60,33 @@ notification-structure-lost = Structure lost.
## aircraft.yaml
actor-tran =
.name = Chinook Transport
.description =
.name = Chinook Transport
.description =
Fast Infantry Transport Helicopter.
Unarmed.
.encyclopedia =
.encyclopedia =
The chinook is a flying transport capable of carrying a detachement of infantry. It is mostly used to transport commandos or engineers for backline-destruction.
Like all aircraft, it can be handy in a pinch to crush a commando by landing!
actor-heli =
.name = Apache Longbow
.description =
.name = Apache Longbow
.description =
Helicopter Gunship with chainguns.
Strong vs. Infantry, Light Vehicles and Aircraft.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Has more health than the Orca and acts as a support unit. It works well with artillery, as it can kill approaching light vehicles.
Ammo is automatically reloaded in the air.
actor-orca =
.name = Orca
.description =
.name = Orca
.description =
Helicopter gunship with AG missiles.
Strong vs. Buildings and Tanks.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
Fast but fragile, the Orca harasses enemy vehicles and aircraft with AT missiles. It is best used opportunistically, and can be kept alive longer with careful micro. Its AA missiles are effective but have a hard time hitting fast-moving air targets.
Ammo is automatically reloaded in the air.
@@ -190,12 +190,12 @@ meta-civbuildinghusk-generic-name = Civilian Building (Destroyed)
meta-civfield-generic-name = Field
meta-civhaystackorigloo =
.winter-name = Igloo
.summer-name = Haystack
.winter-name = Igloo
.summer-name = Haystack
meta-civhaystackorigloohusk =
.winter-name = Igloo (Destroyed)
.summer-name = Haystack (Destroyed)
.winter-name = Igloo (Destroyed)
.summer-name = Haystack (Destroyed)
meta-tree-name = Tree
meta-treehusk-name = Tree (Burnt)
@@ -206,8 +206,8 @@ meta-helicopterhusk-generic-name = Destroyed Helicopter
meta-bridge-name = Bridge
meta-crate =
.name = Crate
.generic-name = Crate
.name = Crate
.generic-name = Crate
## husks.yaml
actor-mcv-husk-name = Mobile Construction Vehicle (Destroyed)
@@ -228,63 +228,63 @@ actor-truck-husk-name = Supply Truck (Destroyed)
## infantry.yaml
actor-e1 =
.name = Minigunner
.description =
.name = Minigunner
.description =
General-purpose infantry.
Strong vs. Infantry.
Weak vs. Vehicles.
.encyclopedia =
.encyclopedia =
The humble Minigunner is a highly specialized infantry unit designed to soak damage and kill other infantry.
Like most TD units, they can see farther than they can shoot, and work well in packs to eliminate enemy infantry.
actor-e2 =
.name = Grenadier
.description =
.name = Grenadier
.description =
Fast infantry with grenades.
Strong vs. Buildings, slow-moving targets.
.encyclopedia =
.encyclopedia =
Fast and able to keep up with medium tanks, letting it work well with flanking armies.
While not as powerful as the Minigunner or a Rocket soldier, its speed can be used to your advantage.
actor-e3 =
.name = Rocket Soldier
.description =
.name = Rocket Soldier
.description =
Anti-tank/Anti-aircraft infantry.
Strong vs. Tanks and Aircraft.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
Highly vulnerable but excelling at eliminating enemy armor and aircraft. It is the slowest unit in the game, lagging behind other infantry and even mammoth tanks.
Its large weapons range makes up for its slow speed, making it most effective when used defensively, where it can be protected and provide vision.
actor-e4 =
.name = Flamethrower
.description =
.name = Flamethrower
.description =
Advanced anti-infantry unit.
Strong vs. Infantry and Buildings.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Good for flanking and burning down structures. It has more health than a standard Minigunner, but its short weapons range makes it difficult to use in large armies.
actor-e5 =
.name = Chemical Warrior
.description =
.name = Chemical Warrior
.description =
Advanced general-purpose infantry.
Strong vs. all Ground units.
.encyclopedia =
.encyclopedia =
Similar stats to the Flamethrower but deals good damage vs. heavy armor. Great for stopping enemy armor from crushing your forces.
It can walk on Tiberium without taking damage, making it particularly useful for harvester harassment on certain maps.
actor-e6 =
.name = Engineer
.description =
.name = Engineer
.description =
Damages and captures enemy structures.
Repairs destroyed vehicles.
Unarmed.
.encyclopedia =
.encyclopedia =
Like the rocket soldier, the Engineer is slow and requires escorts to be used effectively. It can instantly capture structures but is consumed in the process.
Capturing a civilian structure requires only one engineer, while capturing an enemy structure typically requires two engineers, or one if the structure is heavily damaged.
@@ -292,47 +292,47 @@ actor-e6 =
Engineers can also be used to repair friendly structures or restore husks from destroyed vehicles.
actor-rmbo =
.name = Commando
.description =
.name = Commando
.description =
Elite sniper infantry unit.
Strong vs Infantry and Buildings.
Weak vs Vehicles.
.encyclopedia =
.encyclopedia =
Equipped with a long-range sniper rifle, the Commando fires slowly but can eliminate enemy infantry from a distance when well-supported.
It carries C4, for surprise backline structure destruction.
actor-pvice =
.description =
.description =
Mutated abomination that spits liquid Tiberium.
Strong vs Infantry and Buildings.
Weak vs Aircraft.
.encyclopedia =
.encyclopedia =
A mutated lifeform created from the strange properties of Tiberium, when infantry units are expose to it.
They regenerate health quickly and have a short-range Tiberium weapon.
actor-steg =
.name = Stegosaurus
.description =
.name = Stegosaurus
.description =
A large, heavily built,
herbivorous quadruped.
actor-trex =
.name = Tyrannosaurus rex
.description =
.name = Tyrannosaurus rex
.description =
Bipedal carnivore with
a massive skull.
actor-tric =
.name = Triceratops
.description =
.name = Triceratops
.description =
Quadruped with large bony
frill and three horns.
actor-rapt =
.name = Velociraptor
.description =
.name = Velociraptor
.description =
Bipedal with enlarged sickle-shaped
claw on each hindfoot.
@@ -367,9 +367,9 @@ notification-nuclear-weapon-launched = Nuclear weapon launched.
notification-nuclear-warhead-approaching = Nuclear warhead approaching.
actor-fact =
.name = Construction Yard
.description = Builds structures.
.encyclopedia =
.name = Construction Yard
.description = Builds structures.
.encyclopedia =
The core of any base. It produces buildings and defenses while also providing a build radius. It has a large health pool, but is difficult to replace, making it paramount to defend.
It can be unpacked into a mobile version using the deploy key, but takes a small amount of time to do so.
@@ -378,184 +378,184 @@ actor-fact-gdi-name = GDI Construction Yard
actor-fact-nod-name = Nod Construction Yard
actor-nuke =
.name = Power Plant
.description = Generates power.
.encyclopedia =
.name = Power Plant
.description = Generates power.
.encyclopedia =
Provides power to the structures in your base. Power output is directly related to the power plant's condition, so protect them during battles.
actor-nuk2 =
.name = Advanced Power Plant
.description =
.name = Advanced Power Plant
.description =
Provides more power, cheaper than the
standard Power Plant.
.encyclopedia =
.encyclopedia =
Provides more power to the structures in your base, making it more cost-effective than the Power Plant. Power output is directly related to its condition, so protect it during battle.
actor-proc =
.name = Tiberium Refinery
.description =
.name = Tiberium Refinery
.description =
Processes raw Tiberium
into usable resources.
.encyclopedia =
.encyclopedia =
Stores and processes the alien material and resource, Tiberium. Harvesters collect Tiberium in the field and deposit it at the refinery, where it is converted into credits.
The refinery stores Tiberium and immediately deploys a harvester once constructed. 3 harvesters is the maximum it can handle for close refining.
actor-silo =
.name = Tiberium Silo
.description = Stores processed Tiberium.
.encyclopedia =
.name = Tiberium Silo
.description = Stores processed Tiberium.
.encyclopedia =
Stores credits. If storage is full, harvesters will wait until credits are spent.
Useful when harvesting the more valuable blue Tiberium, as a single refinery cannot store a full load.
actor-pyle =
.name = Barracks
.description = Trains infantry.
.encyclopedia =
.name = Barracks
.description = Trains infantry.
.encyclopedia =
Produces infantry for GDI. Once unlocked, advanced GDI infantry are hard-hitting and fast.
actor-hand =
.name = Hand of Nod
.description = Trains infantry.
.encyclopedia =
.name = Hand of Nod
.description = Trains infantry.
.encyclopedia =
Produces infantry for Nod. Once unlocked, advanced Nod infantry are slow but have high health pools.
actor-afld =
.name = Airstrip
.description =
.name = Airstrip
.description =
Provides a dropzone
for vehicle reinforcements.
.encyclopedia =
.encyclopedia =
Delivers vehicles by plane for Nod. Nod vehicles are fast but fragile. Produce harvesters at the start to jumpstart your economy.
actor-weap =
.name = Weapons Factory
.description = Produces vehicles.
.encyclopedia =
.name = Weapons Factory
.description = Produces vehicles.
.encyclopedia =
Produces vehicles for GDI. GDI vehicles tend to be slow but hard-hitting. Produce harvesters at the start to jumpstart your economy.
actor-hpad =
.name = Helipad
.description =
Produces and repairs helicopters.
.encyclopedia =
.name = Helipad
.description =
Produces and repairs helicopters.
.encyclopedia =
Produces and repairs helicopters. Requires a Communications Center to build advanced attack helicopters.
actor-hq =
.name = Communications Center
.description =
.name = Communications Center
.description =
Provides radar and Air Strike support power
Unlocks higher-tech units and buildings.
Requires power to operate.
.airstrikepower-name = Air Strike
.airstrikepower-description = Deploy an aerial napalm strike.
.airstrikepower-name = Air Strike
.airstrikepower-description = Deploy an aerial napalm strike.
Burns buildings and infantry along a line.
.encyclopedia =
.encyclopedia =
Grants the player access to the minimap (top right) when there is sufficient power. Unlocks new units while also granting access to the airstrike support power.
actor-fix =
.name = Repair Facility
.description = Repairs vehicles.
.encyclopedia =
.name = Repair Facility
.description = Repairs vehicles.
.encyclopedia =
Repairs vehicles. The repair command can be used on units to send them to the nearest repair facility.
actor-eye =
.name = Advanced Communications Center
.description =
.name = Advanced Communications Center
.description =
Provides radar and Orbital Ion Cannon support power.
Unlocks Mammoth Tank and Commando.
Requires power to operate.
.ioncannonpower-name = Ion Cannon
.ioncannonpower-description = Initiates an Ion Cannon strike.
.ioncannonpower-name = Ion Cannon
.ioncannonpower-description = Initiates an Ion Cannon strike.
Applies instant damage to a small area.
.encyclopedia =
.encyclopedia =
Unlocks advanced units and the ion cannon support power. If the Communications Center is lost, it restores minimap functionality and unit production.
actor-tmpl =
.name = Temple of Nod
.description =
.name = Temple of Nod
.description =
Provides Nuclear Strike support power.
Unlocks Stealth Tank, Chem. Warrior and Obelisk of Light.
Requires power to operate.
.nukepower-name = Nuclear Strike
.nukepower-description = Launches a tactical nuclear warhead.
.nukepower-name = Nuclear Strike
.nukepower-description = Launches a tactical nuclear warhead.
Applies heavy damage over a large area.
.encyclopedia =
.encyclopedia =
Unlocks advanced units and the Nuke support power. Keeps unit unlocks online if the Communications Center is lost.
actor-gun =
.name = Turret
.description =
.name = Turret
.description =
Basic Anti-Tank base defense.
Strong vs Tanks and Vehicles.
Weak vs Infantry.
.encyclopedia =
.encyclopedia =
Base defense armed with an armor-piercing cannon, it deals significant damage to vehicles in range.
actor-sam =
.name = SAM Site
.description =
.name = SAM Site
.description =
Anti-Aircraft base defense.
Strong vs Aircraft.
Cannot target Ground units.
.encyclopedia =
.encyclopedia =
Nod anti-air base defense. It remains protected when closed and opens to engage aircraft.
actor-obli =
.name = Obelisk of Light
.description =
.name = Obelisk of Light
.description =
Advanced base defense.
Requires power to operate.
Strong vs. all Ground units.
Cannot target Aircraft.
.encyclopedia =
.encyclopedia =
Advanced defense for Nod that quickly destroys ground targets with a powerful laser.
actor-gtwr =
.name = Guard Tower
.description =
.name = Guard Tower
.description =
Basic defensive structure.
Strong vs. Infantry.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Base defense armed with a high-velocity machine gun, it shreds infantry and light vehicles within range with its large area of effect.
actor-atwr =
.name = Advanced Guard Tower
.description =
.name = Advanced Guard Tower
.description =
All-purpose defensive structure.
Strong vs. Aircraft and Infantry.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Advanced defense for GDI that fires volleys of high explosive missiles at both ground and air targets. Effective versus everything.
actor-sbag =
.name = Sandbag Barrier
.description =
.name = Sandbag Barrier
.description =
Stops infantry and light vehicles.
Can be crushed by tanks.
.encyclopedia =
.encyclopedia =
Blocks movement of infantry and light vehicles, but can be crushed by tanks. Immune to small arms fire.
This barrier can be built in multiple segments once an initial sandbag has been placed.
actor-cycl =
.name = Chain Link Barrier
.description =
.name = Chain Link Barrier
.description =
Stops infantry and light vehicles.
Can be crushed by tanks.
.encyclopedia =
.encyclopedia =
Blocks movement of infantry and light vehicles, but can be crushed by tanks. Immune to small arms fire.
This barrier can be built in multiple segments once an initial chain link has been placed.
actor-brik =
.name = Concrete Barrier
.description =
.name = Concrete Barrier
.description =
Stops infantry and most tanks.
Blocks some projectiles.
.encyclopedia =
.encyclopedia =
Blocks all unit movement, except for Mammoth Tanks which can crush it. Immune to small arms fire.
This barrier can be built in multiple segments once an initial wall has been placed.
@@ -571,31 +571,31 @@ actor-hosp-husk-name = Hospital (Destroyed)
actor-bio-husk-name = Biological Lab (Destroyed)
actor-hosp =
.name = Hospital
.captured-desc = Provides infantry with self-healing.
.capturable-desc = Capture to enable self-healing for infantry.
.encyclopedia =
.name = Hospital
.captured-desc = Provides infantry with self-healing.
.capturable-desc = Capture to enable self-healing for infantry.
.encyclopedia =
Heals friendly infantry over time when captured.
actor-miss =
.name = Tech Center
.captured-desc = Provides range of vision.
.capturable-desc = Capture to give visual range.
.encyclopedia =
.name = Tech Center
.captured-desc = Provides range of vision.
.capturable-desc = Capture to give visual range.
.encyclopedia =
Provides a wide area of vision when captured.
actor-bio =
.name = Biological Lab
.captured-desc = Provides infantry with Tiberium immunity.
.capturable-desc = Capture to enable Tiberium immunity for infantry.
.encyclopedia =
.name = Biological Lab
.captured-desc = Provides infantry with Tiberium immunity.
.capturable-desc = Capture to enable Tiberium immunity for infantry.
.encyclopedia =
Grants friendly infantry immunity to Tiberium when captured.
actor-v19 =
.name = Oil Derrick
.captured-desc = Provides additional funds.
.capturable-desc = Capture to receive additional funds.
.encyclopedia =
.name = Oil Derrick
.captured-desc = Provides additional funds.
.capturable-desc = Capture to receive additional funds.
.encyclopedia =
Produces a small amount of income frequently when captured. Makes less money than building a harvester, but provides consistent income.
## trees.yaml
@@ -605,174 +605,174 @@ actor-t13-transformable-name = (Tree that can transform into a Blossom Tree)
## vehicles.yaml
actor-mcv =
.name = Mobile Construction Vehicle
.description =
.name = Mobile Construction Vehicle
.description =
Deploys into a Construction Yard.
Unarmed.
.encyclopedia =
.encyclopedia =
Deploying an MCV changes it into a Construction Yard. The MCV has more health in its deployed form, but undeploying can be helpful to escape infantry.
If you have a teammate, they can “gift” you an MCV by destroying an undeployed one near your base, allowing you to reclaim it with an engineer.
actor-harv =
.name = Harvester
.generic-name = Harvester
.description =
.name = Harvester
.generic-name = Harvester
.description =
Collects Tiberium for processing.
Unarmed.
.encyclopedia =
.encyclopedia =
Harvesters slowly mine Tiberium and deposit it in your refinery, where it is converted into credits. They can also be sent to allied refineries to provide funds.
notification-harvester-lost = Harvester lost.
actor-apc =
.name = APC
.description =
.name = APC
.description =
Armed infantry transport.
Can attack Aircraft.
Strong vs. Vehicles.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
The APC (Armored Personnel Carrier) transports infantry, making it handy for capturing civilian structures. While its flak gun does not do much damage to enemy vehicles, the APC can resist enemy shots while your Hum-vees deal the damage.
It also functions as your primary AA unit; if you hit the stop command, it'll retarget onto any nearby enemy air units.
actor-arty =
.name = Artillery
.description =
.name = Artillery
.description =
Long-range artillery.
Strong vs. Infantry, Vehicles and Buildings.
.encyclopedia =
.encyclopedia =
Nod's artillery is a glass cannon, fragile but dealing large amounts of damage at long range. Particularly strong vs structures and infantry, it can destroy stationary tanks.
Highly vulnerable when clumped due to its explosion on death.
actor-ftnk =
.name = Flame Tank
.description =
.name = Flame Tank
.description =
Heavily armored flame-throwing vehicle.
Strong vs. Infantry, Buildings and Vehicles.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Roast infantry and structures alike, making them great for surprise attacks. Be wary of their splash damage on death, but be aware it can also be used to your advantage.
actor-bggy =
.name = Nod Buggy
.description =
.name = Nod Buggy
.description =
Fast scout and anti-infantry vehicle.
Strong vs. Infantry.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Strong versus light vehicles and infantry, Buggies are great at scouting and killing isolated infantry. Though it is a little cheaper and faster than the GDI Hum-vee, they are more fragile.
actor-bike =
.name = Recon Bike
.description =
.name = Recon Bike
.description =
Fast scout vehicle with rockets.
Can attack Aircraft.
Strong vs. Vehicles and Tanks.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
The Nod bike is a very fast vehicle armed with armor-piercing rockets, which makes it great for hit and run and harvester harassment.
Be wary that its rockets are slow and have a hard time hitting fast-moving targets.
actor-jeep =
.name = Hum-vee
.description =
.name = Hum-vee
.description =
Fast scout and anti-infantry vehicle.
Strong vs. Infantry.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Strong versus light vehicles and infantry, Hum-vees are great at scouting and eliminating isolated infantry.
They're excellent for dealing with Nod bike spam and should be built instead of tanks in such engagements. Although a little slower than the Nod buggy, it has more health.
actor-ltnk =
.name = Light Tank
.description =
.name = Light Tank
.description =
Fast, light tank.
Strong vs. Vehicles and Tanks.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
With its great speed and high health pool, the light tank works great as a frontline unit in various compositions despite its damage output.
It should be combined with bikes, stealth tanks, or infantry when facing medium tanks.
actor-mtnk =
.name = Medium Tank
.description =
.name = Medium Tank
.description =
General-Purpose GDI Tank.
Strong vs. Tanks and Vehicles.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
The workhorse of GDI, offering a good balance of speed, durability and firepower. It will easily destroy Nod light tanks and can tear through structures if it sneaks into a base.
Mix minigunners with your medium tank armies to deal with enemy infantry.
actor-htnk =
.name = Mammoth Tank
.description =
.name = Mammoth Tank
.description =
Heavily armored GDI Tank.
Can attack Aircraft.
Strong vs. Everything.
.encyclopedia =
.encyclopedia =
A crawling battle station, capable of self-repair and engaging any threat. It is particularly effective against enemy armor, but can also destroy small amounts of infantry or aircraft.
When in an enemy base, put it on aggressive stance to have it carve a path of destruction as it moves.
actor-msam =
.name = Rocket Launcher
.description =
.name = Rocket Launcher
.description =
Long-range rocket artillery.
Strong vs. all ground units.
.encyclopedia =
.encyclopedia =
Referred to as “MLRS” by players (Multiple Launch Rocket System), this artillery platform fires volleys of rockets at distant targets. It is particularly effective against light vehicles and does moderate damage vs infantry, buildings, and heavy armor.
A strong unit to build vs enemy artillery, its high bullet velocity and damage to light vehicles makes it the perfect counter to Nod artillery.
actor-mlrs =
.name = Mobile SAM
.description =
.name = Mobile SAM
.description =
Powerful anti-air unit.
Cannot attack ground units.
.encyclopedia =
.encyclopedia =
Generally referred to as “MSAM” by players, this Nod vehicle is a dedicated anti-air vehicle when their bikes do not cut it. It fires slow-moving missiles with powerful splash damage.
actor-stnk =
.name = Stealth Tank
.description =
.name = Stealth Tank
.description =
Long-range missile tank that can cloak.
Can attack Aircraft.
Has weak armor. Can be spotted by infantry and
defense structures.
Strong vs. Vehicles and Tanks.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
Cloaked units that become visible when damaged or firing their weapons. They can also be detected by defenses within a small radius or infantry at a one-cell range.
Their long-range AP missiles are excellent for dealing with enemy armor or air. They can also crush infantry in a pinch.
actor-mhq =
.name = Mobile HQ
.description =
.name = Mobile HQ
.description =
Mobile base of operations.
actor-truck =
.name = Supply Truck
.description =
.name = Supply Truck
.description =
Transports cash to other players.
Builds quickly.
Unarmed.
.encyclopedia =
.encyclopedia =
Supply trucks are a convenient way to share cash when your ally is out of money, or you can't spend yours fast enough. They build far quicker than their cost suggests.
## ai.yaml
bot-cabal =
.name = Cabal
.name = Cabal
bot-watson =
.name = Watson
.name = Watson
bot-hal9001 =
.name = HAL 9001
.name = HAL 9001

View File

@@ -81,32 +81,32 @@ button-map-editor-tab-container-tools-tooltip = Tools
button-map-editor-tab-container-history-tooltip = History
button-delete-area =
.label = Delete
.tooltip = Remove everything in the selected area
.label = Delete
.tooltip = Remove everything in the selected area
button-delete-actor =
.label = Delete
.tooltip = Remove the selected actor
.label = Delete
.tooltip = Remove the selected actor
button-editor-world-root-options =
.label = Menu
.tooltip = Menu
.label = Menu
.tooltip = Menu
button-editor-world-root-copy =
.label = Copy
.tooltip = Copy the selected area
.label = Copy
.tooltip = Copy the selected area
button-editor-world-root-paste =
.label = Paste
.tooltip = Paste the saved area
.label = Paste
.tooltip = Paste the saved area
button-editor-world-root-undo =
.label = Undo
.tooltip = Undo last step
.label = Undo
.tooltip = Undo last step
button-editor-world-root-redo =
.label = Redo
.tooltip = Redo last step
.label = Redo
.tooltip = Redo last step
dropdownbutton-editor-world-root-overlay-button = Overlays
button-select-categories-buttons-all = All
@@ -126,8 +126,8 @@ button-gamesave-browser-panel-save = Save
## ingame-chat.yaml, ingame-infochat.yaml
button-chat-chrome-mode =
.label = Team
.tooltip = Toggle chat mode
.label = Team
.tooltip = Toggle chat mode
## ingame-debug-hpf.yaml
dropdownbutton-hpf-overlay-locomotor = Select Locomotor
@@ -258,8 +258,8 @@ button-multiplayer-tabs-servers-tab = Servers
button-server-lobby-changemap = Change Map
button-lobbychat-chat-mode =
.label = Team
.tooltip = Toggle chat mode
.label = Team
.tooltip = Toggle chat mode
button-server-lobby-start-game = Start Game
button-server-lobby-disconnect = Leave Game
@@ -467,8 +467,8 @@ checkbox-mute-sound-container = Mute Sound
label-sound-volume-container = Sound Volume:
checkbox-mute-background-music-container =
.label = Mute Menu Music
.tooltip = Mute background music when no specific track is playing
.label = Mute Menu Music
.tooltip = Mute background music when no specific track is playing
label-music-title-volume-container = Music Volume:
label-audio-device-container = Audio Device:
@@ -480,16 +480,16 @@ label-target-lines-dropdown-container = Target Lines:
label-status-bar-dropdown-container-bars = Status Bars:
checkbox-player-stance-colors-container =
.label = Player Relationship Colors
.tooltip = Change player colors based on relationship (own, enemy, ally, neutral)
.label = Player Relationship Colors
.tooltip = Change player colors based on relationship (own, enemy, ally, neutral)
checkbox-ui-feedback-container =
.label = Show UI Feedback Notifications
.tooltip = Show transient text notifications for UI events
.label = Show UI Feedback Notifications
.tooltip = Show transient text notifications for UI events
checkbox-transients-container =
.label = Show Game Event Notifications
.tooltip = Show transient text notifications for game events
.label = Show Game Event Notifications
.tooltip = Show transient text notifications for game events
checkbox-pause-shellmap-container = Pause Menu Background
checkbox-hide-replay-chat-container = Hide Chat in Replays
@@ -524,12 +524,12 @@ label-notices-readonly-notice = This hotkey cannot be modified
button-hotkey-remap-dialog-override = Override
button-hotkey-remap-dialog-clear =
.label = Clear
.tooltip = Unbind the hotkey
.label = Clear
.tooltip = Unbind the hotkey
button-hotkey-remap-dialog-reset =
.label = Reset
.tooltip = Reset to default
.label = Reset
.tooltip = Reset to default
## settings-input.yaml
label-zoom-modifier-container = Zoom Modifier:

View File

@@ -10,7 +10,7 @@ options-difficulty =
## player
bot-campaign-ai =
.name = Campaign Player AI
.name = Campaign Player AI
## campaign-tooltips.yaml
neutral-prefix = Neutral

View File

@@ -10,20 +10,20 @@ button-replay-player-pause-tooltip = Pause
button-replay-player-play-tooltip = Play
button-replay-player-slow =
.tooltip = Slow speed
.label = 50%
.tooltip = Slow speed
.label = 50%
button-replay-player-regular =
.tooltip = Regular speed
.label = 100%
.tooltip = Regular speed
.label = 100%
button-replay-player-fast =
.tooltip = Fast speed
.label = 200%
.tooltip = Fast speed
.label = 200%
button-replay-player-maximum =
.tooltip = Maximum speed
.label = MAX
.tooltip = Maximum speed
.label = MAX
label-basic-stats-player-header = Player
label-basic-stats-cash-header = Cash
@@ -63,12 +63,13 @@ label-mute-indicator = Audio Muted
## ingame-player.yaml
supportpowers-support-powers-palette =
.ready = READY
.hold = ON HOLD
.ready = READY
.hold = ON HOLD
button-command-bar-attack-move =
.tooltip = Attack Move
.tooltipdesc = Selected units will move to the desired location
.tooltip = Attack Move
.tooltipdesc =
Selected units will move to the desired location
and attack any enemies they encounter en route.
Hold <(Ctrl)> while targeting to order an Assault Move
@@ -77,8 +78,9 @@ button-command-bar-attack-move =
Left-click icon then right-click on target location.
button-command-bar-force-move =
.tooltip = Force Move
.tooltipdesc = Selected units will move to the desired location
.tooltip = Force Move
.tooltipdesc =
Selected units will move to the desired location
- Default activity for the target is suppressed
- Vehicles will attempt to crush enemies at the target location
- Deployed thumpers will undeploy and move to the target location
@@ -87,8 +89,9 @@ button-command-bar-force-move =
Hold <(Alt)> to activate temporarily while commanding units.
button-command-bar-force-attack =
.tooltip = Force Attack
.tooltipdesc = Selected units will attack the targeted unit or location
.tooltip = Force Attack
.tooltipdesc =
Selected units will attack the targeted unit or location
- Default activity for the target is suppressed
- Allows targeting of own or ally forces
@@ -96,14 +99,16 @@ button-command-bar-force-attack =
Hold <(Ctrl)> to activate temporarily while commanding units.
button-command-bar-guard =
.tooltip = Guard
.tooltipdesc = Selected units will follow the targeted unit.
.tooltip = Guard
.tooltipdesc =
Selected units will follow the targeted unit.
Left-click icon then right-click on target unit.
button-command-bar-deploy =
.tooltip = Deploy
.tooltipdesc = Selected units will perform their default deploy activity
.tooltip = Deploy
.tooltipdesc =
Selected units will perform their default deploy activity
- MCVs will unpack into a Construction Yard
- Thumpers will start or stop attracting worms
- Devastators will become immobilized and explode
@@ -111,22 +116,25 @@ button-command-bar-deploy =
Acts immediately on selected units.
button-command-bar-scatter =
.tooltip = Scatter
.tooltipdesc = Selected units will stop their current activity
.tooltip = Scatter
.tooltipdesc =
Selected units will stop their current activity
and move to a nearby location.
Acts immediately on selected units.
button-command-bar-stop =
.tooltip = Stop
.tooltipdesc = Selected units will stop their current activity.
.tooltip = Stop
.tooltipdesc =
Selected units will stop their current activity.
Selected buildings will reset their rally point.
Acts immediately on selected targets.
button-command-bar-queue-orders =
.tooltip = Waypoint Mode
.tooltipdesc = Use Waypoint Mode to give multiple linking commands
.tooltip = Waypoint Mode
.tooltipdesc =
Use Waypoint Mode to give multiple linking commands
to the selected units. Units will execute the commands
immediately upon receiving them.
@@ -134,26 +142,30 @@ button-command-bar-queue-orders =
Hold <(Shift)> to activate temporarily while commanding units.
button-stance-bar-attackanything =
.tooltip = Attack Anything Stance
.tooltipdesc = Set the selected units to Attack Anything stance:
.tooltip = Attack Anything Stance
.tooltipdesc =
Set the selected units to Attack Anything stance:
- Units will attack enemy units and structures on sight
- Units will pursue attackers across the battlefield
button-stance-bar-defend =
.tooltip = Defend Stance
.tooltipdesc = Set the selected units to Defend stance:
.tooltip = Defend Stance
.tooltipdesc =
Set the selected units to Defend stance:
- Units will attack enemy units on sight
- Units will not move or pursue enemies
button-stance-bar-returnfire =
.tooltip = Return Fire Stance
.tooltipdesc = Set the selected units to Return Fire stance:
.tooltip = Return Fire Stance
.tooltipdesc =
Set the selected units to Return Fire stance:
- Units will retaliate against enemies that attack them
- Units will not move or pursue enemies
button-stance-bar-holdfire =
.tooltip = Hold Fire Stance
.tooltipdesc = Set the selected units to Hold Fire stance:
.tooltip = Hold Fire Stance
.tooltipdesc =
Set the selected units to Hold Fire stance:
- Units will not fire upon enemies
- Units will not move or pursue enemies
@@ -164,8 +176,8 @@ button-top-buttons-power-tooltip = Power Down
button-top-buttons-options-tooltip = Options
productionpalette-sidebar-production-palette =
.ready = READY
.hold = ON HOLD
.ready = READY
.hold = ON HOLD
button-production-types-building-tooltip = Buildings
button-production-types-infantry-tooltip = Infantry

View File

@@ -34,13 +34,13 @@ options-starting-units =
resource-spice = Spice
faction-random =
.name = Any
.description = Random House.
.name = Any
.description = Random House.
A random house is chosen at the start of the game.
faction-atreides =
.name = Atreides
.description = House Atreides
.name = Atreides
.description = House Atreides
The noble Atreides, from the water world of Caladan,
rely on their Ornithopters to ensure air superiority.
They have allied themselves with the Fremen, the fearsome
@@ -58,8 +58,8 @@ faction-atreides =
- Airstrike
faction-harkonnen =
.name = Harkonnen
.description = House Harkonnen
.name = Harkonnen
.description = House Harkonnen
The evil Harkonnen will stop at nothing to gain control of the spice.
They rely on brute force and atomic weapons to achieve their goals:
wealth, and the destruction of House Atreides.
@@ -75,8 +75,8 @@ faction-harkonnen =
- Death Hand Missile
faction-ordos =
.name = Ordos
.description = House Ordos
.name = Ordos
.description = House Ordos
From the icy world of Sigma Draconis IV, the insidious Ordos are known for
their wealth, greed, and treachery. They often turn to mercenaries, sabotage,
and forbidden Ixian technologies to gain the upper hand.
@@ -92,16 +92,16 @@ faction-ordos =
- Deviator
faction-corrino =
.name = Corrino
.name = Corrino
faction-mercenaries =
.name = Mercenaries
.name = Mercenaries
faction-smugglers =
.name = Smugglers
.name = Smugglers
faction-fremen =
.name = Fremen
.name = Fremen
## defaults.yaml
notification-unit-lost = Unit lost.
@@ -111,8 +111,8 @@ notification-primary-building-selected = Primary building selected.
## aircraft.yaml
actor-carryall-reinforce =
.name = Carryall
.description =
.name = Carryall
.description =
Large winged, planet-bound ship
Automatically lifts harvesters to and from Spice fields.
Lifts vehicles to Repair Pads when ordered to.
@@ -125,8 +125,8 @@ actor-carryall-encyclopedia =
actor-frigate-name = Frigate
actor-ornithopter =
.name = Ornithopter
.encyclopedia =
.name = Ornithopter
.encyclopedia =
The fastest aircraft on Dune, it is lightly armored and capable of dropping 500 lb bombs. Highly effective against infantry and lightly armored targets, with the ability to damage other armor types.
actor-ornithopter-husk-name = Ornithopter
@@ -162,76 +162,76 @@ meta-combat-tank-husk-name = Combat Tank (Destroyed)
## infantry.yaml
actor-light-inf =
.name = Light Infantry
.description =
.name = Light Infantry
.description =
General-purpose infantry.
Strong vs. Infantry.
Weak vs. Vehicles and Artillery.
.encyclopedia =
.encyclopedia =
Lightly armored foot soldiers, equipped with 9mm RP assault rifles. They are effective against infantry and lightly armored vehicles.
Light Infantry are resistant to missiles and large-caliber guns, but are very vulnerable to high-explosives, fire, and small arms.
actor-engineer =
.name = Engineer
.description =
.name = Engineer
.description =
Infiltrates and captures enemy
structures.
Strong vs. Buildings.
Weak vs. Everything.
Repairs damaged cliffs.
.encyclopedia =
.encyclopedia =
Can be used to capture enemy buildings.
Engineers are resistant to anti-tank weaponry but are very vulnerable to high-explosives, fire, and small arms.
actor-trooper =
.name = Trooper
.description =
.name = Trooper
.description =
Anti-tank infantry.
Strong vs. Tanks.
Weak vs. Infantry and Artillery.
.encyclopedia =
.encyclopedia =
Armed with wire-guided, armor-piercing missile warheads, Troopers are very effective against vehicles and buildings but struggle against infantry.
Troopers are resistant to anti-tank weaponry but very vulnerable to high-explosives, fire and bullet weapons.
actor-thumper =
.name = Thumper Infantry
.description =
.name = Thumper Infantry
.description =
Attracts nearby worms when deployed.
Unarmed.
.encyclopedia =
.encyclopedia =
Deploys a loud hammering device that draws Sandworms to the area.
actor-fremen =
.name = Fremen
.description =
.name = Fremen
.description =
Elite infantry unit with assault rifles and rockets.
Strong vs. Infantry and Vehicles.
Weak vs. Artillery.
Special Ability: Invisibility.
.encyclopedia =
.encyclopedia =
The native desert warriors of Dune, armed with 10mm Assault Rifles and Rockets. Their firepower is equally effective against infantry and vehicles.
Fremen units are very vulnerable to high-explosive and bullet weapons.
actor-grenadier =
.name = Grenadier
.description =
.name = Grenadier
.description =
Infantry with grenades.
Strong vs. Buildings and Infantry.
Weak vs. Vehicles.
.encyclopedia =
.encyclopedia =
An infantry artillery unit strong against buildings. They have a chance of exploding when killed, so should not be grouped together.
actor-sardaukar =
.name = Sardaukar
.description =
.name = Sardaukar
.description =
Elite Corrino assault infantry.
Strong vs. Infantry and Vehicles.
Weak vs. Artillery.
.encyclopedia =
.encyclopedia =
Powerful heavy troopers equipped with a machine gun that is effective against infantry and a rocket launcher for targeting vehicles.
actor-mpsardaukar-description =
@@ -240,14 +240,14 @@ actor-mpsardaukar-description =
Weak vs. Artillery.
actor-saboteur =
.name = Saboteur
.description =
.name = Saboteur
.description =
Sneaky infantry with explosives.
Turns invisible for a limited time.
Strong vs. Buildings.
Weak vs. Everything.
Special Ability: Destroys buildings.
.encyclopedia =
.encyclopedia =
A specialized military unit of House Ordos, capable of demolishing enemy buildings upon entry, but dying in the resulting explosion. It can activate stealth mode to become invisible.
The Saboteur is resistant to anti-tank weaponry, but very vulnerable to high-explosives, fire, and bullet weapons.
@@ -265,15 +265,15 @@ actor-camera-name = (reveals area to owner)
actor-wormspawner-name = (worm spawning location)
actor-upgrade-conyard =
.name = Construction Yard Upgrade
.description =
.name = Construction Yard Upgrade
.description =
Unlocks additional construction options:
- Large Concrete Slab
- Rocket Turret
actor-upgrade-barracks =
.name = Barracks Upgrade
.description =
.name = Barracks Upgrade
.description =
Unlocks additional infantry:
- Trooper
- Engineer
@@ -284,8 +284,8 @@ actor-upgrade-barracks =
- Harkonnen: Sardaukar
actor-upgrade-light =
.name = Light Factory Upgrade
.description =
.name = Light Factory Upgrade
.description =
Unlocks additional light units:
- Missile Quad
@@ -293,8 +293,8 @@ actor-upgrade-light =
- Ordos: Stealth Raider Trike
actor-upgrade-heavy =
.name = Heavy Factory Upgrade
.description =
.name = Heavy Factory Upgrade
.description =
Unlocks additional construction options:
- Repair Pad
- IX Research Center
@@ -305,13 +305,13 @@ actor-upgrade-heavy =
- MCV
actor-upgrade-hightech =
.name = High Tech Factory Upgrade
.description =
.name = High Tech Factory Upgrade
.description =
Unlocks the Atreides Air Strike superweapon.
actor-deathhand =
.name = Death Hand
.encyclopedia =
.name = Death Hand
.encyclopedia =
Armed with atomic cluster munitions, it detonates above its target, inflicting great damage over a wide area.
## structures.yaml
@@ -330,14 +330,14 @@ notification-fremen-ready = Fremen ready.
notification-saboteur-ready = Saboteur ready.
meta-concrete =
.generic-name = Structure
.description =
.generic-name = Structure
.description =
Provides a strong foundation that
protects against terrain damage.
actor-concrete-a =
.name = Concrete Slab
.encyclopedia =
.name = Concrete Slab
.encyclopedia =
Buildings not constructed on a Concrete Slab will sustain ongoing damage from the harsh desert environment of Dune. While repairs are possible, placing structures on concrete prevents continuous weathering.
Concrete is vulnerable to most weapons and cannot be repaired once damaged.
@@ -345,159 +345,159 @@ actor-concrete-a =
actor-concrete-b-name = Large Concrete Slab
actor-construction-yard =
.name = Construction Yard
.description = Produces structures.
.encyclopedia =
.name = Construction Yard
.description = Produces structures.
.encyclopedia =
Serving as the foundation of any base built on Arrakis, the Construction Yard produces a small amount of power and enables the construction of new structures. Protect this structure! It is critical to the success of your base.
Construction yards are fairly strong, but vulnerable to all weapons to varying degrees.
actor-wind-trap =
.name = Wind Trap
.description =
.name = Wind Trap
.description =
Supplies power to other
structures.
.encyclopedia =
.encyclopedia =
Produces power and water for your base. Large, above-ground ducts funnel wind currents underground into massive turbines, which drive power generators and humidity extractors.
Wind Traps are vulnerable to most weapons.
actor-barracks =
.name = Barracks
.description = Trains infantry.
.encyclopedia =
.name = Barracks
.description = Trains infantry.
.encyclopedia =
Required for producing and training light infantry units, it can be upgraded to train advanced infantry in later missions.
Barracks are vulnerable to most weapons.
actor-refinery =
.name = Spice Refinery
.description =
.name = Spice Refinery
.description =
Harvesters unload Spice here
for processing.
.encyclopedia =
.encyclopedia =
The basis of all Spice production on Dune. Harvesters transport mined Spice to the Refinery where it is converted into credits. Refined Spice is automatically distributed to Silos and Refineries for storage. Each refinery can store Spice. A Spice Harvester is delivered by Carryall once a Refinery is built.
Refineries are vulnerable to most weapons.
actor-silo =
.name = Silo
.description = Stores excess harvested Spice.
.encyclopedia =
.name = Silo
.description = Stores excess harvested Spice.
.encyclopedia =
Store mined Spice. Any surplus from Refineries is evenly distributed among all available Silos. If storage capacity is exceeded, excess Spice is lost. Destroyed or captured Silos redistribute their contents, provided there is sufficient space.
The Spice Silo is vulnerable to most weapons.
actor-light-factory =
.name = Light Factory
.description = Produces light vehicles.
.encyclopedia =
.name = Light Factory
.description = Produces light vehicles.
.encyclopedia =
Required to produce small, lightly armored combat vehicles. It can be upgraded in later missions to manufacture more advanced light vehicles.
A Light Factory is vulnerable to most weapons.
actor-heavy-factory =
.name = Heavy Factory
.description = Produces heavy vehicles.
.encyclopedia =
.name = Heavy Factory
.description = Produces heavy vehicles.
.encyclopedia =
Enables the construction of heavy vehicles such as Harvesters and Combat Tanks. With upgrades, it unlocks advanced vehicles, though some may require additional buildings.
The Heavy Factory is vulnerable to most weapons.
actor-outpost =
.name = Outpost
.description =
.name = Outpost
.description =
Provides a radar map of the battlefield.
Requires power to operate.
.encyclopedia =
.encyclopedia =
Once enough power is available, the Radar Outpost activates, providing a radar map.
The Radar Outpost is vulnerable to most weapons.
actor-starport =
.name = Starport
.description = Dropzone for quick reinforcements, at a price.
.encyclopedia =
.name = Starport
.description = Dropzone for quick reinforcements, at a price.
.encyclopedia =
Unlocks intergalactic trade with the CHOAM Merchants' Guild, where vehicles and airborne units can be purchased at varying rates. This facility is essential for acquiring units from the Guild.
Even with heavy armor, the Starport is vulnerable to most weapons.
actor-wall =
.name = Concrete Wall
.generic-name = Structure
.description = Stops units and blocks enemy fire.
.encyclopedia =
.name = Concrete Wall
.generic-name = Structure
.description = Stops units and blocks enemy fire.
.encyclopedia =
The most effective defensive barriers on Dune, blocking tank fire and impeding unit movement.
Walls can only be damaged by explosive weapons, missiles and shells. Similar to Concrete Slabs, they cannot be repaired once damaged.
actor-medium-gun-turret =
.name = Gun Turret
.description =
.name = Gun Turret
.description =
Defensive structure.
Strong vs. Tanks.
Weak vs. Infantry and Aircraft.
.encyclopedia =
.encyclopedia =
A medium-range weapon that is effective against all types of vehicle, particularly heavily armored ones. It automatically fires upon any enemy unit within its range and requires power to operate.
The Gun Turret is resistant to small arms and explosive weapons, but vulnerable to missiles and high-caliber guns.
actor-large-gun-turret =
.name = Rocket Turret
.description =
.name = Rocket Turret
.description =
Defensive structure.
Requires power to operate.
Strong vs. Infantry and Aircraft.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
An enhanced defensive structure with a longer range and faster rate of fire than the Gun Turret. Its advanced targeting system requires power to operate.
The Rocket Turret is resistant to firearms and explosive weapons, but vulnerable to missiles and high-caliber guns.
actor-repair-pad =
.name = Repair Pad
.description =
.name = Repair Pad
.description =
Repairs vehicles.
Allows MCVs to be built.
.encyclopedia =
.encyclopedia =
Repairs units for a fraction of their production cost.
The Repair Pad is vulnerable to most weapons.
actor-high-tech-factory =
.name = High Tech Factory
.description = Unlocks advanced technology.
.airstrikepower-name = Air Strike
.airstrikepower-description = Ornithopters bomb the target.
.encyclopedia =
.name = High Tech Factory
.description = Unlocks advanced technology.
.airstrikepower-name = Air Strike
.airstrikepower-description = Ornithopters bomb the target.
.encyclopedia =
Produces airborne units, and is required to build Carryalls. House Atreides can upgrade this facility to build Ornithopters for air strikes in later missions.
The High Tech Factory is vulnerable to most weapons.
actor-research-centre =
.name = IX Research Center
.description = Unlocks advanced tanks.
.encyclopedia =
.name = IX Research Center
.description = Unlocks advanced tanks.
.encyclopedia =
Provides technology upgrades for both structures and vehicles. This facility is required to develop advanced special weapons and prototypes.
The IX Research Center is vulnerable to most weapons.
actor-palace =
.name = Palace
.description = Unlocks elite infantry and weapons.
.encyclopedia =
.name = Palace
.description = Unlocks elite infantry and weapons.
.encyclopedia =
Serves as the command center once built, offering additional options and special weapons.
Even with heavy armor, the Palace is vulnerable to most weapons.
.nukepower-name = Death Hand
.nukepower-description = Launches an atomic missile at a target location.
.produceactorpower-fremen-name = Recruit Fremen
.produceactorpower-fremen-description = Elite infantry unit with assault rifles and rockets.
.nukepower-name = Death Hand
.nukepower-description = Launches an atomic missile at a target location.
.produceactorpower-fremen-name = Recruit Fremen
.produceactorpower-fremen-description = Elite infantry unit with assault rifles and rockets.
Strong vs. Infantry and Vehicles.
Weak vs. Artillery.
Special Ability: Invisibility.
.produceactorpower-saboteur-name = Recruit Saboteur
.produceactorpower-saboteur-description = Sneaky infantry with explosives.
.produceactorpower-saboteur-name = Recruit Saboteur
.produceactorpower-saboteur-description = Sneaky infantry with explosives.
Can be deployed to become invisible for a limited time.
Strong vs Buildings.
Weak vs Everything.
@@ -505,76 +505,76 @@ actor-palace =
## vehicles.yaml
actor-mcv =
.name = Mobile Construction Vehicle
.description =
.name = Mobile Construction Vehicle
.description =
Deploys into a Construction Yard.
Unarmed.
.encyclopedia =
.encyclopedia =
Must be driven to an area where it can be deployed. After finding a suitable rock surface, the MCV can be transformed into a Construction Yard.
MCVs are resistant to bullets and light-explosives. They are vulnerable to missiles and high-caliber guns.
actor-harvester =
.name = Spice Harvester
.description =
.name = Spice Harvester
.description =
Collects Spice for processing.
Unarmed.
.encyclopedia =
.encyclopedia =
Resistant to bullets, and to some degree, high explosives. They are vulnerable to missiles and high-caliber guns.
A Harvester is included with a Refinery.
actor-trike =
.name = Trike
.description =
.name = Trike
.description =
Fast scout.
Strong vs. Infantry.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Lightly armored, three-wheeled vehicles armed with heavy machine guns, effective against infantry and lightly armored vehicles.
Trikes are vulnerable to most weapons, high-caliber guns are slightly less effective against them.
actor-quad =
.name = Missile Quad
.description =
.name = Missile Quad
.description =
Missile Scout.
Strong vs. Vehicles.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
Superior to the Trike in both armor and firepower, the Quad is a four-wheeled vehicle firing armor-piercing rockets. It is effective against most vehicles.
Quads are resistant to bullets and, to a lesser degree, explosives. They are vulnerable to missiles and high-caliber guns.
actor-siege-tank =
.name = Siege Tank
.description =
.name = Siege Tank
.description =
Siege Artillery.
Strong vs. Infantry and Buildings.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Incredibly effective against infantry and lightly armored vehicles, but struggles against heavily armored targets. It has a long firing range.
Siege Tanks are resistant to bullets, and to some degree, explosives. They are vulnerable to missiles and high-caliber guns.
actor-missile-tank =
.name = Missile Tank
.description =
.name = Missile Tank
.description =
Rocket Artillery.
Strong vs. Vehicles, Buildings and Aircraft.
Weak vs. Infantry.
.encyclopedia =
.encyclopedia =
Shoots down aircraft and is effective against most targets, except infantry.
Missile Tanks are vulnerable to most weapons, high-caliber guns are slightly less effective.
actor-sonic-tank =
.name = Sonic Tank
.description =
.name = Sonic Tank
.description =
Fires sonic shocks.
Strong vs. Infantry and Vehicles.
Weak vs. Artillery.
.encyclopedia =
.encyclopedia =
Most effective against infantry and lightly armored vehicles, but weaker against armored targets.
Its sonic waves damage all units in their path.
@@ -582,42 +582,42 @@ actor-sonic-tank =
Resistant to bullets and small-explosives, but vulnerable to missiles and high-caliber guns.
actor-devastator =
.name = Devastator
.description =
.name = Devastator
.description =
Super Heavy Tank.
Strong vs. Tanks.
Weak vs. Artillery.
.encyclopedia =
.encyclopedia =
As the most powerful tank on Dune, the Devastator is slow but highly effective against most units. It fires dual plasma charges and can self-destruct on command, damaging nearby units and structures.
Resistant to bullets and high explosives, but vulnerable to missiles and high-caliber guns.
actor-raider =
.name = Raider Trike
.description =
.name = Raider Trike
.description =
Improved Scout.
Strong vs. Infantry and Light Vehicles.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
Raider Trikes, upgraded by House Ordos, have enhanced firepower, speed, and armor. Equipped with dual 20mm cannons, they are strong against infantry and lightly armored vehicles.
Raiders are vulnerable to most weapons, though high-caliber guns are slightly less effective against them.
actor-stealth-raider =
.name = Stealth Raider Trike
.description =
.name = Stealth Raider Trike
.description =
Invisible Raider Trike.
Strong vs. Infantry and Light Vehicles.
Weak vs. Tanks.
.encyclopedia =
.encyclopedia =
A cloaked version of the Raider, good for stealth attacks. It uncloaks when it fires its machine guns.
actor-deviator =
.name = Deviator
.description =
.name = Deviator
.description =
Fires a warhead that changes the
allegiance of enemy vehicles.
.encyclopedia =
.encyclopedia =
Fires missiles that release a silicon cloud, temporarily altering the allegiance of targeted vehicles. Personnel are only slightly affected by the cloud.
The Deviator is vulnerable to most weapons, high-caliber guns are slightly less effective.
@@ -628,40 +628,40 @@ meta-combat-tank-description =
Weak vs. Infantry.
actor-combat-tank-a =
.name = Atreides Combat Tank
.encyclopedia =
.name = Atreides Combat Tank
.encyclopedia =
Effective against most vehicles but less suited against lightly armored targets.
Resistant to bullets and heavy explosives, but vulnerable to missiles and high-caliber guns.
actor-combat-tank-h =
.name = Harkonnen Combat Tank
.encyclopedia =
.name = Harkonnen Combat Tank
.encyclopedia =
Effective against most vehicles but less suited against lightly armored targets.
Stronger than its counterparts, but also slower.
actor-combat-tank-o =
.name = Ordos Combat Tank
.encyclopedia =
.name = Ordos Combat Tank
.encyclopedia =
Effective against most vehicles but less suited against lightly armored targets.
The fastest variant of Combat Tank, but also the weakest.
meta-destroyabletile =
.generic-name = Passage (destroyable)
.name = Passage (destroyable)
.generic-name = Passage (destroyable)
.name = Passage (destroyable)
meta-destroyedtile =
.generic-name = Passage (repairable)
.name = Passage (repairable)
.generic-name = Passage (repairable)
.name = Passage (repairable)
## ai.yaml
bot-omnius =
.name = Omnius
.name = Omnius
bot-vidius =
.name = Vidious
.name = Vidious
bot-gladius =
.name = Gladius
.name = Gladius

View File

@@ -10,7 +10,7 @@ options-difficulty =
## player
bot-campaign-ai =
.name = Campaign Player AI
.name = Campaign Player AI
## campaign-rules.yaml
actor-crate-name = Crate
@@ -36,8 +36,8 @@ actor-givefix-name = Weapons Factory or Helipad
actor-demitri-name = Dr. Demitri
actor-5tnk =
.name = Super Tank
.generic-name = Super Tank
.name = Super Tank
.generic-name = Super Tank
actor-5tnk-husk-name = Husk (Super Tank)
@@ -58,18 +58,18 @@ actor-scientist-name = Scientist
## soviet-soldier-volkov-n-chitzkoi
actor-afac =
.name = Alloy Facility
.generic-name = Alloy Facility
.name = Alloy Facility
.generic-name = Alloy Facility
actor-ccen =
.name = Control Center
.generic-name = Control Center
.name = Control Center
.generic-name = Control Center
actor-hgun-name = Heavy Turret Prototype
actor-zkoi =
.name = Chitzkoi
.generic-name = Cyborg Dog
.name = Chitzkoi
.generic-name = Cyborg Dog
## situation-critical, soviet-soldier-volkov-n-chitzkoi
actor-volk-name = Volkov

View File

@@ -7,20 +7,20 @@ button-observer-widgets-pause-tooltip = Pause
button-observer-widgets-play-tooltip = Play
button-observer-widgets-slow =
.tooltip = Slow speed
.label = 50%
.tooltip = Slow speed
.label = 50%
button-observer-widgets-regular =
.tooltip = Regular speed
.label = 100%
.tooltip = Regular speed
.label = 100%
button-observer-widgets-fast =
.tooltip = Fast speed
.label = 200%
.tooltip = Fast speed
.label = 200%
button-observer-widgets-maximum =
.tooltip = Maximum speed
.label = MAX
.tooltip = Maximum speed
.label = MAX
label-basic-stats-player-header = Player
label-basic-stats-cash-header = Cash
@@ -61,12 +61,13 @@ button-top-buttons-options-tooltip = Options
## ingame-player.yaml
supportpowers-support-powers-palette =
.ready = READY
.hold = ON HOLD
.ready = READY
.hold = ON HOLD
button-command-bar-attack-move =
.tooltip = Attack Move
.tooltipdesc = Selected units will move to the desired location
.tooltip = Attack Move
.tooltipdesc =
Selected units will move to the desired location
and attack any enemies they encounter en route.
Hold <(Ctrl)> while targeting to order an Assault Move
@@ -75,8 +76,9 @@ button-command-bar-attack-move =
Left-click icon then right-click on target location.
button-command-bar-force-move =
.tooltip = Force Move
.tooltipdesc = Selected units will move to the desired location
.tooltip = Force Move
.tooltipdesc =
Selected units will move to the desired location
- Default activity for the target is suppressed
- Vehicles will attempt to crush enemies at the target location
- Helicopters will land at the target location
@@ -86,8 +88,9 @@ button-command-bar-force-move =
Hold <(Alt)> to activate temporarily while commanding units.
button-command-bar-force-attack =
.tooltip = Force Attack
.tooltipdesc = Selected units will attack the targeted unit or location
.tooltip = Force Attack
.tooltipdesc =
Selected units will attack the targeted unit or location
- Default activity for the target is suppressed
- Allows targeting of own or ally forces
- Long-range artillery units will always target the
@@ -97,14 +100,16 @@ button-command-bar-force-attack =
Hold <(Ctrl)> to activate temporarily while commanding units.
button-command-bar-guard =
.tooltip = Guard
.tooltipdesc = Selected units will follow the targeted unit.
.tooltip = Guard
.tooltipdesc =
Selected units will follow the targeted unit.
Left-click icon then right-click on target unit.
button-command-bar-deploy =
.tooltip = Deploy
.tooltipdesc = Selected units will perform their default deploy activity
.tooltip = Deploy
.tooltipdesc =
Selected units will perform their default deploy activity
- MCVs will unpack into a Construction Yard
- Construction Yards will re-pack into a MCV
- Transports will unload their passengers
@@ -115,22 +120,25 @@ button-command-bar-deploy =
Acts immediately on selected units.
button-command-bar-scatter =
.tooltip = Scatter
.tooltipdesc = Selected units will stop their current activity
.tooltip = Scatter
.tooltipdesc =
Selected units will stop their current activity
and move to a nearby location.
Acts immediately on selected units.
button-command-bar-stop =
.tooltip = Stop
.tooltipdesc = Selected units will stop their current activity.
.tooltip = Stop
.tooltipdesc =
Selected units will stop their current activity.
Selected buildings will reset their rally point.
Acts immediately on selected targets.
button-command-bar-queue-orders =
.tooltip = Waypoint Mode
.tooltipdesc = Use Waypoint Mode to give multiple linking commands
.tooltip = Waypoint Mode
.tooltipdesc =
Use Waypoint Mode to give multiple linking commands
to the selected units. Units will execute the commands
immediately upon receiving them.
@@ -138,26 +146,30 @@ button-command-bar-queue-orders =
Hold <(Shift)> to activate temporarily while commanding units.
button-stance-bar-attackanything =
.tooltip = Attack Anything Stance
.tooltipdesc = Set the selected units to Attack Anything stance:
.tooltip = Attack Anything Stance
.tooltipdesc =
Set the selected units to Attack Anything stance:
- Units will attack enemy units and structures on sight
- Units will pursue attackers across the battlefield
button-stance-bar-defend =
.tooltip = Defend Stance
.tooltipdesc = Set the selected units to Defend stance:
.tooltip = Defend Stance
.tooltipdesc =
Set the selected units to Defend stance:
- Units will attack enemy units on sight
- Units will not move or pursue enemies
button-stance-bar-returnfire =
.tooltip = Return Fire Stance
.tooltipdesc = Set the selected units to Return Fire stance:
.tooltip = Return Fire Stance
.tooltipdesc =
Set the selected units to Return Fire stance:
- Units will retaliate against enemies that attack them
- Units will not move or pursue enemies
button-stance-bar-holdfire =
.tooltip = Hold Fire Stance
.tooltipdesc = Set the selected units to Hold Fire stance:
.tooltip = Hold Fire Stance
.tooltipdesc =
Set the selected units to Hold Fire stance:
- Units will not fire upon enemies
- Units will not move or pursue enemies
@@ -167,8 +179,8 @@ button-top-buttons-power-tooltip = Power Down
button-top-buttons-repair-tooltip = Repair
productionpalette-sidebar-production-palette =
.ready = READY
.hold = ON HOLD
.ready = READY
.hold = ON HOLD
button-production-types-building-tooltip = Buildings
button-production-types-defense-tooltip = Defense

View File

@@ -289,7 +289,7 @@ free-tanya-keep-alive = Free Tanya and keep her alive.
kill-soviet-officers-scientists = Kill all Soviet officers and scientists.
steal-soviet-mammoth-tank = Steal a Soviet Mammoth Tank.
no-casualties = Ensure no soldier or civilian
under your command is lost.
under your command is lost.
## sarin-gas-3-controlled-burn
capture-sarin-plants-intact = Capture all Sarin processing plants intact.
@@ -369,7 +369,7 @@ truck-stopped-near-allied-base = Commander, the truck has stopped at a nearby Al
Radio intercepts indicate the truck has orders to flee if any Soviet units approach.
destroy-stolen-convoy-truck = Destroy the stolen convoy truck
- don't let it escape.
- don't let it escape.
defend-forward-command-center = Defend our forward Command Center.
## soviet-10

View File

@@ -90,35 +90,35 @@ faction-randomsoviet =
actor-badr-name = Badger
actor-mig =
.name = MiG Attack Plane
.description =
.name = MiG Attack Plane
.description =
Fast Ground-Attack Plane.
Strong vs. Buildings and Vehicles.
Weak vs. Infantry and Aircraft.
actor-yak =
.name = Yak Attack Plane
.description =
.name = Yak Attack Plane
.description =
Attack Plane with dual machine guns.
Strong vs. Infantry and Light armor.
Weak vs. Tanks and Aircraft.
actor-tran =
.name = Chinook
.description =
.name = Chinook
.description =
Fast infantry transport helicopter.
Unarmed
actor-heli =
.name = Longbow
.description =
.name = Longbow
.description =
Helicopter gunship with multi-purpose missiles.
Strong vs. Buildings, Vehicles and Aircraft.
Weak vs. Infantry.
actor-hind =
.name = Hind
.description =
.name = Hind
.description =
Helicopter gunship with dual chain guns.
Strong vs. Infantry and Light armor.
Weak vs. Tanks and Aircraft.
@@ -126,8 +126,8 @@ actor-hind =
actor-u2-name = Spy Plane
actor-mh60 =
.name = Black Hawk
.description =
.name = Black Hawk
.description =
Helicopter gunship with dual chain guns.
Strong vs. Infantry and Light armor.
Weak vs. Tanks and Aircraft.
@@ -177,8 +177,8 @@ meta-ammobox-name = Ammo Box
meta-civfield-name = Field
meta-civhaystackorigloo =
.winter-name = Igloo
.summer-name = Haystack
.winter-name = Igloo
.summer-name = Haystack
meta-tree-name = Tree
meta-treehusk-name = Tree (Burnt)
@@ -190,75 +190,75 @@ meta-bridge-name = Bridge
meta-rock-name = Rock
meta-crate =
.name = Crate
.generic-name = Crate
.name = Crate
.generic-name = Crate
meta-mine-name = Mine
## fakes.yaml
actor-fpwr =
.name = Fake Power Plant
.generic-name = Power Plant
.description = Looks like a Power Plant.
.name = Fake Power Plant
.generic-name = Power Plant
.description = Looks like a Power Plant.
actor-tenf =
.name = Fake Allied Barracks
.generic-name = Allied Barracks
.description = Looks like an Allied Barracks.
.name = Fake Allied Barracks
.generic-name = Allied Barracks
.description = Looks like an Allied Barracks.
actor-syrf =
.name = Fake Naval Yard
.generic-name = Naval Yard
.description = Looks like a Naval Yard.
.name = Fake Naval Yard
.generic-name = Naval Yard
.description = Looks like a Naval Yard.
actor-spef =
.name = Fake Sub Pen
.generic-name = Sub Pen
.description = Looks like a Sub Pen.
.name = Fake Sub Pen
.generic-name = Sub Pen
.description = Looks like a Sub Pen.
actor-weaf =
.name = Fake War Factory
.generic-name = War Factory
.description = Looks like a War Factory.
.name = Fake War Factory
.generic-name = War Factory
.description = Looks like a War Factory.
actor-domf =
.name = Fake Radar Dome
.generic-name = Radar Dome
.description = Looks like a Radar Dome.
.name = Fake Radar Dome
.generic-name = Radar Dome
.description = Looks like a Radar Dome.
actor-fixf =
.name = Fake Service Depot
.generic-name = Service Depot
.description = Looks like a Service Depot.
.name = Fake Service Depot
.generic-name = Service Depot
.description = Looks like a Service Depot.
actor-fapw =
.name = Fake Advanced Power Plant
.generic-name = Advanced Power Plant
.description = Looks like an Advanced Power Plant.
.name = Fake Advanced Power Plant
.generic-name = Advanced Power Plant
.description = Looks like an Advanced Power Plant.
actor-atef =
.name = Fake Allied Tech Center
.generic-name = Allied Tech Center
.description = Looks like an Allied Tech Center.
.name = Fake Allied Tech Center
.generic-name = Allied Tech Center
.description = Looks like an Allied Tech Center.
actor-pdof =
.name = Fake Chronosphere
.generic-name = Chronosphere
.description =
.name = Fake Chronosphere
.generic-name = Chronosphere
.description =
Looks like a Chronosphere.
Maximum of one can be built.
actor-mslf =
.name = Fake Missile Silo
.generic-name = Missile Silo
.description =
.name = Fake Missile Silo
.generic-name = Missile Silo
.description =
Looks like a Missile Silo.
Maximum of one can be built.
actor-facf =
.name = Fake Construction Yard
.generic-name = Construction Yard
.description = Looks like a Construction Yard.
.name = Fake Construction Yard
.generic-name = Construction Yard
.description = Looks like a Construction Yard.
## husks.yaml
actor-2tnk-husk-name = Husk (Medium Tank)
@@ -283,53 +283,53 @@ actor-mh60-husk-name = Black Hawk
notification-building-infiltrated = Building infiltrated.
actor-dog =
.name = Attack Dog
.generic-name = Dog
.description =
.name = Attack Dog
.generic-name = Dog
.description =
Anti-infantry unit.
Can detect spies.
Strong vs. Infantry.
Weak vs. Vehicles and Aircraft.
actor-e1 =
.name = Rifle Infantry
.description =
.name = Rifle Infantry
.description =
General-purpose infantry.
Strong vs. Infantry.
Weak vs. Vehicles and Aircraft.
actor-e2 =
.name = Grenadier
.description =
.name = Grenadier
.description =
Infantry with grenades.
Strong vs. Buildings and Infantry.
Weak vs. Vehicles and Aircraft.
actor-e3 =
.name = Rocket Soldier
.description =
.name = Rocket Soldier
.description =
Anti-tank/Anti-aircraft infantry.
Strong vs. Vehicles and Aircraft.
Weak vs. Infantry.
actor-e4 =
.name = Flame Infantry
.description =
.name = Flame Infantry
.description =
Advanced anti-structure unit.
Strong vs. Infantry and Buildings.
Weak vs. Vehicles and Aircraft.
actor-e6 =
.name = Engineer
.description =
.name = Engineer
.description =
Infiltrates and captures
enemy structures.
Unarmed.
actor-spy =
.disguisetooltip-name = Spy
.disguisetooltip-generic-name = Soldier
.description =
.disguisetooltip-name = Spy
.disguisetooltip-generic-name = Soldier
.description =
Infiltrates enemy structures for intel or
sabotage. Exact effect depends on the
building infiltrated.
@@ -342,8 +342,8 @@ actor-spy =
actor-spy-england-disguisetooltip-name = British Spy
actor-e7 =
.name = Tanya
.description =
.name = Tanya
.description =
Elite commando infantry, with dual pistols
and C4.
Maximum of one can be built.
@@ -352,14 +352,14 @@ actor-e7 =
Special Ability: Destroys buildings with C4.
actor-medi =
.name = Medic
.description =
.name = Medic
.description =
Heals nearby infantry.
Unarmed.
actor-mech =
.name = Mechanic
.description =
.name = Mechanic
.description =
Repairs nearby vehicles and restores husks to
working condition by capturing them.
Unarmed.
@@ -370,28 +370,28 @@ actor-chan-name = Scientist
actor-gnrl-name = General
actor-thf =
.name = Thief
.description =
.name = Thief
.description =
Steals enemy credits.
Hijacks enemy vehicles.
Unarmed.
actor-shok =
.name = Shock Trooper
.description =
.name = Shock Trooper
.description =
Elite infantry with portable Tesla coils.
Strong vs. Infantry and Vehicles.
Weak vs. Aircraft.
actor-zombie =
.name = Zombie
.description =
.name = Zombie
.description =
Slow-moving undead that attack in close combat.
actor-ant =
.name = Giant Ant
.generic-name = Ant
.description =
.name = Giant Ant
.generic-name = Ant
.description =
Irradiated insect that grew to an abnormally large size.
actor-fireant-name = Fire Ant
@@ -422,8 +422,8 @@ actor-ctflag-name = Flag
## ships.yaml
actor-ss =
.name = Submarine
.description =
.name = Submarine
.description =
Submerged anti-ship unit with torpedoes.
Can detect other submarines.
Strong vs. Naval units.
@@ -431,8 +431,8 @@ actor-ss =
Special Ability: Submerge.
actor-msub =
.name = Missile Submarine
.description =
.name = Missile Submarine
.description =
Submerged anti-ground siege unit with anti-air
capabilities.
Can detect other submarines.
@@ -441,30 +441,30 @@ actor-msub =
Special Ability: Submerge.
actor-dd =
.name = Destroyer
.description =
.name = Destroyer
.description =
Fast multi-role ship.
Can detect submarines.
Strong vs. Naval units, Vehicles and Aircraft.
Weak vs. Infantry.
actor-ca =
.name = Cruiser
.description =
.name = Cruiser
.description =
Very slow long-range ship.
Strong vs. Buildings and Ground units.
Weak vs. Naval units and Aircraft.
actor-lst =
.name = Transport
.description =
.name = Transport
.description =
General-purpose naval transport.
Carries infantry and tanks.
Unarmed.
actor-pt =
.name = Gunboat
.description =
.name = Gunboat
.description =
Light scout and support ship.
Can detect submarines.
Strong vs. Naval units.
@@ -492,64 +492,64 @@ notification-credits-stolen = Credits stolen.
notification-spy-plane-ready = Spy plane ready.
actor-mslo =
.name = Missile Silo
.description =
.name = Missile Silo
.description =
Provides an atomic bomb.
Requires power to operate.
Maximum of one can be built.
Special Ability: Atom Bomb.
.nukepower-name = Atom Bomb
.nukepower-description = Launches a devastating atomic bomb
.nukepower-name = Atom Bomb
.nukepower-description = Launches a devastating atomic bomb
at the target location.
actor-gap =
.name = Gap Generator
.description =
.name = Gap Generator
.description =
Obscures the enemy's view with shroud.
Requires power to operate.
actor-spen =
.name = Sub Pen
.description =
.name = Sub Pen
.description =
Produces and repairs submarines
and transports.
actor-syrd =
.name = Naval Yard
.description =
.name = Naval Yard
.description =
Produces and repairs ships and
transports.
actor-iron =
.name = Iron Curtain
.description =
.name = Iron Curtain
.description =
Grants a group of units temporary
invulnerability.
Requires power to operate.
Maximum of one can be built.
Special Ability: Invulnerability.
.grantexternalconditionpower-ironcurtain-name = Invulnerability
.grantexternalconditionpower-ironcurtain-description = Grants invulnerability to a group of units
.grantexternalconditionpower-ironcurtain-name = Invulnerability
.grantexternalconditionpower-ironcurtain-description = Grants invulnerability to a group of units
for 20 seconds.
actor-pdox =
.name = Chronosphere
.description =
.name = Chronosphere
.description =
Teleports a group of units across
the map for a short time.
Requires power to operate.
Maximum of one can be built.
Special Ability: Chronoshift
.chronoshiftpower-chronoshift-name = Chronoshift
.chronoshiftpower-chronoshift-description = Teleports a group of units across
.chronoshiftpower-chronoshift-name = Chronoshift
.chronoshiftpower-chronoshift-description = Teleports a group of units across
the map for 20 seconds.
.chronoshiftpower-advancedchronoshift-name = Advanced Chronoshift
.chronoshiftpower-advancedchronoshift-description = Teleports a large group of units across
.chronoshiftpower-advancedchronoshift-name = Advanced Chronoshift
.chronoshiftpower-advancedchronoshift-description = Teleports a large group of units across
the map for 20 seconds.
actor-tsla =
.name = Tesla Coil
.description =
.name = Tesla Coil
.description =
Advanced base defense.
Requires power to operate.
Can detect cloaked units.
@@ -557,23 +557,23 @@ actor-tsla =
Weak vs. Aircraft.
actor-agun =
.name = AA Gun
.description =
.name = AA Gun
.description =
Anti-Air base defense.
Requires power to operate.
Strong vs. Aircraft.
Weak vs. Ground units.
actor-dome =
.name = Radar Dome
.description =
.name = Radar Dome
.description =
Provides an overview of
the battlefield.
Requires power to operate.
actor-pbox =
.name = Pillbox
.description =
.name = Pillbox
.description =
Static defense with a fireport for
a garrisoned soldier.
Can detect cloaked units.
@@ -581,8 +581,8 @@ actor-pbox =
Weak vs. Tanks and Aircraft.
actor-hbox =
.name = Camo Pillbox
.description =
.name = Camo Pillbox
.description =
Camouflaged static defense with a fireport
for a garrisoned soldier.
Can detect cloaked units.
@@ -590,79 +590,79 @@ actor-hbox =
Weak vs. Tanks and Aircraft.
actor-gun =
.name = Turret
.description =
.name = Turret
.description =
Anti-Armor base defense.
Can detect cloaked units.
Strong vs. Vehicles.
Weak vs. Infantry and Aircraft.
actor-ftur =
.name = Flame Tower
.description =
.name = Flame Tower
.description =
Anti-Infantry base defense.
Can detect cloaked units.
Strong vs. Infantry and Light armor.
Weak vs. Tanks and Aircraft.
actor-sam =
.name = SAM Site
.description =
.name = SAM Site
.description =
Anti-Air base defense.
Requires power to operate.
Strong vs. Aircraft.
Weak vs. Ground units.
actor-atek =
.name = Allied Tech Center
.description =
.name = Allied Tech Center
.description =
Provides advanced Allied technology.
Special Ability: GPS Satellite.
.gpspower-name = GPS Satellite
.gpspower-description =
.gpspower-name = GPS Satellite
.gpspower-description =
Reveals map terrain and provides tactical information.
Requires power and active radar.
actor-weap =
.name = War Factory
.description =
.name = War Factory
.description =
Produces vehicles.
actor-fact =
.name = Construction Yard
.description =
.name = Construction Yard
.description =
Produces structures.
actor-proc =
.name = Ore Refinery
.description =
.name = Ore Refinery
.description =
Refines Ore and Gems into
credits.
actor-silo =
.name = Silo
.description =
.name = Silo
.description =
Stores excess refined
Ore and Gems.
actor-hpad =
.name = Helipad
.description =
.name = Helipad
.description =
Produces and reloads helicopters.
actor-afld =
.name = Airfield
.description =
.name = Airfield
.description =
Produces and reloads aircraft.
Special Ability: Spy Plane.
Special Ability: Paratroopers.
.airstrikepower-spyplane-name = Spy Plane
.airstrikepower-spyplane-description = Reveals an area of the map.
.paratrooperspower-paratroopers-name = Paratroopers
.paratrooperspower-paratroopers-description = A Badger drops a squad of infantry
.airstrikepower-spyplane-name = Spy Plane
.airstrikepower-spyplane-description = Reveals an area of the map.
.paratrooperspower-paratroopers-name = Paratroopers
.paratrooperspower-paratroopers-description = A Badger drops a squad of infantry
at the selected location.
.airstrikepower-parabombs-name = Parabombs
.airstrikepower-parabombs-description = A Badger drops parachuted bombs
.airstrikepower-parabombs-name = Parabombs
.airstrikepower-parabombs-description = A Badger drops parachuted bombs
at the selected location.
actor-afld-ukraine-description =
@@ -672,57 +672,57 @@ actor-afld-ukraine-description =
Special Ability: Parabombs
actor-powr =
.name = Power Plant
.description =
.name = Power Plant
.description =
Provides power for other
structures.
actor-apwr =
.name = Advanced Power Plant
.description =
.name = Advanced Power Plant
.description =
Provides double the power of a standard
Power Plant.
actor-stek =
.name = Soviet Tech Center
.description =
.name = Soviet Tech Center
.description =
Provides advanced Soviet technology.
actor-barr =
.name = Soviet Barracks
.description =
.name = Soviet Barracks
.description =
Trains infantry units.
actor-kenn =
.name = Kennel
.description =
.name = Kennel
.description =
Trains Attack Dogs.
actor-tent =
.name = Allied Barracks
.description =
.name = Allied Barracks
.description =
Trains infantry.
actor-fix =
.name = Service Depot
.description =
.name = Service Depot
.description =
Repairs vehicles for credits.
actor-sbag =
.name = Sandbag Wall
.description =
.name = Sandbag Wall
.description =
Stops infantry and light vehicles.
Can be crushed by tanks.
actor-fenc =
.name = Wire Fence
.description =
.name = Wire Fence
.description =
Stops infantry and light vehicles.
Can be crushed by tanks.
actor-brik =
.name = Concrete Wall
.description =
.name = Concrete Wall
.description =
Stops units and blocks enemy fire.
actor-cycl-name = Chain-Link Barrier
@@ -734,133 +734,133 @@ actor-anypower-name = Any Power Generation
## vehicles.yaml
actor-v2rl =
.name = V2 Rocket Launcher
.description =
.name = V2 Rocket Launcher
.description =
Long-range rocket artillery.
Strong vs. Infantry and Buildings.
Weak vs. Vehicles and Aircraft.
actor-1tnk =
.name = Light Tank
.generic-name = Tank
.description =
.name = Light Tank
.generic-name = Tank
.description =
Fast tank; good for scouting.
Strong vs. Light armor.
Weak vs. Infantry, Tanks and Aircraft.
actor-2tnk =
.name = Medium Tank
.generic-name = Tank
.description =
.name = Medium Tank
.generic-name = Tank
.description =
Allied Main Battle Tank.
Strong vs. Vehicles.
Weak vs. Infantry and Aircraft.
actor-3tnk =
.name = Heavy Tank
.generic-name = Tank
.description =
.name = Heavy Tank
.generic-name = Tank
.description =
Soviet Main Battle Tank with dual cannons.
Strong vs. Vehicles.
Weak vs. Infantry and Aircraft.
actor-4tnk =
.name = Mammoth Tank
.generic-name = Tank
.description =
.name = Mammoth Tank
.generic-name = Tank
.description =
Large, slow tank with anti-air capabilities.
Can crush concrete walls.
Strong vs. Vehicles, Infantry and Aircraft.
Weak vs. Nothing.
actor-arty =
.name = Artillery
.description =
.name = Artillery
.description =
Long-range artillery.
Strong vs. Infantry and Buildings.
Weak vs. Vehicles and Aircraft.
actor-harv =
.name = Ore Truck
.generic-name = Harvester
.description =
.name = Ore Truck
.generic-name = Harvester
.description =
Collects Ore and Gems for
processing.
Unarmed.
actor-mcv =
.name = Mobile Construction Vehicle
.description =
.name = Mobile Construction Vehicle
.description =
Deploys into a Construction Yard.
Unarmed.
actor-jeep =
.name = Ranger
.description =
.name = Ranger
.description =
Fast scout and anti-infantry vehicle.
Can carry just one infantry unit.
Strong vs. Infantry.
Weak vs. Vehicles and Aircraft.
actor-apc =
.name = Armored Personnel Carrier
.description =
.name = Armored Personnel Carrier
.description =
Tough infantry transport.
Strong vs. Infantry and Light armor.
Weak vs. Tanks and Aircraft.
actor-mnly =
.name = Minelayer
.description =
.name = Minelayer
.description =
Lays mines to destroy
unwary enemy units.
Can detect mines.
Unarmed.
actor-truk =
.name = Supply Truck
.description =
.name = Supply Truck
.description =
Transports cash to other players.
Unarmed.
actor-mgg =
.name = Mobile Gap Generator
.description =
.name = Mobile Gap Generator
.description =
Regenerates shroud to obscure nearby areas.
Unarmed.
actor-mrj =
.name = Mobile Radar Jammer
.description =
.name = Mobile Radar Jammer
.description =
Jams nearby enemy Radar Domes
and deflects incoming missiles.
Unarmed.
actor-ttnk =
.name = Tesla Tank
.generic-name = Tank
.description =
.name = Tesla Tank
.generic-name = Tank
.description =
Tank with mounted Tesla coil.
Strong vs. Infantry, Vehicles and Buildings.
Weak vs. Aircraft.
actor-ftrk =
.name = Mobile Flak
.description =
.name = Mobile Flak
.description =
Mobile unit with a Flak cannon.
Strong vs. Infantry, Light armor and Aircraft.
Weak vs. Tanks.
actor-dtrk =
.name = Demolition Truck
.description =
.name = Demolition Truck
.description =
Truck carrying armed nuclear explosives,
with very weak armor.
actor-ctnk =
.name = Chrono Tank
.generic-name = Tank
.description =
.name = Chrono Tank
.generic-name = Tank
.description =
Armed with anti-ground missiles.
Teleports to any area within range.
Strong vs. Vehicles and Buildings.
@@ -868,17 +868,17 @@ actor-ctnk =
Special ability: Can teleport.
actor-qtnk =
.name = MAD Tank
.generic-name = Tank
.description =
.name = MAD Tank
.generic-name = Tank
.description =
Deals seismic damage to nearby vehicles
and structures.
Strong vs. Vehicles and Buildings.
Weak vs. Infantry and Aircraft.
actor-stnk =
.name = Phase Transport
.description =
.name = Phase Transport
.description =
Light armored infantry transport which can
cloak. Armed with anti-ground missiles.
Strong vs. Light armor.
@@ -886,58 +886,58 @@ actor-stnk =
## Civilian Tech
actor-hosp =
.name = Hospital
.captured-desc = Provides infantry with self-healing.
.capturable-desc = Capture to enable self-healing for infantry.
.name = Hospital
.captured-desc = Provides infantry with self-healing.
.capturable-desc = Capture to enable self-healing for infantry.
actor-fcom =
.name = Forward Command
.captured-desc = Provides buildable area.
.capturable-desc = Capture to give buildable area.
.name = Forward Command
.captured-desc = Provides buildable area.
.capturable-desc = Capture to give buildable area.
actor-miss =
.name = Communications Center
.captured-desc = Provides range of vision.
.capturable-desc = Capture to give visual range.
.name = Communications Center
.captured-desc = Provides range of vision.
.capturable-desc = Capture to give visual range.
actor-bio =
.name = Biological Lab
.captured-desc = Provides prerequisite for Bio-Lab units.
.capturable-desc = Capture to produce Bio-Lab units.
.name = Biological Lab
.captured-desc = Provides prerequisite for Bio-Lab units.
.capturable-desc = Capture to produce Bio-Lab units.
actor-oilb =
.name = Oil Derrick
.captured-desc = Provides additional funds.
.capturable-desc = Capture to receive additional funds.
.name = Oil Derrick
.captured-desc = Provides additional funds.
.capturable-desc = Capture to receive additional funds.
## misc.yaml
actor-powerproxy-parabombs =
.name = Parabombs (Single Use)
.description =
.name = Parabombs (Single Use)
.description =
A Badger drops parachuted bombs
over a selected location.
actor-powerproxy-sonarpulse =
.name = Sonar Pulse
.description =
.name = Sonar Pulse
.description =
Reveals all submarines in the vicinity for a
short time.
actor-powerproxy-paratroopers =
.name = Paratroopers
.description =
.name = Paratroopers
.description =
A Badger drops a squad of infantry
anywhere on the map.
## ai.yaml
bot-rush-ai =
.name = Rush AI
.name = Rush AI
bot-normal-ai =
.name = Normal AI
.name = Normal AI
bot-turtle-ai =
.name = Turtle AI
.name = Turtle AI
bot-naval-ai =
.name = Naval AI
.name = Naval AI

View File

@@ -1,19 +1,19 @@
## rules.yaml
notification-ironcurtain =
.charging = Iron curtain charging.
.ready = Iron curtain ready.
.charging = Iron curtain charging.
.ready = Iron curtain ready.
actor-mnlyr-name = Bomber
actor-minvv =
.description = Bomb which explodes after 8 seconds
.name = Bomb
.description = Bomb which explodes after 8 seconds
.name = Bomb
## rules.yaml
actor-player =
.chronoshiftpower-name = Chronoshift
.chronoshiftpower-description = Teleport a group of vehicles across
.chronoshiftpower-name = Chronoshift
.chronoshiftpower-description = Teleport a group of vehicles across
the map.
.grantexternalconditionpower-ironcurtain-name = Invulnerability
.grantexternalconditionpower-ironcurtain-description = Makes a unit invulnerable
.grantexternalconditionpower-ironcurtain-name = Invulnerability
.grantexternalconditionpower-ironcurtain-description = Makes a unit invulnerable
for 3 seconds.

View File

@@ -13,8 +13,8 @@ options-difficulty =
actor-mobiletent-name = Mobile Tent
actor-sniper =
.name = Sniper
.description = Elite sniper infantry unit.
.name = Sniper
.description = Elite sniper infantry unit.
Can detect cloaked units.
Strong vs Infantry
Weak vs Vehicles, Aircraft

View File

@@ -1,4 +1,4 @@
## rules.yaml
actor-powerproxy-spyplane =
.airstrikepower-name = Spy Plane (Single Use)
.airstrikepower-description = Reveals an area of the map and uncovers cloaked enemy units.
.airstrikepower-name = Spy Plane (Single Use)
.airstrikepower-description = Reveals an area of the map and uncovers cloaked enemy units.

View File

@@ -13,20 +13,20 @@ button-replay-player-pause-tooltip = Pause
button-replay-player-play-tooltip = Play
button-replay-player-slow =
.tooltip = Slow speed
.label = 50%
.tooltip = Slow speed
.label = 50%
button-replay-player-regular =
.tooltip = Regular speed
.label = 100%
.tooltip = Regular speed
.label = 100%
button-replay-player-fast =
.tooltip = Fast speed
.label = 200%
.tooltip = Fast speed
.label = 200%
button-replay-player-maximum =
.tooltip = Maximum speed
.label = MAX
.tooltip = Maximum speed
.label = MAX
label-basic-stats-player-header = Player
label-basic-stats-cash-header = Cash
@@ -65,12 +65,13 @@ label-mute-indicator = Audio Muted
## ingame-player.yaml
supportpowers-support-powers-palette =
.ready = READY
.hold = ON HOLD
.ready = READY
.hold = ON HOLD
button-command-bar-attack-move =
.tooltip = Attack Move
.tooltipdesc = Selected units will move to the desired location
.tooltip = Attack Move
.tooltipdesc =
Selected units will move to the desired location
and attack any enemies they encounter en route.
Hold <(Ctrl)> while targeting to order an Assault Move
@@ -79,8 +80,9 @@ button-command-bar-attack-move =
Left-click icon then right-click on target location.
button-command-bar-force-move =
.tooltip = Force Move
.tooltipdesc = Selected units will move to the desired location
.tooltip = Force Move
.tooltipdesc =
Selected units will move to the desired location
- Default activity for the target is suppressed
- Vehicles will attempt to crush enemies at the target location
- Deployed units will undeploy and move to the target location
@@ -90,8 +92,9 @@ button-command-bar-force-move =
Hold <(Alt)> to activate temporarily while commanding units.
button-command-bar-force-attack =
.tooltip = Force Attack
.tooltipdesc = Selected units will attack the targeted unit or location
.tooltip = Force Attack
.tooltipdesc =
Selected units will attack the targeted unit or location
- Default activity for the target is suppressed
- Allows targeting of own or ally forces
- Long-range artillery units will always target the
@@ -101,14 +104,16 @@ button-command-bar-force-attack =
Hold <(Ctrl)> to activate temporarily while commanding units.
button-command-bar-guard =
.tooltip = Guard
.tooltipdesc = Selected units will follow the targeted unit.
.tooltip = Guard
.tooltipdesc =
Selected units will follow the targeted unit.
Left-click icon then right-click on target unit.
button-command-bar-deploy =
.tooltip = Deploy
.tooltipdesc = Selected units will perform their default deploy activity
.tooltip = Deploy
.tooltipdesc =
Selected units will perform their default deploy activity
- MCVs will unpack into a Construction Yard
- Construction Yards will re-pack into a MCV
- Transports will unload their passengers
@@ -119,22 +124,25 @@ button-command-bar-deploy =
Acts immediately on selected units.
button-command-bar-scatter =
.tooltip = Scatter
.tooltipdesc = Selected units will stop their current activity
.tooltip = Scatter
.tooltipdesc =
Selected units will stop their current activity
and move to a nearby location.
Acts immediately on selected units.
button-command-bar-stop =
.tooltip = Stop
.tooltipdesc = Selected units will stop their current activity.
.tooltip = Stop
.tooltipdesc =
Selected units will stop their current activity.
Selected buildings will reset their rally point.
Acts immediately on selected targets.
button-command-bar-queue-orders =
.tooltip = Waypoint Mode
.tooltipdesc = Use Waypoint Mode to give multiple linking commands
.tooltip = Waypoint Mode
.tooltipdesc =
Use Waypoint Mode to give multiple linking commands
to the selected units. Units will execute the commands
immediately upon receiving them.
@@ -142,26 +150,30 @@ button-command-bar-queue-orders =
Hold <(Shift)> to activate temporarily while commanding units.
button-stance-bar-attackanything =
.tooltip = Attack Anything Stance
.tooltipdesc = Set the selected units to Attack Anything stance:
.tooltip = Attack Anything Stance
.tooltipdesc =
Set the selected units to Attack Anything stance:
- Units will attack enemy units and structures on sight
- Units will pursue attackers across the battlefield
button-stance-bar-defend =
.tooltip = Defend Stance
.tooltipdesc = Set the selected units to Defend stance:
.tooltip = Defend Stance
.tooltipdesc =
Set the selected units to Defend stance:
- Units will attack enemy units on sight
- Units will not move or pursue enemies
button-stance-bar-returnfire =
.tooltip = Return Fire Stance
.tooltipdesc = Set the selected units to Return Fire stance:
.tooltip = Return Fire Stance
.tooltipdesc =
Set the selected units to Return Fire stance:
- Units will retaliate against enemies that attack them
- Units will not move or pursue enemies
button-stance-bar-holdfire =
.tooltip = Hold Fire Stance
.tooltipdesc = Set the selected units to Hold Fire stance:
.tooltip = Hold Fire Stance
.tooltipdesc =
Set the selected units to Hold Fire stance:
- Units will not fire upon enemies
- Units will not move or pursue enemies
@@ -172,8 +184,8 @@ button-top-buttons-power-tooltip = Power Down
button-top-buttons-options-tooltip = Options
productionpalette-sidebar-production-palette =
.ready = READY
.hold = ON HOLD
.ready = READY
.hold = ON HOLD
button-production-types-building-tooltip = Buildings
button-production-types-support-tooltip = Support

View File

@@ -80,16 +80,16 @@ actor-dpod2-name = Drop Pod
actor-dshp-name = Dropship
actor-orca =
.name = Orca Fighter
.description =
.name = Orca Fighter
.description =
Fast assault gunship with
dual missile launchers.
Strong vs. Buildings and Vehicles.
Weak vs. Infantry and Aircraft.
actor-orcab =
.name = Orca Bomber
.description =
.name = Orca Bomber
.description =
Heavy bomber.
Strong vs. Buildings and Vehicles.
Weak vs. Infantry and Aircraft.
@@ -97,23 +97,23 @@ actor-orcab =
actor-orcatran-name = Orca Transport
actor-trnsport =
.name = Carryall
.description =
.name = Carryall
.description =
VTOL aircraft capable of lifting
and transporting vehicles.
Unarmed.
actor-scrin =
.name = Banshee Fighter
.description =
.name = Banshee Fighter
.description =
Advanced fighter-bomber craft
with twin plasma cannons.
Strong vs. Buildings and Vehicles.
Weak vs. Infantry and Aircraft.
actor-apache =
.name = Harpy
.description =
.name = Harpy
.description =
Anti-personnel support gunship
with dual chain guns.
Strong vs. Infantry, Light armor and Aircraft.
@@ -235,8 +235,8 @@ actor-gaoldcc5-name = Old Advanced Power Plant
actor-gaoldcc6-name = Old Silos
actor-gasand =
.name = Sandbags
.description =
.name = Sandbags
.description =
Stops infantry and light vehicles.
Can be crushed by tanks.
@@ -294,21 +294,21 @@ meta-gate-description = Automated gate that opens for allied units.
## gdi-infantry.yaml
actor-e2 =
.name = Disc Thrower
.description =
.name = Disc Thrower
.description =
Infantry with special explosive discs.
Strong vs. Buildings and Infantry.
Weak vs. Vehicles and Aircraft.
actor-medic =
.name = Medic
.description =
.name = Medic
.description =
Heals nearby infantry.
Unarmed.
actor-jumpjet =
.name = Jump Jet Infantry
.description =
.name = Jump Jet Infantry
.description =
Airborne soldiers.
Strong vs. Infantry and Aircraft.
Weak vs. Vehicles.
@@ -316,8 +316,8 @@ actor-jumpjet =
actor-jumpjet-husk-name = Jump Jet Infantry
actor-ghost =
.name = Ghost Stalker
.description =
.name = Ghost Stalker
.description =
Elite commando infantry with a railgun
and C4.
Only one can be trained at a time.
@@ -328,91 +328,91 @@ actor-ghost =
## gdi-structures.yaml
actor-gapowr =
.name = GDI Power Plant
.description =
.name = GDI Power Plant
.description =
Provides power for other structures.
actor-gapowr-socket-name = GDI Power Plant socket
actor-gapowrup =
.name = Power Turbine
.description =
.name = Power Turbine
.description =
Provides extra power generation.
actor-gapile =
.name = GDI Barracks
.description =
.name = GDI Barracks
.description =
Produces infantry.
actor-gaweap =
.name = GDI War Factory
.description =
.name = GDI War Factory
.description =
Produces vehicles.
actor-gahpad =
.name = Helipad
.description =
.name = Helipad
.description =
Produces, rearms and
repairs helicopters.
actor-gadept =
.name = Service Depot
.description =
.name = Service Depot
.description =
Repairs or sells vehicles and aircraft.
actor-garadr =
.name = GDI Radar
.description =
.name = GDI Radar
.description =
Provides an overview of the battlefield.
Can detect cloaked units.
Requires power to operate.
actor-gatech =
.name = GDI Tech Center
.description =
.name = GDI Tech Center
.description =
Provides access to advanced GDI technologies.
actor-gaplug =
.name = GDI Upgrade Center
.description =
.name = GDI Upgrade Center
.description =
Can be upgraded for additional technology.
.ioncannonpower-name = Ion Cannon
.ioncannonpower-description = Initiates an Ion Cannon strike.
.ioncannonpower-name = Ion Cannon
.ioncannonpower-description = Initiates an Ion Cannon strike.
Applies instant damage to a small area.
.droppodspower-name = Drop Pods
.droppodspower-description = Drop Pod reinforcements.
.droppodspower-name = Drop Pods
.droppodspower-description = Drop Pod reinforcements.
A small team of elite soldiers make an orbital drop
at the target location.
.produceactorpower-name = Hunter Seeker
.produceactorpower-description = Drones that seek and destroy enemy targets.
.produceactorpower-name = Hunter Seeker
.produceactorpower-description = Drones that seek and destroy enemy targets.
actor-gafire =
.name = Firestorm Generator
.description =
.name = Firestorm Generator
.description =
Building that grants access to the Firestorm device.
actor-gaplug-socket-ioncannon-name = GDI Upgrade Center socket
actor-gaplug-socket-hunterseeker-name = GDI Upgrade Center socket
actor-gaplug2 =
.name = Seeker Control
.description =
.name = Seeker Control
.description =
Unlocks the hunter-seeker droid.
actor-gaplug3 =
.name = Ion Cannon Uplink
.description =
.name = Ion Cannon Uplink
.description =
Unlocks the Ion Cannon.
actor-gaplug4 =
.name = Drop Pod Node
.description =
.name = Drop Pod Node
.description =
Unlocks Drop Pod Reinforcements.
## gdi-support.yaml
actor-gawall =
.name = Concrete Wall
.description =
.name = Concrete Wall
.description =
Stops infantry and blocks enemy fire
Can NOT be crushed by tanks.
@@ -420,31 +420,31 @@ actor-gagate-a-name = GDI Gate
actor-gagate-b-name = GDI Gate
actor-gactwr =
.name = Component Tower
.description =
.name = Component Tower
.description =
Modular tower for base defenses.
actor-gactwr-socket-name = Component Tower (unupgraded)
actor-gavulc =
.name = Vulcan Tower
.description =
.name = Vulcan Tower
.description =
Basic base defense.
Does not require power to operate.
Strong vs. Infantry and Light armor.
Weak vs. Aircraft.
actor-garock =
.name = RPG Upgrade
.description =
.name = RPG Upgrade
.description =
GDI Advanced base defense.
Does not require power to operate.
Strong vs. Armored ground units.
Weak vs. Aircraft.
actor-gacsam =
.name = SAM Upgrade
.description =
.name = SAM Upgrade
.description =
GDI Anti-Air base defense.
Does not require power to operate.
Strong vs. Aircraft.
@@ -452,37 +452,37 @@ actor-gacsam =
## gdi-vehicles.yaml
actor-apc =
.name = Amphibious APC
.description =
.name = Amphibious APC
.description =
Armored infantry transport.
Can move on water.
Unarmed.
actor-hvr =
.name = Hover MLRS
.description =
.name = Hover MLRS
.description =
Hovering vehicle with
long-range missiles.
Strong vs. Vehicles and Aircraft.
Weak vs. Infantry.
actor-smech =
.name = Wolverine
.description =
.name = Wolverine
.description =
Anti-personnel walker.
Strong vs. Infantry and Light armor.
Weak vs. Vehicles and Aircraft.
actor-mmch =
.name = Titan
.description =
.name = Titan
.description =
General purpose mechanized walker.
Strong vs. Vehicles.
Weak vs. Infantry and Aircraft.
actor-hmec =
.name = Mammoth Mk. II
.description =
.name = Mammoth Mk. II
.description =
Slow, heavily armored walker.
Maximum of one can be built.
Armed with dual railguns and rocket launchers.
@@ -490,25 +490,25 @@ actor-hmec =
Weak vs. Nothing.
actor-sonic =
.name = Disruptor
.description =
.name = Disruptor
.description =
Armored high-tech vehicle with
long-range and sonic armament.
Strong vs. Infantry, Vehicles and Buildings.
Weak vs. Aircraft.
actor-jugg =
.name = Juggernaut
.deployed-name = Juggernaut (deployed)
.description =
.name = Juggernaut
.deployed-name = Juggernaut (deployed)
.description =
Mobile Artillery Mech.
Must be deployed in order to shoot.
Strong vs. Ground units.
Weak vs. Aircraft.
actor-mobilemp =
.name = Mobile EMP Cannon
.description =
.name = Mobile EMP Cannon
.description =
Fires a pulse blast which disables
all mechanical units in the area.
@@ -528,107 +528,107 @@ actor-camera-name = (reveals area to owner)
## nod-infantry.yaml
actor-e3 =
.name = Rocket Infantry
.description =
.name = Rocket Infantry
.description =
Anti-tank infantry.
Strong vs. Vehicles, Aircraft and Buildings.
Weak vs. Infantry.
actor-cyborg =
.name = Cyborg Infantry
.description =
.name = Cyborg Infantry
.description =
Cybernetic infantry unit.
Strong vs. Infantry and Light armor.
Weak vs. Vehicles and Aircraft.
actor-cyc2 =
.name = Cyborg Commando
.description =
.name = Cyborg Commando
.description =
Elite cybernetic infantry unit.
Maximum of one can be built.
Strong vs. Infantry, Vehicles and Buildings.
Weak vs. Aircraft.
actor-mhijack =
.name = Mutant Hijacker
.description =
.name = Mutant Hijacker
.description =
Hijacks enemy vehicles.
Unarmed.
## nod-structures.yaml
actor-napowr =
.name = Nod Power Plant
.description =
.name = Nod Power Plant
.description =
Provides power to other structures.
actor-naapwr =
.name = Nod Advanced Power Plant
.description =
.name = Nod Advanced Power Plant
.description =
Provides twice as much power as a Power Plant.
actor-nahand =
.name = Hand of Nod
.description =
.name = Hand of Nod
.description =
Produces infantry.
actor-naweap =
.name = Nod War Factory
.description =
.name = Nod War Factory
.description =
Produces vehicles.
actor-nahpad =
.name = Helipad
.description =
.name = Helipad
.description =
Produces, rearms and
repairs helicopters.
actor-naradr =
.name = Nod Radar
.description =
.name = Nod Radar
.description =
Provides an overview of the battlefield.
Detects cloaked units.
Requires power to operate.
actor-natech =
.name = Nod Tech Center
.description =
.name = Nod Tech Center
.description =
Provides access to advanced Nod technologies.
actor-nastlh =
.name = Stealth Generator
.description =
.name = Stealth Generator
.description =
Generates a cloaking field
to hide your forces from the enemy.
actor-natmpl =
.name = Temple of Nod
.description =
.name = Temple of Nod
.description =
Provides access to advanced Nod technologies.
.produceactorpower-name = Hunter Seeker
.produceactorpower-description = Releases a drone that seeks and destroys the enemy target.
.produceactorpower-name = Hunter Seeker
.produceactorpower-description = Releases a drone that seeks and destroys the enemy target.
actor-namisl =
.nukepower-name = Cluster Missile
.description =
.nukepower-name = Cluster Missile
.description =
Launches a devastating missile
at a target location.
Requires power to operate.
Maximum of one can be built.
.name = Nod Missile Silo
.nukepower-description = Launches an explosive cluster warhead
.name = Nod Missile Silo
.nukepower-description = Launches an explosive cluster warhead
at a target location.
actor-nawast =
.name = Waste Refinery
.description =
.name = Waste Refinery
.description =
Processes Veins
into usable resources.
Maximum of one can be built.
## nod-support.yaml
actor-nawall =
.name = Concrete Wall
.description =
.name = Concrete Wall
.description =
Stops infantry and blocks enemy fire.
Can NOT be crushed by tanks.
@@ -636,32 +636,32 @@ actor-nagate-a-name = Nod Gate
actor-nagate-b-name = Nod Gate
actor-napost =
.name = Laser Fence
.description =
.name = Laser Fence
.description =
Stops infantry and blocks enemy fire.
Can NOT be crushed by tanks.
actor-nafnce-name = Laser Fence
actor-nalasr =
.name = Laser Turret
.description =
.name = Laser Turret
.description =
Basic base defense.
Requires power to operate.
Strong vs. Ground units.
Weak vs. Aircraft.
actor-naobel =
.name = Obelisk of Light
.description =
.name = Obelisk of Light
.description =
Advanced base defense.
Requires power to operate.
Strong vs. Ground units.
Weak vs. Aircraft.
actor-nasam =
.name = S.A.M. Site
.description =
.name = S.A.M. Site
.description =
Nod Anti-Air base defense.
Requires power to operate.
Strong vs. Aircraft.
@@ -669,67 +669,67 @@ actor-nasam =
## nod-vehicles.yaml
actor-bggy =
.name = Attack Buggy
.description =
.name = Attack Buggy
.description =
Fast scout and anti-infantry vehicle.
Strong vs. Infantry and Light armor.
Weak vs. Vehicles and Aircraft.
actor-bike =
.name = Attack Cycle
.description =
.name = Attack Cycle
.description =
Fast scout vehicle with rockets.
Strong vs. Vehicles.
Weak vs. Infantry and Aircraft.
actor-ttnk =
.name = Tick Tank
.deployed-name = Tick Tank (deployed)
.description =
.name = Tick Tank
.deployed-name = Tick Tank (deployed)
.description =
Nod's main battle tank.
Can deploy to gain extra protection.
Strong vs. Vehicles.
Weak vs. Infantry and Aircraft.
actor-art2 =
.name = Artillery
.deployed-name = Artillery (deployed)
.description =
.name = Artillery
.deployed-name = Artillery (deployed)
.description =
Mobile Artillery.
Needs to be deployed in order to shoot.
Strong vs. Ground units.
Weak vs. Aircraft.
actor-repair =
.name = Mobile Repair Vehicle
.description =
.name = Mobile Repair Vehicle
.description =
Repairs nearby vehicles.
Unarmed.
actor-weed =
.name = Weed Eater
.description =
.name = Weed Eater
.description =
Collects Tiberium veins for processing.
Unarmed.
actor-sapc =
.name = Subterranean APC
.description =
.name = Subterranean APC
.description =
Troop transport capable of moving
underground to avoid detection.
Unarmed.
actor-subtank =
.name = Devil's Tongue
.description =
.name = Devil's Tongue
.description =
Subterranean Flame Tank
with the ability to move underground.
Strong vs. Infantry and Buildings.
Weak vs. Tanks and Aircraft.
actor-stnk =
.name = Stealth Tank
.description =
.name = Stealth Tank
.description =
Lightly armored tank equipped with a personal
stealth generator. Armed with missiles.
Visible to infantry at close range.
@@ -737,41 +737,41 @@ actor-stnk =
Weak vs. Infantry.
actor-sgen =
.name = Mobile Stealth Generator
.deployed-name = Mobile Stealth Generator (deployed)
.description =
.name = Mobile Stealth Generator
.deployed-name = Mobile Stealth Generator (deployed)
.description =
Able to cloak units once deployed.
Unarmed.
## shared-infantry.yaml
actor-e1 =
.name = Light Infantry
.description =
.name = Light Infantry
.description =
General-purpose infantry.
Strong vs. Infantry.
Weak vs. Vehicles and Aircraft.
actor-engineer =
.name = Engineer
.description =
.name = Engineer
.description =
Infiltrates and captures enemy structures.
Unarmed.
## shared-structures.yaml
actor-gacnst =
.name = Construction Yard
.description =
.name = Construction Yard
.description =
Builds base structures.
actor-proc =
.name = Tiberium Refinery
.description =
.name = Tiberium Refinery
.description =
Processes raw Tiberium
into usable resources.
actor-gasilo =
.name = Silo
.description =
.name = Silo
.description =
Stores excess Tiberium.
actor-anypower-name = Power Generation
@@ -782,31 +782,31 @@ actor-tech-name = Tech Center
## shared-support.yaml
actor-napuls =
.name = EMP Cannon
.description =
.name = EMP Cannon
.description =
Disables mechanical units in an area.
Requires power to operate.
.attackorderpower-name = EMP
.attackorderpower-description = Fires a pulse blast that disables
.attackorderpower-name = EMP
.attackorderpower-description = Fires a pulse blast that disables
all mechanical units in the area.
## shared-vehicles.yaml
actor-mcv =
.name = Mobile Construction Vehicle
.description =
.name = Mobile Construction Vehicle
.description =
Deploys into a Construction Yard.
Unarmed.
actor-harv =
.name = Harvester
.description =
.name = Harvester
.description =
Collects Tiberium for processing.
Unarmed.
actor-lpst =
.name = Mobile Sensor Array
.deployed-name = Mobile Sensor Array (deployed)
.description =
.name = Mobile Sensor Array
.deployed-name = Mobile Sensor Array (deployed)
.description =
Detects cloaked and subterranean
units when deployed.
Unarmed.
@@ -818,10 +818,10 @@ meta-tibflora-name = Tiberian Flora
## Civilian Tech
actor-cahosp =
.name = Civilian Hospital
.captured-desc = Provides infantry with self-healing.
.capturable-desc = Capture to enable self-healing for infantry.
.name = Civilian Hospital
.captured-desc = Provides infantry with self-healing.
.capturable-desc = Capture to enable self-healing for infantry.
## ai.yaml
bot-test-ai =
.name = Test AI
.name = Test AI

View File

@@ -3,6 +3,6 @@ actor-4tnk-description = Heavy tank
with double barreled gun.
actor-slav =
.name = Black Hand Rifleman
.description = Religious loyalist
.name = Black Hand Rifleman
.description = Religious loyalist
armed with sniper rifle.