diff --git a/Resources/Prototypes/_CP14/Entities/Objects/guidebooks.yml b/Resources/Prototypes/_CP14/Entities/Objects/guidebooks.yml index 1c0a70a8cc..fa6f428343 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/guidebooks.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/guidebooks.yml @@ -1,19 +1,24 @@ -- type: entity - id: CP14BookImperialLawsHandBook - parent: BaseGuidebook - name: imperial laws - description: A book about Imperial Laws. - categories: [ ForkFiltered ] - components: - - type: Sprite - layers: - - state: paper - - state: cover_base - color: "#871619" - - state: decor_wingette - color: "#a3181d" - - state: icon_law - - type: GuideHelp - guides: - - CP14_RU_Imperial_Laws - - CP14_EN_Imperial_Laws +- type: entity + id: CP14BookImperialLawsHandBook + parent: BaseGuidebook + name: imperial laws + description: A book about Imperial Laws. + categories: [ ForkFiltered ] + components: + - type: Sprite + sprite: _CP14/Objects/Misc/books.rsi + layers: + - state: paper + - state: cover_red + map: [ "cover" ] + - state: edging_gold + map: [ "edging" ] + - state: icon_image + map: [ "icon" ] + - state: bookmark_red + map: [ "bookmark" ] + + - type: GuideHelp + guides: + - CP14_RU_Imperial_Laws + - CP14_EN_Imperial_Laws