Skip to content

Commit

Permalink
Merge pull request #246 from AserCreator/master
Browse files Browse the repository at this point in the history
Шаттлы и джей джей
  • Loading branch information
PyotrIgn authored Dec 24, 2023
2 parents 8821d3c + 2e3075c commit ae2df08
Show file tree
Hide file tree
Showing 60 changed files with 27,465 additions and 15,085 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public sealed partial class NukeopsRuleComponent : Component
public ResPath OutpostMap = new("/Maps/nukieplanet.yml");

[DataField(customTypeSerializer: typeof(ResPathSerializer))]
public ResPath ShuttleMap = new("/Maps/infiltrator.yml");
public ResPath ShuttleMap = new("/Maps/Shuttles/SYND_Karneline.yml");

[DataField]
public WinType WinType = WinType.Neutral;
Expand Down
6 changes: 3 additions & 3 deletions Content.Server/Shuttles/Components/ShuttleComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public sealed partial class ShuttleComponent : Component
public readonly List<EntityUid> AngularThrusters = new();

[ViewVariables]
public float AngularThrust = 0f;
public float AngularThrust = 10f;

/// <summary>
/// A bitmask of all the directions we are considered thrusting.
Expand All @@ -66,9 +66,9 @@ public sealed partial class ShuttleComponent : Component
/// Damping applied to the shuttle's physics component when not in FTL.
/// </summary>
[DataField("linearDamping"), ViewVariables(VVAccess.ReadWrite)]
public float LinearDamping = 0f;
public float LinearDamping = 0.06f;

[DataField("angularDamping"), ViewVariables(VVAccess.ReadWrite)]
public float AngularDamping = 0f;
public float AngularDamping = 0.06f;
}
}
18 changes: 16 additions & 2 deletions Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ Entries:
- {message: Добавлено несколько видов оружия - ПММ. ПМ-9. револьвер Нагана. АР-12 и один именной пистолет, type: Add}
id: 55641 #костыль отображения в Обновлениях
time: '2023-12-19T07:20:00.0000000+00:00'

- author: modern.df
changes:
- {message: "Зрение сумеречников теперь монохромное. Цвет, в котором они видят мир, зависит от цвета их глаз", type: Tweak}
Expand Down Expand Up @@ -894,7 +894,7 @@ Entries:
- {message: Добавлен токсин немоты миму агенту, type: Add}
id: 55645 #костыль отображения в Обновлениях
time: '2023-12-23T04:40:00.0000000+00:00'

- author: Петр Игнатьевич
changes:
- {message: Двойной энергомеч убран из аплинка ядерных оперативников, type: Remove}
Expand All @@ -908,3 +908,17 @@ Entries:
- {message: Скорострельность WT и Дрозда подняты на 1 единицу, type: Tweak}
id: 55646 #костыль отображения в Обновлениях
time: '2023-12-24T07:20:00.0000000+00:00'

- author: Aserovich
changes:
- {message: Шаттл ЯО был обновлен с GX-13 Iniftraitor до нового GX-14 Karneline, type: Tweak}
- {message: Шаттл ОБР был обновлен с Dart до нового Striker, type: Tweak}
- {message: Вернул минимальное замедление гридов в космосе, type: Tweak}
- {message: Добавил консоль объявлений ОБР, type: Add}
- {message: Добавил собак Джей-Джей и Джей-Синд, type: Add}
- {message: Добавил ядро генератора гравитации, type: Add}
- {message: Добавил задание на кражу ядра гравитации, type: Add}
- {message: Большой генератор гравитации можно заказать в карго, type: Add}
- {message: Генератор гравитации теперь можно уничтожить и извлечь из него гравитационное ядро. Если он еще не взорвался для починки используйте сварку, type: Add}
id: 55647 #костыль отображения в Обновлениях
time: '2023-12-24T20:20:00.0000000+00:00'
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ comms-console-announcement-unknown-sender = Неизвестный
comms-console-announcement-title-station = Консоль связи
comms-console-announcement-title-centcom = Центральное командование
comms-console-announcement-title-nukie = Ядерные оперативники Синдиката
comms-console-announcement-title-ert = Отряд Быстрого Реагирования
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ent-RandomTraitorProgressObjective = { ent-BaseHelpProgressObjective }
.desc = Раскрывать себя или нет — решайте сами. Нам нужно, чтобы он преуспел.
ent-CMOHyposprayStealObjective = { ent-BaseTraitorStealObjective }
.desc = { ent-BaseTraitorStealObjective.desc }
ent-GraviCoreStealObjective = { ent-BaseTraitorStealObjective }
.desc = { ent-BaseTraitorStealObjective.desc }
ent-BaseRDObjective = { ent-BaseTraitorStealObjective }
.desc = { ent-BaseTraitorStealObjective.desc }
ent-RDHardsuitStealObjective = { ent-BaseRDObjective }
Expand Down
Loading

0 comments on commit ae2df08

Please sign in to comment.