Skip to content

Commit

Permalink
2024.11.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Tunguso4ka committed Nov 4, 2024
1 parent 507da16 commit 9d9be7c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ent-RMCActionOpenTacticalMap = Відкрити Тактичну Мапу
.desc = { "" }
ent-RMCActionOpenTacticalMapMarine = { ent-RMCActionOpenTacticalMap }
.desc = { ent-RMCActionOpenTacticalMap.desc }
ent-RMCActionOpenTacticalMapXeno = { ent-RMCActionOpenTacticalMap }
.desc = { ent-RMCActionOpenTacticalMap.desc }
Original file line number Diff line number Diff line change
@@ -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 = Обрати структуру
Expand All @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9d9be7c

Please sign in to comment.