diff --git a/Resources/Prototypes/_NF/Entities/Structures/Decoration/banners.yml b/Resources/Prototypes/_NF/Entities/Structures/Decoration/banners.yml new file mode 100644 index 00000000000..3966cb58ed9 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Structures/Decoration/banners.yml @@ -0,0 +1,9 @@ +- type: entity + id: BannerGoblin01 + parent: BannerBase + name: goblin banner + description: A banner displaying one of goblin clan symbols. + components: + - type: Sprite + sprite: _NF/Structures/Decoration/banner.rsi + state: banner_goblin diff --git a/Resources/Textures/_NF/Structures/Decoration/banner.rsi/banner_goblin.png b/Resources/Textures/_NF/Structures/Decoration/banner.rsi/banner_goblin.png new file mode 100644 index 00000000000..29807c1c30f Binary files /dev/null and b/Resources/Textures/_NF/Structures/Decoration/banner.rsi/banner_goblin.png differ diff --git a/Resources/Textures/_NF/Structures/Decoration/banner.rsi/meta.json b/Resources/Textures/_NF/Structures/Decoration/banner.rsi/meta.json new file mode 100644 index 00000000000..95098730454 --- /dev/null +++ b/Resources/Textures/_NF/Structures/Decoration/banner.rsi/meta.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Resprited by erhardsteinhauer (discord/github), based on https://github.com/tgstation/tgstation/commit/fa9e44d937026d5a2ba72615afccf2f18a87c485", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "banner_goblin", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +}