diff --git a/Resources/Prototypes/_White/Fluff/fluff.yml b/Resources/Prototypes/_White/Fluff/fluff.yml index 0edfa0e7f2..f202a5f4d1 100644 --- a/Resources/Prototypes/_White/Fluff/fluff.yml +++ b/Resources/Prototypes/_White/Fluff/fluff.yml @@ -1235,3 +1235,15 @@ sprites: - sprite: White/Fluff/Feda_Plevajecki/shark.rsi state: shark + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitAOI + name: Униформа АоИ + suffix: fluff + description: Форма соответствует стандартам современных военных подразделений, предназначенных для боевых действий в засушливых и пустынных условиях. + components: + - type: Sprite + sprite: White/Fluff/Feda_Plevajecki/sho_form.rsi + - type: Clothing + sprite: White/Fluff/Feda_Plevajecki/sho_form.rsi diff --git a/Resources/Prototypes/_White/Fluff/sponsor.yml b/Resources/Prototypes/_White/Fluff/sponsor.yml index 225c30822e..e10ae9c1ef 100644 --- a/Resources/Prototypes/_White/Fluff/sponsor.yml +++ b/Resources/Prototypes/_White/Fluff/sponsor.yml @@ -469,3 +469,9 @@ id: IMercuryITie entity: ClothingNeckTieIMercuryI sponsorOnly: true + +# Feda_Plevajecki +- type: sponsorLoadout + id: Feda_PlevajeckiJumpsuit + entity: ClothingUniformJumpsuitAOI + sponsorOnly: true diff --git a/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..11b9231c3f Binary files /dev/null and b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/icon.png b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/icon.png new file mode 100644 index 0000000000..9d7b9a17d5 Binary files /dev/null and b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/inhand-left.png b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/inhand-left.png new file mode 100644 index 0000000000..0f1c206fda Binary files /dev/null and b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/inhand-right.png b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/inhand-right.png new file mode 100644 index 0000000000..e5c1288048 Binary files /dev/null and b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/meta.json b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/meta.json new file mode 100644 index 0000000000..605553daa2 --- /dev/null +++ b/Resources/Textures/White/Fluff/Feda_Plevajecki/sho_form.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Delikoo", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}