-
Notifications
You must be signed in to change notification settings - Fork 55
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
[UPDATE Xeno and litle FIX] #912
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.
А, я не увидел, что драфт, но ты всё равно поправь. |
Я не понимаю. Никак не могу понять причину ошибки |
Да я уже все исправил. Ошибка была глупая... Про священника да. Но блин, почему и нет? Всего то 10 символов от силы |
Сейчас это можно использовать и играть, но проблема точным количеством очков... |
Ну... Ладно. Займусь позже |
RSI Diff Bot; head commit 43c9677 merging into 00f3f68 Resources/Textures/ADT/Interface/Alerts/XenoQueenBloobCount.rsi
|
И что это значит? |
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.
очень много лишнего, зачем делать всё на одной ветке?
_actionsSystem.RemoveAction(uid, component.ActionSpawnXenoRavager); | ||
_actionsSystem.RemoveAction(uid, component.ActionSpawnXenoQueen); | ||
} | ||
private void OnCreateTurret(EntityUid uid, XenoQueenComponent component, InvisibleWallActionEvent args) |
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.
ну какой InvisibleWallActionEvent
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.
Ме.. Не хочу создавать новый пустой ивент..
@@ -294,6 +302,10 @@ | |||
- type: SlowOnDamage | |||
speedModifierThresholds: | |||
50: 0.7 | |||
# Start ADT: Xeno Buff | |||
- type: StaminaDamageOnHit | |||
damage: 60 |
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.
Как по мне - слишком много, два удара и смерть гарантирована, ибо мобы забивают до крита
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.
Окей. Уменьшить стоит. До 40
@@ -1165,7 +1165,7 @@ | |||
productEntity: ReinforcementRadioSyndicateCyborgAssault | |||
icon: { sprite: Objects/Devices/communication.rsi, state: old-radio-borg-assault } | |||
cost: | |||
Telecrystal: 40 # ADT-Tweak 65>40 | |||
Telecrystal: 100 # ADT-Tweak 65>100 |
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.
???
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.
Чекни, что с ботом сделал
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.
- Эти изменения были где-то обговорены?
- Почему в этой ветке?
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.
- Борг имел просто 100 хп и все. 0 резисто. Играя на сервере многие пожаловались на то, что борг дно ибо КМ купил робота думаю "Это машина смерти! Она всех убьёт!", но после вопрос "Почему она откисла за 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.
???
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.
Меня попросили обновить шатл. Там Швабра (Маппер) сделал по лучше декали
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.
ну так блин, а новый пр?
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.
Почему в этой ветке?
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.
Я не имею возможности быстро переключаться на ветки и по этому мне не хочется это делать
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.
Это связанно с плохим соединением и ошибкой загрузки
|
||
namespace Content.Shared.ADT.Events; | ||
|
||
public sealed partial class SpawnWallActionEvent : InstantActionEvent |
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.
Хорошо, ивент сделан, но почему он так называется?
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.
Ну.. Я там буду не только турели делать, а в принципе использовать. По задумке будут яйца, которые буду спавнить ксенов (Типа высаживать яйца и тд тп.) И чтобы их размещать я так же думал взять этот ивент
namespace Content.Shared.ADT.Events; | ||
|
||
// TODO: This class needs combining with InstantSpawnSpellEvent | ||
public sealed partial class SpawnXenoQueenEvent : WorldTargetActionEvent, ISpeakSpell |
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.
Убери ISpeakSpell и добавь аттрибут DataDefinition. Будет то же самое, но без костылей
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.
Сделал
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.
вот теперь хорошо
5ead783
into
AdventureTimeSS14:master
Описание PR
Обновление Ксеноморфов и мелкий фикс священника.
Техническая информация
Если прочитать код, то вроде все понятно.
В компоненте XenoQueen (Серверный) можно изменять некоторые параметры и отключать то или иное.
Очки королевы не показываются и только в компоненте можно посмотреть их количество.Очки королевы показываются как иконка ниндзя костюма. (Типа цистерна крови. Не обязуйте). Максимум 140. Каждая полоска = 20 очкам.
Причиной этого является отсутствие спрайтов и идей другой кастомизации. Из плюсов можно выделить то, что недостающие очки пишутся при попытке вызвать кого либо.
Медиа
Требования
Чейнджлог
🆑 NameLunar, при поддержке FaDeOkbo