From 91f3891fcbb0a6e8ef65db2398708d899a653081 Mon Sep 17 00:00:00 2001 From: Vonsant Date: Tue, 10 Dec 2024 02:21:44 +0300 Subject: [PATCH] Security Badges --- .../conditions/steal-target-groups.ftl | 1 + .../entities/clothing/neck/secbadge.ftl | 16 +++ .../_corvaxnext/objectives/thief.ftl | 2 + .../Corvax/Roles/Jobs/Security/pilot.yml | 1 + .../Prototypes/Objectives/objectiveGroups.yml | 1 + .../Roles/Jobs/Security/detective.yml | 1 + .../Roles/Jobs/Security/head_of_security.yml | 1 + .../Roles/Jobs/Security/security_cadet.yml | 1 + .../Roles/Jobs/Security/security_officer.yml | 1 + .../Prototypes/Roles/Jobs/Security/warden.yml | 1 + .../Entities/Clothing/Neck/secbadge.yml | 94 ++++++++++++++++++ .../Objectives/stealTargetGroups.yml | 6 ++ .../_CorvaxNext/Objectives/thief.yml | 10 ++ .../Roles/Jobs/Security/brigmedic.yml | 1 + .../brigmedbadge.rsi/equipped-NECK.png | Bin 0 -> 193 bytes .../Neck/SecBadge/brigmedbadge.rsi/icon.png | Bin 0 -> 389 bytes .../SecBadge/brigmedbadge.rsi/inhand-left.png | Bin 0 -> 220 bytes .../brigmedbadge.rsi/inhand-right.png | Bin 0 -> 226 bytes .../Neck/SecBadge/brigmedbadge.rsi/meta.json | 26 +++++ .../SecBadge/cadetbadge.rsi/equipped-NECK.png | Bin 0 -> 183 bytes .../Neck/SecBadge/cadetbadge.rsi/icon.png | Bin 0 -> 351 bytes .../SecBadge/cadetbadge.rsi/inhand-left.png | Bin 0 -> 207 bytes .../SecBadge/cadetbadge.rsi/inhand-right.png | Bin 0 -> 211 bytes .../Neck/SecBadge/cadetbadge.rsi/meta.json | 26 +++++ .../SecBadge/detbadge.rsi/equipped-NECK.png | Bin 0 -> 186 bytes .../Neck/SecBadge/detbadge.rsi/icon.png | Bin 0 -> 324 bytes .../SecBadge/detbadge.rsi/inhand-left.png | Bin 0 -> 212 bytes .../SecBadge/detbadge.rsi/inhand-right.png | Bin 0 -> 218 bytes .../Neck/SecBadge/detbadge.rsi/meta.json | 26 +++++ .../SecBadge/hosbadge.rsi/equipped-NECK.png | Bin 0 -> 180 bytes .../Neck/SecBadge/hosbadge.rsi/icon.png | Bin 0 -> 382 bytes .../SecBadge/hosbadge.rsi/inhand-left.png | Bin 0 -> 203 bytes .../SecBadge/hosbadge.rsi/inhand-right.png | Bin 0 -> 208 bytes .../Neck/SecBadge/hosbadge.rsi/meta.json | 26 +++++ .../officerbadge.rsi/equipped-NECK.png | Bin 0 -> 183 bytes .../Neck/SecBadge/officerbadge.rsi/icon.png | Bin 0 -> 378 bytes .../SecBadge/officerbadge.rsi/inhand-left.png | Bin 0 -> 207 bytes .../officerbadge.rsi/inhand-right.png | Bin 0 -> 211 bytes .../Neck/SecBadge/officerbadge.rsi/meta.json | 26 +++++ .../SecBadge/pilotbadge.rsi/equipped-NECK.png | Bin 0 -> 178 bytes .../Neck/SecBadge/pilotbadge.rsi/icon.png | Bin 0 -> 358 bytes .../SecBadge/pilotbadge.rsi/inhand-left.png | Bin 0 -> 207 bytes .../SecBadge/pilotbadge.rsi/inhand-right.png | Bin 0 -> 211 bytes .../Neck/SecBadge/pilotbadge.rsi/meta.json | 26 +++++ .../wardenbadge.rsi/equipped-NECK.png | Bin 0 -> 180 bytes .../Neck/SecBadge/wardenbadge.rsi/icon.png | Bin 0 -> 365 bytes .../SecBadge/wardenbadge.rsi/inhand-left.png | Bin 0 -> 203 bytes .../SecBadge/wardenbadge.rsi/inhand-right.png | Bin 0 -> 208 bytes .../Neck/SecBadge/wardenbadge.rsi/meta.json | 26 +++++ 49 files changed, 319 insertions(+) create mode 100644 Resources/Locale/ru-RU/_CorvaxNext/objectives/conditions/steal-target-groups.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/clothing/neck/secbadge.ftl create mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/objectives/thief.ftl create mode 100644 Resources/Prototypes/_CorvaxNext/Entities/Clothing/Neck/secbadge.yml create mode 100644 Resources/Prototypes/_CorvaxNext/Objectives/stealTargetGroups.yml create mode 100644 Resources/Prototypes/_CorvaxNext/Objectives/thief.yml create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/icon.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/inhand-left.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/inhand-right.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/meta.json create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/icon.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/inhand-left.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/inhand-right.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/meta.json create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/icon.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/inhand-left.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/inhand-right.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/meta.json create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/icon.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/inhand-left.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/inhand-right.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/meta.json create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/icon.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/inhand-left.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/inhand-right.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/meta.json create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/icon.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/inhand-left.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/inhand-right.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/meta.json create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/icon.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/inhand-left.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/inhand-right.png create mode 100644 Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/meta.json diff --git a/Resources/Locale/ru-RU/_CorvaxNext/objectives/conditions/steal-target-groups.ftl b/Resources/Locale/ru-RU/_CorvaxNext/objectives/conditions/steal-target-groups.ftl new file mode 100644 index 00000000000..8b474e6856e --- /dev/null +++ b/Resources/Locale/ru-RU/_CorvaxNext/objectives/conditions/steal-target-groups.ftl @@ -0,0 +1 @@ +steal-target-groups-security-badge = жетоны службы безопасности \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/clothing/neck/secbadge.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/clothing/neck/secbadge.ftl new file mode 100644 index 00000000000..1d7d1057045 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/clothing/neck/secbadge.ftl @@ -0,0 +1,16 @@ +ent-ClothingNeckSecBadgeBase = жетон + .desc = Уважай мой авторитет! +ent-ClothingNeckSecBadgeCadet = жетон кадета + .desc = { ent-ClothingNeckSecBadgeBase.desc } +ent-ClothingNeckSecBadgePilot = жетон пилота + .desc = { ent-ClothingNeckSecBadgeBase.desc } +ent-ClothingNeckSecBadgeDetective = жетон детектива + .desc = { ent-ClothingNeckSecBadgeBase.desc } +ent-ClothingNeckSecBadgeBrigmedic = жетон бригмедика + .desc = { ent-ClothingNeckSecBadgeBase.desc } +ent-ClothingNeckSecBadgeOfficer = жетон офицера + .desc = { ent-ClothingNeckSecBadgeBase.desc } +ent-ClothingNeckSecBadgeWarden = жетон смотрителя + .desc = { ent-ClothingNeckSecBadgeBase.desc } +ent-ClothingNeckSecBadgeHos = жетон главы службы безопасности + .desc = { ent-ClothingNeckSecBadgeBase.desc } \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/objectives/thief.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/objectives/thief.ftl new file mode 100644 index 00000000000..37ba7477eb5 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/objectives/thief.ftl @@ -0,0 +1,2 @@ +ent-ClothingNeckSecBadgeStealCollectionObjective = { ent-BaseThiefStealCollectionObjective } + .desc = { ent-BaseThiefStealCollectionObjective.desc } \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml b/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml index a05681cf6e3..601e51f64a7 100644 --- a/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml +++ b/Resources/Prototypes/Corvax/Roles/Jobs/Security/pilot.yml @@ -36,3 +36,4 @@ - BoxSurvivalSecurity - Flash - MagazinePistol + - ClothingNeckSecBadgePilot # Corvax-Next-Badges \ No newline at end of file diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index 2bf1b2707fd..f7a421e42f5 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -66,6 +66,7 @@ TechnologyDiskStealCollectionObjective: 1 #rnd IDCardsStealCollectionObjective: 1 LAMPStealCollectionObjective: 2 #only for moth + ClothingNeckSecBadgeStealCollectionObjective: 0.5 # Corvax-Next-Badges - type: weightedRandom id: ThiefObjectiveGroupItem diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index 090d261aedb..8e0ab1d2aed 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -35,3 +35,4 @@ - Flash - ForensicPad - ForensicScanner + - ClothingNeckSecBadgeDetective # Corvax-Next-Badges \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index d913fc73f90..c23ce3fbc23 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -50,3 +50,4 @@ back: - Flash - MagazinePistol + - ClothingNeckSecBadgeHos # Corvax-Next-Badges \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index ce98ac40ac1..ddb9351a45d 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -39,3 +39,4 @@ back: - Flash - MagazinePistol + - ClothingNeckSecBadgeCadet # Corvax-Next-Badges \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 8a59c63234f..f15447286a6 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -32,3 +32,4 @@ back: - Flash - MagazinePistol + - ClothingNeckSecBadgeOfficer # Corvax-Next-Badges \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 83c7c83a03b..014af501648 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -35,3 +35,4 @@ back: - Flash - MagazinePistol + - ClothingNeckSecBadgeWarden # Corvax-Next-Badges \ No newline at end of file diff --git a/Resources/Prototypes/_CorvaxNext/Entities/Clothing/Neck/secbadge.yml b/Resources/Prototypes/_CorvaxNext/Entities/Clothing/Neck/secbadge.yml new file mode 100644 index 00000000000..2c3cdc7ce0e --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Entities/Clothing/Neck/secbadge.yml @@ -0,0 +1,94 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckSecBadgeBase + name: badge + description: Respect my authority! + abstract: true + components: + - type: Sprite + sprite: _CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi + - type: Clothing + sprite: _CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi + - type: Reflect + reflectProb: 0.01 + spread: 90 + - type: MeleeWeapon + attackRate: 1.1 + damage: + types: + Blunt: 7 + soundHit: + collection: Punch + animation: WeaponArcFist + - type: StealTarget + stealGroup: ClothingNeckSecBadge + +- type: entity + parent: ClothingNeckSecBadgeBase + id: ClothingNeckSecBadgeCadet + name: cadet badge + components: + - type: Sprite + sprite: _CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi + - type: Clothing + sprite: _CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi + +- type: entity + parent: ClothingNeckSecBadgeBase + id: ClothingNeckSecBadgePilot + name: pilot badge + components: + - type: Sprite + sprite: _CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi + - type: Clothing + sprite: _CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi + +- type: entity + parent: ClothingNeckSecBadgeBase + id: ClothingNeckSecBadgeDetective + name: detective badge + components: + - type: Sprite + sprite: _CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi + - type: Clothing + sprite: _CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi + +- type: entity + parent: ClothingNeckSecBadgeBase + id: ClothingNeckSecBadgeBrigmedic + name: brigmedic badge + components: + - type: Sprite + sprite: _CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi + - type: Clothing + sprite: _CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi + +- type: entity + parent: ClothingNeckSecBadgeBase + id: ClothingNeckSecBadgeOfficer + name: officer badge + components: + - type: Sprite + sprite: _CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi + - type: Clothing + sprite: _CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi + +- type: entity + parent: ClothingNeckSecBadgeBase + id: ClothingNeckSecBadgeWarden + name: warden badge + components: + - type: Sprite + sprite: _CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi + - type: Clothing + sprite: _CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi + +- type: entity + parent: ClothingNeckSecBadgeBase + id: ClothingNeckSecBadgeHos + name: head of security badge + components: + - type: Sprite + sprite: _CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi + - type: Clothing + sprite: _CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi diff --git a/Resources/Prototypes/_CorvaxNext/Objectives/stealTargetGroups.yml b/Resources/Prototypes/_CorvaxNext/Objectives/stealTargetGroups.yml new file mode 100644 index 00000000000..0d9bda6b3e7 --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Objectives/stealTargetGroups.yml @@ -0,0 +1,6 @@ +- type: stealTargetGroup + id: ClothingNeckSecBadge + name: steal-target-groups-security-badge + sprite: + sprite: _CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi + state: icon \ No newline at end of file diff --git a/Resources/Prototypes/_CorvaxNext/Objectives/thief.yml b/Resources/Prototypes/_CorvaxNext/Objectives/thief.yml new file mode 100644 index 00000000000..98fd74c21d0 --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Objectives/thief.yml @@ -0,0 +1,10 @@ +- type: entity + parent: BaseThiefStealObjective + id: ClothingNeckSecBadgeStealCollectionObjective + components: + - type: StealCondition + stealGroup: ClothingNeckSecBadge + minCollectionSize: 2 + maxCollectionSize: 4 + - type: Objective + difficulty: 1.5 \ No newline at end of file diff --git a/Resources/Prototypes/_CorvaxNext/Roles/Jobs/Security/brigmedic.yml b/Resources/Prototypes/_CorvaxNext/Roles/Jobs/Security/brigmedic.yml index 67a7bc6904e..fb8432d4606 100644 --- a/Resources/Prototypes/_CorvaxNext/Roles/Jobs/Security/brigmedic.yml +++ b/Resources/Prototypes/_CorvaxNext/Roles/Jobs/Security/brigmedic.yml @@ -40,3 +40,4 @@ back: - Flash - MedkitAdvancedFilled + - ClothingNeckSecBadgeBrigmedic # Corvax-Next-Badges \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/equipped-NECK.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4e3beeb4907daa96575ce063e3a6d70795556a GIT binary patch literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|sy$sCLn`LH zy`ad)7R&bA#08g4cmO21iC(7 zU~B8X|Ig{F5W7bg(~PHAmpxwgqLSnHJ93-@V#iT`JflbHJrfZAPlWX-&oyONQCWCrUXk-nW zqEhpP18Ma6;-Z%f^hHi>IaGd7qolSB7hPFlv>V%Sz>VjI>-iA#QtU5_HuzVY0?|35JyAwl8fcc3jd6*G+lzO7MT5^clfc2Glt cwHX+w5lQ*>i(mFu0>hQT)78&qol`;+00zaGTL1t6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/inhand-left.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7d8a9c59ff39fc7d9b8d321847331da5f226d452 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|rg^$JhE&XX zdrOgz$xwjxf>V>rSCLSTrh{KfG$vFtiyS|Yz`=A>Gr+?oP=cpv+MBfd!J?Drr@i?j z0MyJNG2Qd+0h!>)^Yb5mnbG?AZ8>cJ2H~zpD*B5Ek8G_b4mdiH1 z{-%07WS{?keQuCepyuuO=C8NE`c9rFk8$g7cHdu&YhTL0;9+3+uvz@p39Y#@i{kr0 O>O5WjT-G@yGywp{B2p{> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/inhand-right.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c722f8ad59dbdc405a05349f8220b09d97e0f1 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|=6Jd|hE&XX zdrOy($xwjpf>V>rTg@;<4z|me7djL%iyS|Yz`=A>Gr+?oP-TVK#tFK==Ve_Iyew}X z&jHlUz;jw-yX0&$-R1oSd;AYQEIWJcnpX9S%ReW@y*^s=ZMwLDp6HruzvI7L^xv3y zIc>N1#?0WIyXx=Ne^_wkUjfJf28Iu;b9?q=pA#&(lylayDar0Za1qO~iwq1QPdOVG V>aqGfewGbV=IQF^vd$@?2>`zdR*C=s literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/meta.json b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/meta.json new file mode 100644 index 00000000000..2f18ebddb51 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from https://github.com/discordia-space/CEV-Eris/pull/8411, made by thevandie, resprite by Kill_Me_I_Noobs", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/equipped-NECK.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..99155c326f0f5f666725fdca578cefe45f41f139 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|3O!vMLn`LH zy=*9WC_upVVna*l1SUr91}m`(Li|&%n25}jSm4pSeyQ^Te>Sx$W$F9debFwzH UV13^1*$5KzboFyt=akR{0I~l+lK=n! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/icon.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf8d790f87fe7498063b29b589c0b05c4ef6afd GIT binary patch literal 351 zcmV-l0igbgP)Px$8A(JzR9J=Wl_74!FcgNrP5}i212GGjG|)vQK7cQ$rw{0uB zXCVz&N`>)5{|!Lg(^?M_iP-{UxN|P_j(ra>=_#c|60-%o_o2Rjd^^ou{sH$oJD9e(U%T~Nw x7h&^}tR51cKol?>i!}iL+>3)VnM~&2@B{b@Za}Dz^O*nu002ovPDHLkV1jO9kT?JU literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/inhand-left.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c585d5c4e65da2a4fa4b4f9b1376a0bc2a0bf518 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Iz3$+Ln`LH zy|s|n$xx*2BD?Y(P63_*c8ASOn>R2E^*Zj^z`%4i?xt#)@;KjczTG2oq yAkZDO*Z#-v|G)jO{%%(M-Ei>@e-6-XFTOEphpC!gSJCYSDe`pnb6Mw<&;$TNl1>%? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/inhand-right.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0934e629e7cab174b1e8e096c0ed347aed1ca3dc GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|dOcknLn`LH zy|q@5$&rWcLbFg1V-r&l!z{5Ct#T7GcpkN}31s|=y2Ja5@8J2=it~9cWo3&$mC6FO zGVmB}ejEOJ+RV4t_tuGS$I$}`Te@A2w8U?s)S5G2RjrV;&w@!4mP8c$b0mvv4F FO#r(wQ8fSn literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/meta.json b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/meta.json new file mode 100644 index 00000000000..2f18ebddb51 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from https://github.com/discordia-space/CEV-Eris/pull/8411, made by thevandie, resprite by Kill_Me_I_Noobs", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/equipped-NECK.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..477782d1402cb04e5e5c85de2712a5be1b46de96 GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|N<3X0Ln`LH zy`ac<$U(s2V$&mz*^fA9DZf$8s-7R0l$*=nq}I~>fXy}c=r$GJ_bUY_&p&Cx%fRrV zpKoj9yRy#rHuvUV-5bB!?#JI3&)Mg!OD*TOSSL8MZIfHt{G!>9LeEXSEpqxc&>}dv Z{hQ%QK7ZWtu+^F%F;7=Nmvv4FO#rF@L=pf1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/icon.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9fcde6d4693fb92a09657f9a960beb6558565680 GIT binary patch literal 324 zcmV-K0lWT*P)Px#{z*hZR9J=WmAwvvFc?KI#@Wq;2x07QCl(eHp1^^J@+DjySX@b1Se#&IY=n@o z@d7v~@)IQe8WSCQ#&X+xN=gAV8ja@17}N;?XYJDSOPZ6`B!vUcTF2QeW`t-+64Jr0 zT!>~d*JWfS*0KV1)fXT4`D`Z47=&m>*{=x<%eiO4cKy-#{T2bp5oV0E9$5eYY}bDk zj>ppEOkPV#;CkwdxMv|v3INf^{1PjbN!+t0`ZTRyPcE&IH?VV8fmenPy`moiV)r0aHaCQD(0>aK4gH@dAjShVBRG7b&*d#iPRc766QkG~Am z%3z@1ed$@<_LJwo7VHztUaTees?KtcUcy%2`bx&rQ3qensJn2?Sg8sgPVo^J_PAyV0ggoCRyozPO#@v&J!6&Q~3{?mQ0T`7#N%?8GbxfPvcO_r~xVS MboFyt=akR{0Q$F5PXGV_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/meta.json b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/meta.json new file mode 100644 index 00000000000..2f18ebddb51 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from https://github.com/discordia-space/CEV-Eris/pull/8411, made by thevandie, resprite by Kill_Me_I_Noobs", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/equipped-NECK.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..88f9587a87988436e3c439ba642f5e60b07d5553 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|@;qG}Ln`LH zy}VJdDL}wA(8TE8l_L!e1>T!@vp00cGhY=5;J7&}lEJ{r;JHXadi;i1b_RwGPHER( zUkp#Xwm(1e@g~y^KIh+mxP8Iwd)?bz?kP3fZHPX literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/icon.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..31d456c09fea5fd1d1e0eb2f28acc22cfb4c05ab GIT binary patch literal 382 zcmV-^0fGLBP)Px$I7vi7R9J=Wlr3%oK@@;L8U&)EW)&kyKq98pU{DRBcj*P-0GQeypl7H-APEVE z&5Fw61~ns^1~GzUDkzkNw&87QYvwbv@8$h`lk6@;B9X{HQ<64lt;5aB5`f{wIRLwH zmSv)uW$E%HNvQi307;Sn?pEER{G~z&W>lzPx^3pL;dK znZ{b1t38>(hW=GXt5Zd_yScoXj_8vym}${Gu>gQ-cQMn^K`tFXh-VcNc)a^q)aq18 z#|vQeW&L-Y6=`a9s(Z_eQ%K-5nW7?Mfx%3Zju+d-yAskDP$XcCDIN29Ip;9Ooc>3& z%j={`%F{uPihPzx;QeM{UanA|G`X*=+i(4fx%arG7v26x^lFWulnP3z(5p4VpDc|; cB9Y(V4K){g$2teEvH$=807*qoM6N<$g1mI7ivR!s literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/inhand-left.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..cd8605c00222f4f72b952d98ffca0b3431bfa183 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|T0LDHLn`LH zy|s|n$xx*2B0E>DE?c9+y@?Uck`arH4S1Uz3yvxVsO;t4^JEU=zAcMZ{oe%C#&BT5 znK#o9Z%j}7|21;o#+7__@1K7^TE0B&-ui8G1^33@?s;S7;!?k*w!h<{dcaL4kQN4p wh^eps9=!kme*LO@@;*1&&!p8S7z2&kAnv?brF1T@j`ful_mZ>XnCot7P=|S#CLbYt^-4*6GE+ous)%1^-^#W~=1Yci=PsKkcjX zd?0-c4AWK>^*zwF{(s7{>1NG=)lWFqEM{cTc*?lynfj7Yp)HF*YCK*2T-G@yGywqI Ca8C;W literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/meta.json b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/meta.json new file mode 100644 index 00000000000..2f18ebddb51 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from https://github.com/discordia-space/CEV-Eris/pull/8411, made by thevandie, resprite by Kill_Me_I_Noobs", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/equipped-NECK.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..99155c326f0f5f666725fdca578cefe45f41f139 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|3O!vMLn`LH zy=*9WC_upVVna*l1SUr91}m`(Li|&%n25}jSm4pSeyQ^Te>Sx$W$F9debFwzH UV13^1*$5KzboFyt=akR{0I~l+lK=n! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/icon.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1c50b922ff43db84b50e1511672a72d0c1896694 GIT binary patch literal 378 zcmV-=0fqjFP)Px$G)Y83R9J=WmAy*DKomyL$`&asY*Gj#1a@H!+e~SZ7f`IV@B+le!$^yIR2T5bc5E~o_~A-@O*R# zK)X)UR5Wuc4flPYS+xVe_kDm)t+loiiQWQrxG{!JRRLg(0qE3HiQWQbSvKqJ>Sg4(5#~< z928u0Fl18{g`B~nLhHg zr?>XxP?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/inhand-left.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c585d5c4e65da2a4fa4b4f9b1376a0bc2a0bf518 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Iz3$+Ln`LH zy|s|n$xx*2BD?Y(P63_*c8ASOn>R2E^*Zj^z`%4i?xt#)@;KjczTG2oq yAkZDO*Z#-v|G)jO{%%(M-Ei>@e-6-XFTOEphpC!gSJCYSDe`pnb6Mw<&;$TNl1>%? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/inhand-right.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0934e629e7cab174b1e8e096c0ed347aed1ca3dc GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|dOcknLn`LH zy|q@5$&rWcLbFg1V-r&l!z{5Ct#T7GcpkN}31s|=y2Ja5@8J2=it~9cWo3&$mC6FO zGVmB}ejEOJ+RV4t_tuGS$I$}`Te@A2w8U?s)S5G2RjrV;&w@!4mP8c$b0mvv4F FO#r(wQ8fSn literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/meta.json b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/meta.json new file mode 100644 index 00000000000..2f18ebddb51 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from https://github.com/discordia-space/CEV-Eris/pull/8411, made by thevandie, resprite by Kill_Me_I_Noobs", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/equipped-NECK.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..9342cd585668bfba76375988308176db1ff2e6cc GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|ay(reLn`LH zy}XgPnSsaE@dU@bBg{+Aap|~v&TUgV#Uyg&P3kTlh7OJr^8=IXA1-5LV7Q@RyjuR) zsWZR6>qc*>X1-tfllOhx`MY~J+xB(T+`B9|GrOzfRr^MzN0an{7Qn%s^IR)m3UaSI R+LZzl^K|udS?83{1OU~=KI#Af literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/icon.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..07de3028c4e49ca3e4c4257de3a4d25d08b1d885 GIT binary patch literal 358 zcmV-s0h#`ZP)Px$AW1|)R9J=Wl_5{WFc^lPBm9KTl>~P*XGX9!C=xspfk9%C1c|+1`30aaL1F3$ zVFI$lU7&77qK6=Bwy=bK4GD-os{8h}@3XB-A(2QV{+Nk$LQxb=JKosY1>o)BF5EB6 zQnco}G(6AqaD9Aq2*CXHsn;Ws7~R;0*L59gLvNt%87nbbKq=K^Sq8x7*8X76YPkTw zdyjK&)Y_s?(1shMnHIBN{iS^FNsL7-05C0PA+TGswi2%uC2)0l6UN5qsNj~hm`TRy zUkQ&E7?Oz<5euxA3#_d|a92XQ0Yw7Nxrz7w$3Dp~2$7rc_Ap9M;(20&}g z$=L+}^Yc@x>T3^3o<2&TE3&R2E^*Zj^z`%4i?xt#)@;KjczTG2oq yAkZDO*Z#-v|G)jO{%%(M-Ei>@e-6-XFTOEphpC!gSJCYSDe`pnb6Mw<&;$TNl1>%? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/inhand-right.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0934e629e7cab174b1e8e096c0ed347aed1ca3dc GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|dOcknLn`LH zy|q@5$&rWcLbFg1V-r&l!z{5Ct#T7GcpkN}31s|=y2Ja5@8J2=it~9cWo3&$mC6FO zGVmB}ejEOJ+RV4t_tuGS$I$}`Te@A2w8U?s)S5G2RjrV;&w@!4mP8c$b0mvv4F FO#r(wQ8fSn literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/meta.json b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/meta.json new file mode 100644 index 00000000000..2f18ebddb51 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from https://github.com/discordia-space/CEV-Eris/pull/8411, made by thevandie, resprite by Kill_Me_I_Noobs", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/equipped-NECK.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..88f9587a87988436e3c439ba642f5e60b07d5553 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|@;qG}Ln`LH zy}VJdDL}wA(8TE8l_L!e1>T!@vp00cGhY=5;J7&}lEJ{r;JHXadi;i1b_RwGPHER( zUkp#Xwm(1e@g~y^KIh+mxP8Iwd)?bz?kP3fZHPX literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/icon.png b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..386b3e105e3d4c50d8b3c5b316cb9f505e92eb35 GIT binary patch literal 365 zcmV-z0h0cSP)Px$CrLy>R9J=Wl`nFGKp00~I*5ph3Q*vBfh{pH$cWyhC*S~>+8&^1sHs3=VqmyH z+(zw+iU>q!s7WX^ZHI3sGp*QXSib%9doZvI9*@WK$1J21lv4evegAd<;PvKu=x^Ir zv}Pa;kD_R}zwO=u7}u0iy+mTRz$x4qGt_on2QaBcQ6!R>Enux3+WD%T^xYk=MXfN# zOvYYJU>u%iG0A!}sq1Y?PD@cM(RyM5fMmTvZ_Be^dIm*0rS6tyC!J*&AO zJ`0j0=>ftpDE?c9+y@?Uck`arH4S1Uz3yvxVsO;t4^JEU=zAcMZ{oe%C#&BT5 znK#o9Z%j}7|21;o#+7__@1K7^TE0B&-ui8G1^33@?s;S7;!?k*w!h<{dcaL4kQN4p wh^eps9=!kme*LO@@;*1&&!p8S7z2&kAnv?brF1T@j`ful_mZ>XnCot7P=|S#CLbYt^-4*6GE+ous)%1^-^#W~=1Yci=PsKkcjX zd?0-c4AWK>^*zwF{(s7{>1NG=)lWFqEM{cTc*?lynfj7Yp)HF*YCK*2T-G@yGywqI Ca8C;W literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/meta.json b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/meta.json new file mode 100644 index 00000000000..2f18ebddb51 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from https://github.com/discordia-space/CEV-Eris/pull/8411, made by thevandie, resprite by Kill_Me_I_Noobs", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file