TGMC:Xenomorph Mechanics: Difference between revisions

From tgwiki2
Jump to navigation Jump to search
imported>Qwerty4429
Moved my findings from RU wiki here. In progress.
imported>Qwerty4429
No edit summary
Line 23: Line 23:


==== Sunder ====
==== Sunder ====
регенерирует по немного другим правилам.
regens a little different.


* Регенерация активируется по тем же правилам что и обычная.
* Activation of regen is under same rules.
* Базовая регенерация 0.5% за тик.
* Base is 0.5% per tick.
* Лежа регенерация удваивается.
* Resting doubles regen.
* На белой траве она снова удваивается.
* Resting weeds double again.
* Увеличивается на 10% за ранг ауры регенерации.
* +10% per regen aura level.


<code>Sunder_regen = 0.5 * (1+resting) * (1+resting_weeds) * (1+0.1*Regen_aura_level)</code>
<code>Sunder_regen = 0.5 * (1+resting) * (1+resting_weeds) * (1+0.1*Regen_aura_level)</code>


Кроме прочего, при использовании лечебных способностей (Psychic cure шрайка) восстанавливает 5% сандера от количества восстановленного здоровья.
Among other things, healing abilities (Psychic cure) also give 5% of HP restored to sunder heal.


==== Критическое состояние[править | править код] ====
==== Critical ====
После получения достаточного количества уроно, ксенос падает в критическое состояние. В нем он не может совершать действия, но все еще подвержен влиянию механик здоровья. Кроме того, вне травы не только нет пассивной регенерации, но еще и теряется по 5 здоровья за тик. (?)
After getting smacked well enough, xeno goes to critical condition. He cannot perform actions, but still affected by regen mechanics. Also, off weeds he loses 5 health per tick.


==== Плазма[править | править код] ====
==== Plasma ====


* Регенерация увеличивается в два раза лежа
* Resting doubles regen
* +20% от белой травы
* Resting weeds give +20%.


{| class="wikitable"
{| class="wikitable"

Revision as of 10:39, 13 January 2022

Here you can check out xenomorph mechanics more in-depth, with formulas and rules taken directly from the source code.

Health and Armor

Regen is pretty complicated. It always works on weeds (or off weeds if you have CASTE_INNATE_HEALING), and changes according to several things:

  • Doesn't work if you're on fire.
  • Base regen is 1+3.75% max HP.
  • On resting weeds (white), regen increased 20% (after all modifiers, so it's always 1.2 times faster). But you only gain the bonus if you rest.
  • When standing, a major debuff (modifier is 1.1 resting vs 0.2 standing, so about 5 times as slow).
  • When you have Queen of Shrike alive (on same z-level) any regen is doubled.
  • Pheromones increase regen by % of max HP, depending on aura level.

Formula:

REGEN = (1 + (maxHealth * (0.0375 + 0.01*Regen_aura_level))) * Multipliers

Multipliers = (0.2*Standing + 1.1*Resting) * (1+Ruler_alive) * (1+Resting*Resting_weeds*0.2)

Regen works with a delay.

  • If under regen aura, delay is small.
  • Without aura, it gradually double every tick until reaches max as given by formula above. So it is worth resting for a while, but also note that timer starts working if you're standing up. So you can stand alert, wait for regen to ramp up, and then rest.

Sunder

regens a little different.

  • Activation of regen is under same rules.
  • Base is 0.5% per tick.
  • Resting doubles regen.
  • Resting weeds double again.
  • +10% per regen aura level.

Sunder_regen = 0.5 * (1+resting) * (1+resting_weeds) * (1+0.1*Regen_aura_level)

Among other things, healing abilities (Psychic cure) also give 5% of HP restored to sunder heal.

Critical

After getting smacked well enough, xeno goes to critical condition. He cannot perform actions, but still affected by regen mechanics. Also, off weeds he loses 5 health per tick.

Plasma

  • Resting doubles regen
  • Resting weeds give +20%.
Pheromones Effect

Recovery
Place Holder, place holder, place holder.

Warding
Place Holder, place holder, place holder.

Frenzy
Place Holder, place holder, place holder.