Skip to content

Commit

Permalink
Books (#323)
Browse files Browse the repository at this point in the history
Add books PaperWork p. 3 4 and 5. Fix book Blood Money
  • Loading branch information
Devian505 authored Nov 28, 2023
1 parent 48c51d4 commit 8ae27c2
Show file tree
Hide file tree
Showing 8 changed files with 346 additions and 7 deletions.
292 changes: 285 additions & 7 deletions Resources/Locale/ru-RU/backmen/paper/authorbooks.ftl

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ ent-BookPaperworkP1 = Бумажная работа
.desc = Еще одна книга из кучи про бюрократов (часть 1)
ent-BookPaperworkP2 = Бумажная работа
.desc = Еще одна книга из кучи про бюрократов (часть 2)
ent-BookPaperworkP3 = Бумажная работа
.desc = Еще одна книга из кучи про бюрократов (часть 3)
ent-BookPaperworkP4 = Бумажная работа
.desc = Еще одна книга из кучи про бюрократов (часть 4)
ent-BookPaperworkP5 = Бумажная работа
.desc = Еще одна книга из кучи про бюрократов (часть 5)
ent-BookToolboxes = Битва на тулбоксах
.desc = Откуда это?
ent-BookSelf = Самоучебник по эсперанто
Expand Down
39 changes: 39 additions & 0 deletions Resources/Prototypes/Backmen/Entities/Objects/Misc/authorbooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,42 @@
- state: The_Adventures_of_Ian_and_Hamlet
- type: Paper
content: book-text-IanAndHamlet-p1

- type: entity
parent: BookBase
id: BookPaperworkP3
name: Бумажная работа
description: Еще одна книга из кучи про бюрократов (часть 3)
components:
- type: Sprite
sprite: Objects/Misc/books_backmen.rsi
layers:
- state: paperwork_3
- type: Paper
content: book-text-paperwork-p3

- type: entity
parent: BookBase
id: BookPaperworkP4
name: Бумажная работа
description: Еще одна книга из кучи про бюрократов (часть 4)
components:
- type: Sprite
sprite: Objects/Misc/books_backmen.rsi
layers:
- state: paperwork_4
- type: Paper
content: book-text-paperwork-p4

- type: entity
parent: BookBase
id: BookPaperworkP5
name: Бумажная работа
description: Еще одна книга из кучи про бюрократов (часть 5)
components:
- type: Sprite
sprite: Objects/Misc/books_backmen.rsi
layers:
- state: paperwork_5
- type: Paper
content: book-text-paperwork-p5
7 changes: 7 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Books/bookshelf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,12 @@
prob: 0.1
- id: BookIanAndHamlet
prob: 0.1
- id: BookPaperworkP3
prob: 0.1
- id: BookPaperworkP4
prob: 0.1
- id: BookPaperworkP5
prob: 0.1
- id: BookBusido # Corvax-Books
prob: 0.1

9 changes: 9 additions & 0 deletions Resources/Textures/Objects/Misc/books_backmen.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
},
{
"name": "KPCS"
},
{
"name": "paperwork_3"
},
{
"name": "paperwork_4"
},
{
"name": "paperwork_5"
}
]
}
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.

0 comments on commit 8ae27c2

Please sign in to comment.