New sprites for guidebooks (#25232)

* added books to roles

* First pass

* removed yaml to split pull requests into resprite first, then giving the books to assistants

* new science
This commit is contained in:
PotentiallyTom
2024-02-16 23:50:49 +00:00
committed by GitHub
parent 25c658fdca
commit 561e808842
5 changed files with 13 additions and 4 deletions

View File

@@ -143,7 +143,7 @@
- type: Sprite - type: Sprite
sprite: Objects/Misc/books.rsi sprite: Objects/Misc/books.rsi
layers: layers:
- state: book0 # no science book sprite so this is a placeholder - state: book_science
- type: Tag - type: Tag
tags: tags:
- Book - Book
@@ -161,7 +161,7 @@
- type: Sprite - type: Sprite
sprite: Objects/Misc/books.rsi sprite: Objects/Misc/books.rsi
layers: layers:
- state: book_detective # maybe a proper sprite is needed - state: book_security
- type: Tag - type: Tag
tags: tags:
- Book - Book
@@ -220,7 +220,7 @@
- type: Sprite - type: Sprite
sprite: Objects/Misc/books.rsi sprite: Objects/Misc/books.rsi
layers: layers:
- state: book0 # no medical book sprite so this is a placeholder - state: book_medical
- type: Tag - type: Tag
tags: tags:
- Book - Book

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

View File

@@ -101,6 +101,15 @@
}, },
{ {
"name": "book_fish" "name": "book_fish"
},
{
"name": "book_science"
},
{
"name": "book_medical"
},
{
"name": "book_security"
} }
] ]
} }