diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml new file mode 100644 index 00000000000..76f59af295b --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml @@ -0,0 +1,87 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixColor + name: crucifix + description: A small cross on a piece of string. Commonly associated with the Christian faith, it is a main symbol of this religion. + components: + - type: Sprite + sprite: _Floof/Clothing/Neck/Crucifixes/color.rsi + - type: Clothing + sprite: _Floof/Clothing/Neck/Crucifixes/color.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixColorSaintPeter + name: Saint Peter crucifix + description: A small cross on a piece of string. Being inverted and thus upside down marks it as the cross of Saint Peter. + components: + - type: Sprite + sprite: _Floof/Clothing/Neck/Crucifixes/color-inverted.rsi + - type: Clothing + sprite: _Floof/Clothing/Neck/Crucifixes/color-inverted.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixGold + name: gold crucifix + description: A small, gold cross on a piece of string. Commonly associated with the Christian faith, it is a main symbol of this religion. + components: + - type: Sprite + sprite: _Floof/Clothing/Neck/Crucifixes/gold.rsi + - type: Clothing + sprite: _Floof/Clothing/Neck/Crucifixes/gold.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixGoldSaintPeter + name: gold Saint Peter crucifix + description: A small, gold cross on a piece of string. Being inverted and thus upside down marks it as the cross of Saint Peter. + components: + - type: Sprite + sprite: _Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi + - type: Clothing + sprite: _Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixSilver + name: silver crucifix + description: A small, silver cross on a piece of string. Commonly associated with the Christian faith, it is a main symbol of this religion. + components: + - type: Sprite + sprite: _Floof/Clothing/Neck/Crucifixes/silver.rsi + - type: Clothing + sprite: _Floof/Clothing/Neck/Crucifixes/silver.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCrucifixSilverSaintPeter + name: silver Saint Peter crucifix + description: A small, silver cross on a piece of string. Being inverted and thus upside down marks it as the cross of Saint Peter. + components: + - type: Sprite + sprite: _Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi + - type: Clothing + sprite: _Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScapular + name: scapular + description: As Christian garment that serves to remind the wearer of their commitment to live a Christian life. + components: + - type: Sprite + sprite: _Floof/Clothing/Neck/scapular.rsi + - type: Clothing + sprite: _Floof/Clothing/Neck/scapular.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckTallit + name: tallit + description: A fringed garment worn as a prayer shawl by Jewish people. + components: + - type: Sprite + sprite: _Floof/Clothing/Neck/tallit.rsi + - type: Clothing + sprite: _Floof/Clothing/Neck/tallit.rsi diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png new file mode 100644 index 00000000000..1b286cfa42c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png new file mode 100644 index 00000000000..1ab96dec8be Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png new file mode 100644 index 00000000000..8addc48fba8 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/icon.png new file mode 100644 index 00000000000..11e65078a77 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png new file mode 100644 index 00000000000..a7bfd25ec7f Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png new file mode 100644 index 00000000000..3f2c5a8c047 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png new file mode 100644 index 00000000000..21ae71aa6a7 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/icon.png new file mode 100644 index 00000000000..e066f203fb4 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png new file mode 100644 index 00000000000..3536330d929 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png new file mode 100644 index 00000000000..d8ef1e2519c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png new file mode 100644 index 00000000000..699b02014bd Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/icon.png new file mode 100644 index 00000000000..aaa56ccc2a5 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66. Crucifix sprites edited by Skubman for SS14 (github: angelofallars)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/equipped-NECK.png new file mode 100644 index 00000000000..a7bd177ebe8 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/icon.png new file mode 100644 index 00000000000..4072ee583bb Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/meta.json new file mode 100644 index 00000000000..d134d99e207 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/equipped-NECK.png new file mode 100644 index 00000000000..51c02308736 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/icon.png new file mode 100644 index 00000000000..1983e1be084 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/meta.json new file mode 100644 index 00000000000..d134d99e207 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/4229a034d1bfd21e0c539b413feac6f69d725a66.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +}