diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/tactical_map_actions.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/tactical_map_actions.ftl new file mode 100644 index 00000000000..e45fdb08d50 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/tactical_map_actions.ftl @@ -0,0 +1,6 @@ +ent-RMCActionOpenTacticalMap = Відкрити Тактичну Мапу + .desc = { "" } +ent-RMCActionOpenTacticalMapMarine = { ent-RMCActionOpenTacticalMap } + .desc = { ent-RMCActionOpenTacticalMap.desc } +ent-RMCActionOpenTacticalMapXeno = { ent-RMCActionOpenTacticalMap } + .desc = { ent-RMCActionOpenTacticalMap.desc } \ No newline at end of file diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_construction_actions.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_construction_actions.ftl index 96774f56c95..9974b12c1c8 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_construction_actions.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_construction_actions.ftl @@ -1,7 +1,8 @@ -ent-CMGuidebookActionXenoBase = ця сутність не має назви +ent-CMGuidebookActionXenoBase = { "" } + .desc = { "" } -ent-ActionXenoPlantWeeds = Посадити траву +ent-ActionXenoPlantWeeds = Посадити траву (75) .desc = Plant a weed node that will spread more weeds. ent-ActionXenoChooseStructure = Обрати структуру @@ -13,3 +14,5 @@ ent-ActionXenoSecreteStructure = Виділити смолу ent-ActionXenoOrderConstruction = Замовити будівництво .desc = Starts construction of an important hive structure. +ent-ActionXenoResinHole = Plant Resin Hole + .desc = Places a resin hole on weeds. It can be filled with boiler gas, acid, or parasites. \ No newline at end of file diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_offense_actions.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_offense_actions.ftl index f3fa0891dcb..c2a89fcc088 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_offense_actions.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_offense_actions.ftl @@ -22,6 +22,8 @@ ent-ActionXenoLeap = Leap ent-ActionXenoPounce = Pounce (20) .desc = Jump towards a given location and knock down the first enemy hit if you are invisible. +ent-ActionXenoDash = Dash (40) + .desc = Dash a short distance towards a given location. ent-ActionXenoHeadbutt = Headbutt (10) .desc = Charge in a direction and push back any enemies in your way. @@ -46,6 +48,12 @@ ent-ActionXenoSprayAcid = Spray Acid (40) ent-ActionXenoSprayAcidBoiler = { ent-ActionXenoSprayAcid } .desc = { ent-ActionXenoSprayAcid.desc } +ent-ActionXenoSprayAcidPraetorian = Spray Acid (80) + .desc = Sprays acid along the ground in a line, covering tiles with it. [color=red]Will coat barricades in acid![/color] +ent-ActionXenoSprayAcidWarden = Spray Acid (130) + .desc = { ent-ActionXenoSprayAcidPraetorian.desc } +ent-ActionXenoAcidBall = Acid Ball (80) + .desc = Throws a projectile that will explode into acid spit in all directions after a short delay. ent-ActionXenoParalyzingSlash = Paralyzing Slash (50) .desc = Temporarily charge up a melee attack that will knockdown the first enemy it hits after a short delay. @@ -83,4 +91,4 @@ ent-ActionXenoToggleGasType = Toggle Gas Type .desc = Toggle between Acid or Neurotoxic gas types. Your acidic globs will deal continual damage to anything caught in its radius, while neurotoxin will cause targets to suffocate, be slowed down and blinded, alongside eventually knocking them unconscious to be kidnapped. ent-ActionXenoAcidShroud = Acid Shroud - .desc = Create a small cloud of acid around you to cloak yourself. This will disable your other abilities for a short time to allow you to escape. + .desc = Create a small cloud of acid around you to cloak yourself. This will disable your other abilities for a short time to allow you to escape. \ No newline at end of file diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_self_actions.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_self_actions.ftl index 7ef85ca65e3..2c17bfce0e6 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_self_actions.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_self_actions.ftl @@ -36,3 +36,9 @@ ent-ActionXenoTurnInvisible = Стати невідимим (20) ent-ActionXenoDefensiveShield = Defensive Shield (50) .desc = Gain a temporary shield that blocks the next 200 damage (And is immune to explosive damage) lasting 7 seconds. Any damage that impacts the shield is reduced by 10 before processing. +ent-ActionXenoRetrieveEgg = Retrieve Egg + .desc = Retrieves an egg from your storage if you have an empty hand. Using this on an unplanted egg will pick up all nearby unplanted eggs. +ent-ActionXenoThrowParasite = Throw Parasite + .desc = Retrieves a parasite from your storage if you have an empty hand. Using this on a parasite on the ground will pickup all nearby parasites. Targeting a tile with a parasite in hand will throw it up to 4 tiles away, where the parasite will be stunned for 5 seconds. [color=green]Parasites won't die due to time while you hold or carry them.[/color] +ent-ActionXenoParasiteReserve = Set Parasite Reserve + .desc = Sets your parasite Reserves. Observers cannot join as a stored parasite if your parasites stored is less than or equal to your reserve. \ No newline at end of file diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_utility_actions.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_utility_actions.ftl index 8f48fcab8f5..6028f54280d 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_utility_actions.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/actions/xeno/xeno_utility_actions.ftl @@ -1,2 +1,9 @@ ent-ActionXenoTransferPlasma = Перенести плазму - +(50) + .desc = Give plasma to a nearby xenonid. +ent-ActionXenoRetrieve = Retrieve (180 plasma, 100 energy) + .desc = Pull a xenonid to you if they are in crit, stunned, lying down, or small enough. +ent-ActionXenoAid = Aid Xenonid (100 plasma, 100 energy) + .desc = Heal a xenonid next to you and yourself, or remove ailments and stuns from a further away xenonid. Healing will consume an additional half of your remaining points for extra healing. +ent-ActionXenoAidToggle = Toggle Aid Type + .desc = Toggles between healing or removing ailments with Aid Xenonid. \ No newline at end of file