Skip to content

Commit

Permalink
еще один фикс и диск для Урога
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Oct 27, 2024
1 parent ac65878 commit c1def82
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/ADT/personalization.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,6 @@ ent-ADTClothingUniformJumpsuitUmaSport = тёмная спортивная фо
.desc = Облегающая спортивная форма, позволяющая телу дышать при интенсивных тренировках. Выглядит ухоженной и на удивление чистой. От неё исходит приятный запах.
.suffix = { "Спонсорское, Ума" }
ent-ADTBartenderIDCardUrog = диск Урог-Джаха
.desc = Бывший диск ядерной авторизации, выигранный однажды Урог-Джахом у одного из капитанов Нанотрейзен (финансовый отдел все ещё выясняет, откуда у мистера Джаха деньги на подобную авантюру). Но теперь диск безопасен - ядерные коды с него удалены и вместо них записан доступ бармена.
.suffix = { "Именное, Урог-Джах" }
Original file line number Diff line number Diff line change
Expand Up @@ -1245,3 +1245,16 @@
map: ["enum.GunVisualLayers.Mag"]
- type: Clothing
sprite: ADT/Personalization/uma_pistol.rsi

#Vladya (Урог-Джах)
- type: entity
parent: IDCardStandard
id: ADTBartenderIDCardUrog
name: bartender ID card Urog
suffix: Именное, Урог-Джах
components:
- type: Sprite
sprite: ADT/Personalization/urog_card.rsi
state: icon
- type: PresetIdCard
job: Bartender
4 changes: 0 additions & 4 deletions Resources/ServerInfo/Guidebook/Antagonist/Traitors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
<Box>
<GuideEntityEmbed Entity="HandTeleporter" Caption="Ручной Телепорт"/>
</Box>
- Украсть [color=#a4885c]Чрезвычайные приказы по безопасности[/color] Главы службы безопасности.
<Box>
<GuideEntityEmbed Entity="BookSecretDocuments" Caption="Чрезвычайные приказы по безопасности"/>
</Box>
- Украсть [color=#a4885c]ID карту главы персонала[/color].
<Box>
<GuideEntityEmbed Entity="HoPIDCard" Caption="ID карта главы персонала"/>
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions Resources/Textures/ADT/Personalization/urog_card.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by discord:not_so_big_chungus",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
]
]
}
]
}

0 comments on commit c1def82

Please sign in to comment.