Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ravager Revork Episode 5: Ravager Strikes Back #155

Merged
merged 11 commits into from
Aug 28, 2024

Conversation

Waselon
Copy link
Collaborator

@Waselon Waselon commented Aug 27, 2024

Основные изменения

Реворк Равагера

Рейдж теперь постоянно активен
При уменьшении ХП, Равагер будет получать бонусы: урон, скорость, иммунитет к статусам, вампиризм.
При достижении негативного ХП (в Эндюре), один раз откатятся кулдауны Ревейджа и Чарджа, и плазма (ярость) пополнится до максимума. После этого, что-бы ещё раз получить эти эффекты, нужно полностью вылечиться выше порога рейджа (>75%).

Как это улучшит игру

Из грязи в князи, на одного ущербного ксена меньше

Ченджлог

:cl:
balance: Реворк Равагера
/:cl:

@Helg2 Helg2 added Xeno Затронута сторона Ксеноморфов. Balance Изменение важных игровых механик. labels Aug 27, 2024
@Helg2 Helg2 requested a review from homexp13 August 27, 2024 19:36
@lorianss
Copy link
Contributor

Нужное какое то отображение что у тебя есть откат абилок, желательно удобное а не строчка в статусе. Но хотя бы так.

code/__DEFINES/mobs.dm Outdated Show resolved Hide resolved
@Waselon Waselon requested review from homexp13 and Helg2 August 28, 2024 16:50
Copy link
Collaborator

@homexp13 homexp13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

по коду вроде всё норм,

Comment on lines +55 to +62
ADD_TRAIT(src, TRAIT_STUNIMMUNE, RAGE_TRAIT)
ADD_TRAIT(src, TRAIT_SLOWDOWNIMMUNE, RAGE_TRAIT)
ADD_TRAIT(src, TRAIT_STAGGERIMMUNE, RAGE_TRAIT)
staggerstun_immune = TRUE
else if (health > maxHealth * RAVAGER_RAGE_STAGGERSTUN_IMMUNE_THRESHOLD)
REMOVE_TRAIT(src, TRAIT_STUNIMMUNE, RAGE_TRAIT)
REMOVE_TRAIT(src, TRAIT_SLOWDOWNIMMUNE, RAGE_TRAIT)
REMOVE_TRAIT(src, TRAIT_STAGGERIMMUNE, RAGE_TRAIT)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Объедини все 3 трейта в список трейтов как это с PASSABLE тогда как я понимаю можно будет и без дополнительного вара обойтись

Comment on lines +89 to +93
health_modifier = min(brute_damage, health_recovery)*-1
adjustBruteLoss(health_modifier)
health_recovery += health_modifier
if(burn_damage)
health_modifier = min(burn_damage, health_recovery)*-1
Copy link
Collaborator

@Helg2 Helg2 Aug 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
health_modifier = min(brute_damage, health_recovery)*-1
adjustBruteLoss(health_modifier)
health_recovery += health_modifier
if(burn_damage)
health_modifier = min(burn_damage, health_recovery)*-1
health_modifier = -min(brute_damage, health_recovery)
adjustBruteLoss(health_modifier)
health_recovery += health_modifier
if(burn_damage)
health_modifier = -min(burn_damage, health_recovery)

Copy link
Collaborator

@Helg2 Helg2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Остальное вроде норм

@Tatarla Tatarla merged commit 040db93 into PMC-Unga-Marines:master Aug 28, 2024
6 checks passed
github-actions bot added a commit that referenced this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Balance Изменение важных игровых механик. Xeno Затронута сторона Ксеноморфов.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants