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

мелкий QoL патч #510

Merged
merged 1 commit into from
Sep 22, 2024
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
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/ADT/Preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ loadout-group-blueshield-back = ОСЩ, рюкзак
# Engineering
loadout-group-atmospheric-technician-neck = Атмосферный техник, плащ
loadout-group-atmospheric-technician-gasmask = Атмосферный техник, противогаз
loadout-group-atmospheric-technician-head = Атмосферный техник, голова
# Science
loadout-group-roboticist-jumpsuit = Робототехник, комбинезон
loadout-group-roboticist-outerclothing = Робототехник, верхняя одежда
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- !type:GroupLoadoutEffect
proto: ADTJanitorialMaidDress50hours
equipment:
jumpsuit: ClothingUniformJumpskirtJanimaid
jumpsuit: ADTClothingUniformJumpskirtJanimaid

- type: loadout
id: ADTJanitorJumpsuitJanimaidmini
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,13 @@
effects:
- !type:GroupLoadoutEffect
proto: ProfessionalHoP

#Head

- type: loadout
id: ADTHatBeretHOP
equipment:
head: ADTClothingHeadHatsBeretHOP
effects:
- !type:GroupLoadoutEffect
proto: ProfessionalHoP
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@
effects:
- !type:GroupLoadoutEffect
proto: ADTMasterAtmos

# Head
- type: loadout
id: ADTHatBeretAtmos
equipment:
head: ADTClothingHeadHatsBeretAtmos
8 changes: 7 additions & 1 deletion Resources/Prototypes/ADT/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
loadouts:
- ADTSecurityCadetNeck

#Плащ и маска атмосианина
#Плащ, берет и маска атмосианина

- type: loadoutGroup
id: ADTAtmosphericTechnicianNeck
Expand All @@ -219,3 +219,9 @@
name: loadout-group-atmospheric-technician-gasmask
loadouts:
- ADTMaskGasAtmosian

- type: loadoutGroup
id: ADTAtmosphericTechnicianHead
name: loadout-group-atmospheric-technician-head
loadouts:
- ADTHatBeretAtmos
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
parent: true
components:
- type: Stealth
minVisibility: 0.03 #ADT_Tweak
lastVisibility: 0.03 #ADT_Tweak
minVisibility: -0.4 #ADT_Tweak
lastVisibility: -0.4 #ADT_Tweak
- type: PowerCellDraw
drawRate: 1.8 # 200 seconds on the default cell
- type: ToggleCellDraw
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@
minLimit: 0
loadouts:
- HoPHead
# ADT-Loadouts-Start
- ADTHatBeretHOP
# ADT-Loadouts-End

- type: loadoutGroup
id: HoPJumpsuit
Expand Down
5 changes: 3 additions & 2 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,12 @@
groups:
- Inventory # Corvax-Loadouts
- GroupTankHarness
- ADTAtmosphericTechnicianHead # ADT-Loadouts
- ADTAtmosphericTechnicianNeck # ADT-Loadouts
- ADTAtmosphericTechnicianGasMask # ADT-Loadouts
- AtmosphericTechnicianJumpsuit
- AtmosphericTechnicianBackpack
- AtmosphericTechnicianOuterClothing
- ADTAtmosphericTechnicianNeck # ADT-Loadouts
- ADTAtmosphericTechnicianGasMask # ADT-Loadouts
- AtmosphericTechnicianShoes
- SurvivalExtended
- Trinkets
Expand Down
Loading