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:
@@ -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
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Misc/books.rsi/book_medical.png
Normal file
BIN
Resources/Textures/Objects/Misc/books.rsi/book_medical.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 B |
BIN
Resources/Textures/Objects/Misc/books.rsi/book_science.png
Normal file
BIN
Resources/Textures/Objects/Misc/books.rsi/book_science.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 B |
BIN
Resources/Textures/Objects/Misc/books.rsi/book_security.png
Normal file
BIN
Resources/Textures/Objects/Misc/books.rsi/book_security.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 319 B |
@@ -101,6 +101,15 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "book_fish"
|
"name": "book_fish"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "book_science"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "book_medical"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "book_security"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user