forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
319 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Resources/Locale/ru-RU/_CorvaxNext/objectives/conditions/steal-target-groups.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
steal-target-groups-security-badge = жетоны службы безопасности |
16 changes: 16 additions & 0 deletions
16
Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/clothing/neck/secbadge.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 } |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/objectives/thief.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-ClothingNeckSecBadgeStealCollectionObjective = { ent-BaseThiefStealCollectionObjective } | ||
.desc = { ent-BaseThiefStealCollectionObjective.desc } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,4 @@ | |
- BoxSurvivalSecurity | ||
- Flash | ||
- MagazinePistol | ||
- ClothingNeckSecBadgePilot # Corvax-Next-Badges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,4 @@ | |
- Flash | ||
- ForensicPad | ||
- ForensicScanner | ||
- ClothingNeckSecBadgeDetective # Corvax-Next-Badges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,4 @@ | |
back: | ||
- Flash | ||
- MagazinePistol | ||
- ClothingNeckSecBadgeHos # Corvax-Next-Badges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,4 @@ | |
back: | ||
- Flash | ||
- MagazinePistol | ||
- ClothingNeckSecBadgeCadet # Corvax-Next-Badges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ | |
back: | ||
- Flash | ||
- MagazinePistol | ||
- ClothingNeckSecBadgeOfficer # Corvax-Next-Badges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,4 @@ | |
back: | ||
- Flash | ||
- MagazinePistol | ||
- ClothingNeckSecBadgeWarden # Corvax-Next-Badges |
94 changes: 94 additions & 0 deletions
94
Resources/Prototypes/_CorvaxNext/Entities/Clothing/Neck/secbadge.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
6 changes: 6 additions & 0 deletions
6
Resources/Prototypes/_CorvaxNext/Objectives/stealTargetGroups.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- type: stealTargetGroup | ||
id: ClothingNeckSecBadge | ||
name: steal-target-groups-security-badge | ||
sprite: | ||
sprite: _CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi | ||
state: icon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- type: entity | ||
parent: BaseThiefStealObjective | ||
id: ClothingNeckSecBadgeStealCollectionObjective | ||
components: | ||
- type: StealCondition | ||
stealGroup: ClothingNeckSecBadge | ||
minCollectionSize: 2 | ||
maxCollectionSize: 4 | ||
- type: Objective | ||
difficulty: 1.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,3 +40,4 @@ | |
back: | ||
- Flash | ||
- MedkitAdvancedFilled | ||
- ClothingNeckSecBadgeBrigmedic # Corvax-Next-Badges |
Binary file added
BIN
+193 Bytes
.../Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+389 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+220 Bytes
...es/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+226 Bytes
...s/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/brigmedbadge.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+183 Bytes
...es/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+351 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+207 Bytes
...rces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+211 Bytes
...ces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/cadetbadge.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+186 Bytes
...rces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+324 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+212 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+218 Bytes
...urces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/detbadge.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+180 Bytes
...rces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+382 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+203 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+208 Bytes
...urces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/hosbadge.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+183 Bytes
.../Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+378 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+207 Bytes
...es/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+211 Bytes
...s/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/officerbadge.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+178 Bytes
...es/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+358 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+207 Bytes
...rces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+211 Bytes
...ces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/pilotbadge.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+180 Bytes
...s/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+365 Bytes
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/icon.png
Oops, something went wrong.
Binary file added
BIN
+203 Bytes
...ces/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/inhand-left.png
Oops, something went wrong.
Binary file added
BIN
+208 Bytes
...es/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/inhand-right.png
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_CorvaxNext/Clothing/Neck/SecBadge/wardenbadge.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |