-
Notifications
You must be signed in to change notification settings - Fork 54
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
Ravager Revork Episode 5: Ravager Strikes Back #155
Conversation
…o ravager_revork_episode_5
Нужное какое то отображение что у тебя есть откат абилок, желательно удобное а не строчка в статусе. Но хотя бы так. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
по коду вроде всё норм,
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Объедини все 3 трейта в список трейтов как это с PASSABLE
тогда как я понимаю можно будет и без дополнительного вара обойтись
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Остальное вроде норм
Основные изменения
Реворк Равагера
Рейдж теперь постоянно активен
При уменьшении ХП, Равагер будет получать бонусы: урон, скорость, иммунитет к статусам, вампиризм.
При достижении негативного ХП (в Эндюре), один раз откатятся кулдауны Ревейджа и Чарджа, и плазма (ярость) пополнится до максимума. После этого, что-бы ещё раз получить эти эффекты, нужно полностью вылечиться выше порога рейджа (>75%).
Как это улучшит игру
Из грязи в князи, на одного ущербного ксена меньше
Ченджлог