-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Стаминзащита скафам, новый костюм КМ-а, фикс слайма и дисплейсмент. (#…
…845) ## Описание PR :cl: Filo - add: Новый комбинезон квартирмейстера в лодауте и в шкафу. - add: Скафандрам осщ, гсб и риот обр добавлена защита от стана. - fix: Теперь смайл не умеет вскрывать запитанные шлюзы... - fix: Шлемы скафандров были оптимизированы под вульпканинов..
- Loading branch information
Showing
30 changed files
with
310 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
Resources/Prototypes/ADT/Loadouts/Jobs/Cargo/quartermaster.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
- type: loadoutEffectGroup | ||
id: ADTQMJumpsuitCamisole | ||
effects: | ||
- !type:JobRequirementLoadoutEffect | ||
requirement: | ||
!type:RoleTimeRequirement | ||
role: JobQuartermaster | ||
time: 72000 #20 hrs | ||
|
||
- type: loadoutEffectGroup | ||
id: ADTQMJumpskirtCamisole | ||
effects: | ||
- !type:JobRequirementLoadoutEffect | ||
requirement: | ||
!type:RoleTimeRequirement | ||
role: JobQuartermaster | ||
time: 72000 #20 hrs | ||
|
||
- type: loadout | ||
id: ADTQMJumpsuitCamisole | ||
equipment: | ||
jumpsuit: ADTClothingUniformJumpsuitCamisoleQM | ||
|
||
- type: loadout | ||
id: ADTQMJumpskirtCamisole | ||
equipment: | ||
jumpsuit: ADTClothingUniformJumpskirtCamisoleQM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- type: material | ||
id: ADTPaper | ||
stackEntity: Paper | ||
name: materials-paper | ||
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } | ||
color: "#d9d9d9" | ||
price: 0.01 # it's paper bro what do you expect? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.