-
Notifications
You must be signed in to change notification settings - Fork 12
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
Точность и спад урона #188
base: master
Are you sure you want to change the base?
Conversation
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.
По стилю и чистоте ниче не скажу, ахуенно. А вот в логику лезть не буду, даже не просите
2e96dd2
to
2ef7a22
Compare
@JerryImMouse ало, у нас компоненты с ST начинаются. |
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.
Я пока не решусь сделать полное ревью, очень громоздкая система, где все ещё вшито много бесполезных или сломанных механик. По всем вопросам трогать меня в дискорде.
/// Conversion from 13: evasion | ||
/// </summary> | ||
[DataField, AutoNetworkedField] | ||
public FixedPoint2 Evasion = 0; |
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.
Разъеби лопатой эту хуйню, тут нормально бы смотрелись флоаты
|
||
public enum EvasionModifiers : int | ||
{ | ||
Rest = -15, |
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.
Чисто RMC хуйня у нас такого нет
public enum EvasionModifiers : int | ||
{ | ||
Rest = -15, | ||
Invisibility = 1000, |
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.
Кровососы выебут тебя в очко
Что я изменил
Я перенес систему точности, уклонения и спада урона с билда RMC-14.
Также я изменил для теста некоторые прототипы.
Убедитесь что вы проверили и согласны со следующим
TODO
Записать кредитс билда RMC и указать автора оригинала.
Изменить значения компонентов в прототипах.
Вот структура для прототипов:
*ЛОГИКА - логичесоке значение (true/false)
*ЧИСЛО - целочисленное значение
*ПЛАВ_ЧИСЛО - числовое значение с десятичной дробью
5 новых компонентов
на снаряды [Projectile]
на оружие [Weapon/Gun]
на существ [Species/Mobs]