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

Мелкие исправления новакидов #137

Merged
merged 9 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Resources/Audio/ADT/ERT/ert_firesquad.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/ERT/ert_heavy.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/ERT/ert_no.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/ERT/ert_send.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/ERT/ert_yes.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/ERT/protection_send.ogg
Binary file not shown.
8 changes: 8 additions & 0 deletions Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,16 @@ Entries:
id: 55608 #костыль отображения в Обновлениях
time: '2023-11-15T07:40:00.0000000+00:00'

- author: Friskis
changes:
- {message: Новакидов не ослепляет вспышка и сварка, type: Fix}
- {message: Новакиды теперь наносят урон ожогами в рукопашном, type: Fix}
id: 55610 #костыль отображения в Обновлениях
time: '2023-11-20T07:40:00.0000000+00:00'

- author: Шрёдингер
changes:
- {message: Респрайты всех вещмешков от Празата., type: Tweak}
id: 55609 #костыль отображения в Обновлениях
time: '2023-11-20T04:20:00.0000000+00:00'

8 changes: 5 additions & 3 deletions Resources/Prototypes/ADT/Novakid/Mobs/Species/novakid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- type: Thirst
- type: PointLight
color: "#ffffff"
energy: 0.4
energy: 0.6
- type: Icon
sprite: ADT/Mobs/Novakid/parts.rsi
state: full_m
Expand Down Expand Up @@ -43,7 +43,7 @@
animation: WeaponArcPunch
damage:
types:
Piercing: 5
Heat: 5
- type: Temperature
heatDamageThreshold: 450
coldDamageThreshold: 193 #starting temperature damage treshold
Expand All @@ -54,7 +54,9 @@
Cold : 0.5 #per second, scales with temperature & other constants
heatDamage:
types:
Heat : 0.2 #per second, scales with temperature & other constants
Heat : 0.2 #per second, scales with temperature & other constants.
- type: FlashImmunity
- type: EyeProtection
- type: MovementSpeedModifier
baseWalkSpeed : 2.5
baseSprintSpeed : 4.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
Radiation: 0
Caustic: 0.75
- type: GroupExamine
- type: ClothingSpeedModifier # Понижение скорости
walkModifier: 0.7
sprintModifier: 0.7

- type: entity
parent: ClothingOuterArmorHeavy
Expand Down
Loading