diff --git a/Resources/Locale/ru-RU/paper/stamp-component.ftl b/Resources/Locale/ru-RU/paper/stamp-component.ftl index 3a840246f1..6a2d4df451 100644 --- a/Resources/Locale/ru-RU/paper/stamp-component.ftl +++ b/Resources/Locale/ru-RU/paper/stamp-component.ftl @@ -17,3 +17,4 @@ stamp-component-stamped-name-trader = Торговец stamp-component-stamped-name-syndicate = Синдикат stamp-component-stamped-name-ce = Старший инженер stamp-component-stamped-name-iaa = Агент внутренних дел +stamp-component-stamped-name-geraldiy = Древние diff --git a/Resources/Prototypes/White/Fluff/fluff.yml b/Resources/Prototypes/White/Fluff/fluff.yml index 3d35247fc0..774b84b543 100644 --- a/Resources/Prototypes/White/Fluff/fluff.yml +++ b/Resources/Prototypes/White/Fluff/fluff.yml @@ -851,6 +851,21 @@ - type: Clothing sprite: White/Fluff/Geraldiy/ussp_mask.rsi +- type: entity + parent: RubberStampBase + id: GeraldiyRubberStamp + name: печать древних + description: Старая и потёртая печать с логотипом "Древние". На ней почти высохли чернила, но она все ещё может послужить убедительным аргументом в руках нужных людей. + suffix: fluff + components: + - type: Stamp + stampedName: stamp-component-stamped-name-geraldiy + stampState: "paper_stamp-geraldiy" + stampedColor: "#a23e3e" + - type: Sprite + sprite: White/Fluff/Geraldiy/stamp.rsi + state: stamp-geraldiy + # KnifeCappy - type: entity parent: ClothingOuterStorageBase diff --git a/Resources/Prototypes/White/Fluff/sponsor.yml b/Resources/Prototypes/White/Fluff/sponsor.yml index 58eb28ff6c..b7c3960f4e 100644 --- a/Resources/Prototypes/White/Fluff/sponsor.yml +++ b/Resources/Prototypes/White/Fluff/sponsor.yml @@ -309,9 +309,13 @@ entity: ClothingOuterCoatUSSPOvercoatBlack sponsorOnly: true +#- type: loadout +# id: GeraldiyUSSPMask +# entity: ClothingMaskGasGeraldiy +# sponsorOnly: true - type: loadout - id: GeraldiyUSSPMask - entity: ClothingMaskGasGeraldiy + id: GeraldiyStamp + entity: GeraldiyRubberStamp sponsorOnly: true # KnifeCappy diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index 8e710a60a1..cfa5fb3095 100644 --- a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json @@ -253,6 +253,9 @@ }, { "name": "paper_stamp-generic" - } + }, + { + "name": "paper_stamp-geraldiy" + } ] } diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-geraldiy.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-geraldiy.png new file mode 100644 index 0000000000..cd65a1b4e5 Binary files /dev/null and b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-geraldiy.png differ diff --git a/Resources/Textures/White/Fluff/Geraldiy/stamp.rsi/meta.json b/Resources/Textures/White/Fluff/Geraldiy/stamp.rsi/meta.json new file mode 100644 index 0000000000..addefbf537 --- /dev/null +++ b/Resources/Textures/White/Fluff/Geraldiy/stamp.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "White Dream SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "stamp-geraldiy" + } + ] +} diff --git a/Resources/Textures/White/Fluff/Geraldiy/stamp.rsi/stamp-geraldiy.png b/Resources/Textures/White/Fluff/Geraldiy/stamp.rsi/stamp-geraldiy.png new file mode 100644 index 0000000000..d3eebd5990 Binary files /dev/null and b/Resources/Textures/White/Fluff/Geraldiy/stamp.rsi/stamp-geraldiy.png differ