Skip to content

Commit

Permalink
Порция фиксов
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Sep 8, 2024
1 parent 3baf963 commit 7c144fd
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 17 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/ADT/Job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ job-name-ADTSpaceSecOfficer = офицер SPACE SEC
job-name-ADTSpaceSecPilot = пилот SPACE SEC
job-name-ADTSpaceSecCommander = командир SPACE SEC
job-name-ADTSpaceSecService = сотрудник SPACE SEC
job-name-station-ai = ИИ Станции
JobStationAi = ИИ Станции
4 changes: 4 additions & 0 deletions Resources/Prototypes/ADT/Economy/salary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@
Scientist: 300
ResearchAssistant: 200
Brigmedic: 400
ADTSeniorEngineer: 450
ADTSeniorPhysician: 450
ADTSeniorResearcher: 450
ADTSeniorOfficer: 450
1 change: 0 additions & 1 deletion Resources/Prototypes/ADT/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
- MedicalGloves
- MedicalBackpack
- MedicalDoctorOuterClothing
- MedicalDoctorJumpsuit
- Trinkets
- SurvivalMedical
- GroupSpeciesBreathToolMedical
Expand Down
17 changes: 9 additions & 8 deletions Resources/Prototypes/ADT/Traits/speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
components:
- type: MothAccent

- type: trait
id: ADTDeutscAccent
name: trait-deutsch-name
description: trait-deutsch-desc
category: SpeechTraits
cost: 1
components:
- type: DeutschAccent
# Визарды добавили свой немецкий язык
# - type: trait
# id: ADTDeutscAccent
# name: trait-deutsch-name
# description: trait-deutsch-desc
# category: SpeechTraits
# cost: 1
# components:
# - type: DeutschAccent

11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,17 @@
- type: Vocal
sounds:
Unsexed: UnisexSilicon
# Start ADT Tweak
- type: LanguageSpeaker
speaks:
- GalacticCommon
- BorgTalk
- RobotTalk
understands:
- GalacticCommon
- BorgTalk
- RobotTalk
# End ADT Tweak
- type: UnblockableSpeech
- type: FootstepModifier
footstepSoundCollection:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,11 @@
bounds: "-0.15,-0.3,0.15,0.3"
hard: false
mask:
- Impassable
- BulletImpassable
# Start ADT Tweak
# - Impassable
# - BulletImpassable
- Opaque # ADT add
# End ADT Tweak
fly-by: *flybyfixture
- type: Ammo
- type: StaminaDamageOnCollide
Expand Down Expand Up @@ -264,8 +267,11 @@
bounds: "-0.15,-0.3,0.15,0.3"
hard: false
mask:
- Impassable
- BulletImpassable
# Start ADT Tweak
# - Impassable
# - BulletImpassable
- Opaque # ADT add
# End ADT Tweak
fly-by: *flybyfixture
- type: Ammo
- type: StaminaDamageOnCollide
Expand Down Expand Up @@ -934,8 +940,11 @@
bounds: "-0.15,-0.3,0.15,0.3"
hard: false
mask:
- Impassable
- BulletImpassable
# Start ADT Tweak
# - Impassable
# - BulletImpassable
- Opaque # ADT add
# End ADT Tweak
fly-by: *flybyfixture
- type: Ammo
- type: StaminaDamageOnCollide
Expand Down Expand Up @@ -1010,8 +1019,11 @@
bounds: "-0.15,-0.3,0.15,0.3"
hard: false
mask:
- Impassable
- BulletImpassable
# Start ADT Tweak
# - Impassable
# - BulletImpassable
- Opaque # ADT add
# End ADT Tweak
fly-by: *flybyfixture
- type: Ammo
- type: Projectile
Expand Down

0 comments on commit 7c144fd

Please sign in to comment.