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

Печати для Библиотекаря и Репортёра #16

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/corvax/paper/stamp-component.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
stamp-component-stamped-name-iaa = Агент внутренних дел
stamp-component-stamped-name-psychologist = Психолог
stamp-component-stamped-name-reporter = Репортёр
stamp-component-stamped-name-librarian = Библиотекарь
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ ent-RubberStampIAA = печать агента внутренних дел
ent-RubberStampPsychologist = печать психолога
.desc = { ent-RubberStampMime.desc }
.suffix = НЕ МАППИТЬ
ent-RubberStampReporter = печать репортёра
.desc = { ent-RubberStampMime.desc }
.suffix = НЕ МАППИТЬ
ent-RubberStampLibrarian = печать библиотекаря
.desc = { ent-RubberStampMime.desc }
.suffix = НЕ МАППИТЬ
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,31 @@
- type: Sprite
sprite: Corvax/Objects/Misc/stamps.rsi
state: stamp-psychologist

- type: entity
name: reporter's rubber stamp
parent: RubberStampBase
id: RubberStampReporter
suffix: DO NOT MAP
components:
- type: Stamp
stampedName: stamp-component-stamped-name-reporter
stampedColor: "#3d3a3d"
stampState: "paper_stamp-reporter"
- type: Sprite
sprite: Corvax/Objects/Misc/stamps.rsi
state: stamp-reporter

- type: entity
name: librarian's rubber stamp
parent: RubberStampBase
id: RubberStampLibrarian
suffix: DO NOT MAP
components:
- type: Stamp
stampedName: stamp-component-stamped-name-librarian
stampedColor: "#795548"
stampState: "paper_stamp-librarian"
- type: Sprite
sprite: Corvax/Objects/Misc/stamps.rsi
state: stamp-librarian
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
storage:
back:
- BookRandom
- RubberStampLibrarian # Main-HRP+
7 changes: 4 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
shoes: ClothingShoesColorWhite
id: ReporterPDA
ears: ClothingHeadsetService
#storage:
#back:
#- Stuff
storage:
back:
- RubberStampReporter # Main-HRP+

6 changes: 6 additions & 0 deletions Resources/Textures/Corvax/Objects/Misc/stamps.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
},
{
"name": "stamp-iaa"
},
{
"name": "stamp-librarian"
},
{
"name": "stamp-reporter"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
{
"name": "paper_talisman_revealrunes"
},
{
"name": "paper_stamp-librarian"
},
{
"name": "paper_stamp-reporter"
},
{
"name": "paper_talisman_runestun"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading