Skip to content

Commit

Permalink
new stamps
Browse files Browse the repository at this point in the history
Для ХРП Мейна
  • Loading branch information
tripsov committed Oct 30, 2024
1 parent c90af7f commit 9e12f05
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 3 deletions.
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 = НЕ МАППИТЬ
28 changes: 28 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Objects/Misc/rubber_stamp.yml
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.

0 comments on commit 9e12f05

Please sign in to comment.