From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Sat, 23 Dec 2023 03:20:08 +0000 (+0300) Subject: Doggy Ears (#22832) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=def4e0f60e5adeeb869ac2b7233531c9daadc95e;p=space-station-14.git Doggy Ears (#22832) * add content * sprite update * goodbuy nose --- diff --git a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml index feae7a8942..74b61d910f 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml @@ -79,6 +79,8 @@ prob: 0.001 - id: ClothingHeadHatCatEars prob: 0.01 + - id: ClothingHeadHatDogEars + prob: 0.01 # TRAITOR EQUIPMENT (0.01%) - id: Telecrystal10 prob: 0.0001 diff --git a/Resources/Prototypes/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Entities/Clothing/Head/misc.yml index 39e751b17d..645c47f9bf 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/misc.yml @@ -183,6 +183,23 @@ sprite: Clothing/Head/Hats/catears.rsi - type: AddAccentClothing accent: OwOAccent + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatDogEars + name: doggy ears + description: Only for good boys. + suffix: DO NOT MAP + components: + - type: Tag + tags: + - DroneUsable + - type: Sprite + sprite: Clothing/Head/Hats/dogears.rsi + - type: Clothing + sprite: Clothing/Head/Hats/dogears.rsi + - type: AddAccentClothing + accent: BarkAccent - type: entity parent: ClothingHeadBase diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index eb5b5d14d5..2afbb86b03 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -324,6 +324,8 @@ orGroup: GiftPool - id: ClothingHeadHatCatEars orGroup: GiftPool + - id: ClothingHeadHatDogEars + orGroup: GiftPool - id: ToySword orGroup: GiftPool - id: RevolverCapGun diff --git a/Resources/Textures/Clothing/Head/Hats/dogears.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..b02a7784f4 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/dogears.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/icon.png new file mode 100644 index 0000000000..4c4e0fd058 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/dogears.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/inhand-left.png new file mode 100644 index 0000000000..eee155b5e1 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/dogears.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/inhand-right.png new file mode 100644 index 0000000000..5f6a850199 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/dogears.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/meta.json new file mode 100644 index 0000000000..1656c0a56d --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/dogears.rsi/meta.json @@ -0,0 +1,32 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by TheShuEd for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4, + "delays": [ + [0.2, 0.2, 0.2, 0.2], + [0.2, 0.2, 0.2, 0.2], + [0.2, 0.2, 0.2, 0.2], + [0.2, 0.2, 0.2, 0.2] + ] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}