-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
ec8e7f7
commit 4a64c24
Showing
51 changed files
with
365 additions
and
0 deletions.
There are no files selected for viewing
105 changes: 105 additions & 0 deletions
105
Resources/Prototypes/Empire/Entities/Clothing/Neck/cloaks.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,105 @@ | ||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
id: ClothingNeckCloakCenturion | ||
name: centurion's cloak | ||
description: a cloak of great emperor warrior. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/centurion.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
id: ClothingNeckCloakOption | ||
name: option's cloak | ||
description: cloak for option made with nano-silicon. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/cap.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
id: ClothingNeckCloakInquisitor | ||
name: inquisitor's cloak | ||
description: only for court officials. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/inquisitor.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
id: ClothingNeckCloakCapellan | ||
name: capellan's cloak | ||
description: a cloak of preacher who will lead you to the victory. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/capellan.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
id: ClothingNeckCloakEmpireChiefMedicialOfficer | ||
name: chief medicial officer's cloak | ||
description: this cloak is very useful, you can prevent bleeding out with it. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/cmo.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
id: ClothingNeckCloakDecurion | ||
name: Decurion's cloak | ||
description: Bullet-proof cloak, so you can | ||
components: | ||
- type: Sprite | ||
sprite: Clothing/Neck/Cloaks/decurion.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
id: ClothingNeckCloakMagos | ||
name: Magos's cloak | ||
description: This cloak is isolated, so technically you can fix cabels if it is in your hands. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/magos.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
id: ClothingNeckCloakHoW | ||
name: head of workshop's cloak | ||
description: A symbol of workshop. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/how.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseRestrictedContraband] | ||
id: ClothingNeckCloakTriaryBlack | ||
name: triary's cloak | ||
description: Black painted cloak. Owner of this leads legion. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/triaryblack.rsi | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseRestrictedContraband] | ||
id: ClothingNeckCloakTriaryGold | ||
name: triary gold cloak | ||
description: Gold painted cloak. Owner of this leads legion. | ||
components: | ||
- type: Sprite | ||
sprite: Empire/Clothing/Neck/Cloaks/triarygold.rsi |
Binary file added
BIN
+1.47 KB
Resources/Textures/Empire/Clothing/Neck/capellan.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.
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
+920 Bytes
Resources/Textures/Empire/Clothing/Neck/capellan.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
+896 Bytes
Resources/Textures/Empire/Clothing/Neck/capellan.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/Empire/Clothing/Neck/capellan.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": "Designed by @mcdonaldsobamaburger and @sentryprimies", | ||
"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
+1.53 KB
Resources/Textures/Empire/Clothing/Neck/centurion.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.
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
+811 Bytes
Resources/Textures/Empire/Clothing/Neck/centurion.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
+766 Bytes
Resources/Textures/Empire/Clothing/Neck/centurion.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/Empire/Clothing/Neck/centurion.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": "Designed by @jsilverhand2.1", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "Designed by @mcdonaldsobamaburger and @sentryprimies", | ||
"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
+1.37 KB
Resources/Textures/Empire/Clothing/Neck/decurion.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.
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
+763 Bytes
Resources/Textures/Empire/Clothing/Neck/decurion.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
+743 Bytes
Resources/Textures/Empire/Clothing/Neck/decurion.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/Empire/Clothing/Neck/decurion.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": "Designed by @mcdonaldsobamaburger and @sentryprimies", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "Designed by @mcdonaldsobamaburger and @sentryprimies", | ||
"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
+1.47 KB
Resources/Textures/Empire/Clothing/Neck/inquisitor.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.
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
+920 Bytes
Resources/Textures/Empire/Clothing/Neck/inquisitor.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
+896 Bytes
Resources/Textures/Empire/Clothing/Neck/inquisitor.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/Empire/Clothing/Neck/inquisitor.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": "Designed by @mcdonaldsobamaburger and @sentryprimies", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Empire/Clothing/Neck/magos.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": "Designed by @mcdonaldsobamaburger and @sentryprimies", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+784 Bytes
Resources/Textures/Empire/Clothing/Neck/option.rsi/inhand-right.png
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Empire/Clothing/Neck/option.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": "Designed by @jsilverhand2.1", | ||
"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
+1.37 KB
Resources/Textures/Empire/Clothing/Neck/triaryblack.rsi/equipped-NECK.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+763 Bytes
Resources/Textures/Empire/Clothing/Neck/triaryblack.rsi/inhand-left.png
Oops, something went wrong.
Binary file added
BIN
+743 Bytes
Resources/Textures/Empire/Clothing/Neck/triaryblack.rsi/inhand-right.png
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Empire/Clothing/Neck/triaryblack.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": "Designed by @mcdonaldsobamaburger and @sentryprimies", | ||
"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
+1.37 KB
Resources/Textures/Empire/Clothing/Neck/triarygold.rsi/equipped-NECK.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+763 Bytes
Resources/Textures/Empire/Clothing/Neck/triarygold.rsi/inhand-left.png
Oops, something went wrong.
Binary file added
BIN
+743 Bytes
Resources/Textures/Empire/Clothing/Neck/triarygold.rsi/inhand-right.png
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Empire/Clothing/Neck/triarygold.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": "Designed by @mcdonaldsobamaburger and @sentryprimies", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |