From 4845276d1333a55c1d2c48b64ec7bcb0f89f309b Mon Sep 17 00:00:00 2001 From: JFerrix Date: Fri, 6 Mar 2026 12:06:02 +0100 Subject: [PATCH 1/7] Added Crucifixes --- .../_DV/Entities/Clothing/Neck/religious.yml | 87 ++++++++++++++++++ .../color-inverted.rsi/equipped-NECK.png | Bin 0 -> 207 bytes .../Crucifixes/color-inverted.rsi/icon.png | Bin 0 -> 317 bytes .../Crucifixes/color-inverted.rsi/meta.json | 18 ++++ .../Crucifixes/color.rsi/equipped-NECK.png | Bin 0 -> 208 bytes .../Neck/Crucifixes/color.rsi/icon.png | Bin 0 -> 317 bytes .../Neck/Crucifixes/color.rsi/meta.json | 18 ++++ .../gold-inverted.rsi/equipped-NECK.png | Bin 0 -> 222 bytes .../Crucifixes/gold-inverted.rsi/icon.png | Bin 0 -> 316 bytes .../Crucifixes/gold-inverted.rsi/meta.json | 18 ++++ .../Crucifixes/gold.rsi/equipped-NECK.png | Bin 0 -> 222 bytes .../Neck/Crucifixes/gold.rsi/icon.png | Bin 0 -> 338 bytes .../Neck/Crucifixes/gold.rsi/meta.json | 18 ++++ .../silver-inverted.rsi/equipped-NECK.png | Bin 0 -> 218 bytes .../Crucifixes/silver-inverted.rsi/icon.png | Bin 0 -> 347 bytes .../Crucifixes/silver-inverted.rsi/meta.json | 18 ++++ .../Crucifixes/silver.rsi/equipped-NECK.png | Bin 0 -> 221 bytes .../Neck/Crucifixes/silver.rsi/icon.png | Bin 0 -> 351 bytes .../Neck/Crucifixes/silver.rsi/meta.json | 18 ++++ 19 files changed, 195 insertions(+) create mode 100644 Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json 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..ef7be20d727 --- /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: Clothing/Neck/Crucifixes/color.rsi + - type: Clothing + sprite: 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: Clothing/Neck/Crucifixes/color-inverted.rsi + - type: Clothing + sprite: 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: Clothing/Neck/Crucifixes/gold.rsi + - type: Clothing + sprite: 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: Clothing/Neck/Crucifixes/gold-inverted.rsi + - type: Clothing + sprite: 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: Clothing/Neck/Crucifixes/silver.rsi + - type: Clothing + sprite: 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: Clothing/Neck/Crucifixes/silver-inverted.rsi + - type: Clothing + sprite: 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: Clothing/Neck/Misc/scapular.rsi + - type: Clothing + sprite: Clothing/Neck/Misc/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: Clothing/Neck/Misc/tallit.rsi + - type: Clothing + sprite: Clothing/Neck/Misc/tallit.rsi diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..1b286cfa42c079f0e1d0a875f3ea26ff0440d4d2 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=(>z@qLn>~)y>*bc*+78B!P)yu znd=V4a7W*B+Wjt_EG;uE=2bEZ-D;lvV}m9mgTb+qLel{hv3|1&6*(Po3FTQ@wP`ETHi~uzBD{oU-Ko1< zI_po}TI!nk=uOWQ)0pB+Q&^t#!4DpDWrp&$9vmaL!3>M;>Q{nHjX!Pezy-(o>rG zS_YhRl1!8*PWzv_@VKJ=%nW_sLkK|-QBoete0E8@x!;kdoR;8sZxAh*WIFrLx_lCt%Vq4-b>;{q;B~VzM9y!?XdWv z5DvotF-9=P_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json b/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/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/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..8addc48fba85ec8a29fb13ac9d34eaeebfceb796 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=(>+}rLn>~)z2(T)tRTP|@X_l| zF5knudpM>qSgn_JYe^RO(tX>Vgg>=&6dv>uW?;BJrO&6UW0#J1)z?3{f`QxLM?JF_ z`M74r>4@uF<34fZh|e$fD?6~@nek+A%{pbE1wg>_sG$Bp?VUey|E_0scHCO*z99Tv zbo`_Fo60f^WBC0+?}^BK6o8pErL;d=YpWrC?r7t>t_A>{b6VSx?uv0r3D(*JNJBBDg3IS*w%ZXZF65gB4x7Q`3<0Da%@;mp~% zeFQ|L<2V8UhGE#vLkQTm?GVhzGH{0Q-h-Jxw+BQ-bLAOgnx^XWx~t|PghM8B2p
~)y|t0I$w7qeLG!6= zM=bLMv$riQVQ=41CYZj!q_Ac4rVANL9p#T|<5^Xn)PE3?`X|7^up-#_>9T#@ndKIy z>(A|9`#z~^&otxzc^&D8Lmn61(fRi<`hJ7tw*B|!&DOeqZ$tc2pk*M?ZLm|m!1~<3 z_?ukk7dR}o0y`8izUMYKuOe^P79-xjNH$)2;*a};H RcmwhQgQu&X%Q~loCIEfHTjc-% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png b/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2c5a8c047741fa03d002328cc79f1b3f6a9419 GIT binary patch literal 316 zcmV-C0mJ@@P)+!oqqXe+k<$XQI3fK^)Chi9I(WZT zk<$mwashHq(6ZoVxOU<*0|NsC!}c5Mh_pcs2ZTD?{-0HJo#EPv&nWSVY8E9M!_f;1*2dTkOBbd--)c<0(i6l O0000~)y=BPPWFW$paEjN* zhF!eynVIa~-p%44InJr+SzSNrxTv#XThjh~EtRwXrEVE~G38}oDCG)PJG#&N_Fct2 zRsXi#D9`+%m;TRL@O;kfkq@O1TaS?83{1OT;RStkGh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/icon.png b/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e066f203fb457e448711d06d61a7fb65458f89a7 GIT binary patch literal 338 zcmV-Y0j>UtP)Ad;$cZa+R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json b/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/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/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..3536330d929e98248bf24185d0b6d70d1330c9ea GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=3q4&NLn>~)y=BPPIz;c7<%Wjls+Q%GP{W-t8 zcDmg9r)Ty{Ke}mf)ne}PtM)aor8gY-R({)e#izHt?a5g{i+~_OH0?Wc-tn9NPyfHA zv+;dUXP?8$JKN1Z`bSQFqT!=6H?Y=mQS9Y!-YLG578@*_!U)tNznjTwj${4wCx$j4 O6Fgo0T-G@yGywoF^;Y-* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png b/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ef1e2519cbfc7f4647b47d444350d7ecb941a2 GIT binary patch literal 347 zcmV-h0i^zkP)+!oqqXe+k<$XQI3fK^)Cm6VH`EzU3Qc6#ef0SM z(8%QfFyAAm51KiEfq{WR$SMoYE>KwlPn__yL5(yJ8kzh*EhmNH@~MjqMTHq~eSQ5i z{xdKzFzA};GaQ_dj+roNkqi3zXZ$ZJ%wR;eeAbjX46BK>lNMGwla&Z9%}g0CpSsAPYo-t9Qv#Ss@%iqf$5G-O<_P5MM=BsW5u(NU|FoPG t`c<8wk;xc7#U?fiM!_f;1*3oz003hYi;3e;Ii3Ij002ovPDHLkV1f|loUH%= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json b/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/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/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..699b02014bd1d48250a5673fe7a5bd8762a4a6b9 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=OFUg1Ln>~)y=BPPWFW$paH?^a zbb9}RT#3EC?geJ=;toxfzH-uWQD=i#_Wpb=m9zh)ZW(+ruCKQ`+h;7WkA4XxZD1L-MKpb z|Jhr=#QJ1^;aD^E_qFLimap+FikV(-wOBXvV|L0-#^5IzGcHVF1nTI%%kaU_t3F+S QZ#KvPPgg&ebxsLQ0GWtbk^lez literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/icon.png b/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa56ccc2a54860dbbcbc0b58be82bec0903f4a5 GIT binary patch literal 351 zcmV-l0igbgP)R%$VG(M7^@Y;!fHVeFh%MtR$F)gQ|S?Gl(iEqasZ1oHp4(txi)%{g@uKG z3;9D#BQuHG%-19n$h`Nzc?@8&SYC`%bpsi>#P5Uouk%y`GID8u_VV?(ebF}2tRu!n z{CyP_KFR2!l}M!oX2PfP)HC5zl|+n8$jGH)7mDBS{ol|P6hTOdRFp_X9RL38;b(L} zA{B`sB%Z$5kJ=0{r}PLmF`TY&N{;}5X=|I8Gw(*-9S}iC{oWe@pwsK-;wsJH{bjes zd{ha`Cf3U@#JkP&?tw%q;>p>>`=GDAU!$tHO0%0za0wq~pe!EmHV&IGp{aA`lg|&7 x#R2e>OpF*^#YJ((q<}`v*F9s4#bUAC;~#urpJw`&lCS^(002ovPDHLkV1n;upw0jQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json b/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json new file mode 100644 index 00000000000..cae05fd74e4 --- /dev/null +++ b/Resources/Textures/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 + } + ] +} From 83e409ddd1bb9e57a912f1e1f6330b8774c81583 Mon Sep 17 00:00:00 2001 From: JFerrix Date: Sat, 7 Mar 2026 11:22:39 +0100 Subject: [PATCH 2/7] Fixed file structure --- .../_DV/Entities/Clothing/Neck/religious.yml | 32 +++++++++--------- .../color-inverted.rsi/equipped-NECK.png | Bin .../Crucifixes/color-inverted.rsi/icon.png | Bin .../Crucifixes/color-inverted.rsi/meta.json | 0 .../Crucifixes/color.rsi/equipped-NECK.png | Bin .../Neck/Crucifixes/color.rsi/icon.png | Bin .../Neck/Crucifixes/color.rsi/meta.json | 0 .../gold-inverted.rsi/equipped-NECK.png | Bin .../Crucifixes/gold-inverted.rsi/icon.png | Bin .../Crucifixes/gold-inverted.rsi/meta.json | 0 .../Crucifixes/gold.rsi/equipped-NECK.png | Bin .../Neck/Crucifixes/gold.rsi/icon.png | Bin .../Neck/Crucifixes/gold.rsi/meta.json | 0 .../silver-inverted.rsi/equipped-NECK.png | Bin .../Crucifixes/silver-inverted.rsi/icon.png | Bin .../Crucifixes/silver-inverted.rsi/meta.json | 0 .../Crucifixes/silver.rsi/equipped-NECK.png | Bin .../Neck/Crucifixes/silver.rsi/icon.png | Bin .../Neck/Crucifixes/silver.rsi/meta.json | 0 19 files changed, 16 insertions(+), 16 deletions(-) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/color.rsi/icon.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/color.rsi/meta.json (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/gold.rsi/icon.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/gold.rsi/meta.json (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/silver.rsi/icon.png (100%) rename Resources/Textures/{ => _Floof}/Clothing/Neck/Crucifixes/silver.rsi/meta.json (100%) diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml index ef7be20d727..2f341f2adfa 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml @@ -5,9 +5,9 @@ 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: Clothing/Neck/Crucifixes/color.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/color.rsi - type: Clothing - sprite: Clothing/Neck/Crucifixes/color.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/color.rsi - type: entity parent: ClothingNeckBase @@ -16,9 +16,9 @@ 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: Clothing/Neck/Crucifixes/color-inverted.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/color-inverted.rsi - type: Clothing - sprite: Clothing/Neck/Crucifixes/color-inverted.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/color-inverted.rsi - type: entity parent: ClothingNeckBase @@ -27,9 +27,9 @@ 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: Clothing/Neck/Crucifixes/gold.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/gold.rsi - type: Clothing - sprite: Clothing/Neck/Crucifixes/gold.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/gold.rsi - type: entity parent: ClothingNeckBase @@ -38,9 +38,9 @@ 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: Clothing/Neck/Crucifixes/gold-inverted.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi - type: Clothing - sprite: Clothing/Neck/Crucifixes/gold-inverted.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi - type: entity parent: ClothingNeckBase @@ -49,9 +49,9 @@ 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: Clothing/Neck/Crucifixes/silver.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/silver.rsi - type: Clothing - sprite: Clothing/Neck/Crucifixes/silver.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/silver.rsi - type: entity parent: ClothingNeckBase @@ -60,9 +60,9 @@ 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: Clothing/Neck/Crucifixes/silver-inverted.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi - type: Clothing - sprite: Clothing/Neck/Crucifixes/silver-inverted.rsi + sprite: _Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi - type: entity parent: ClothingNeckBase @@ -71,9 +71,9 @@ description: As Christian garment that serves to remind the wearer of their commitment to live a Christian life. components: - type: Sprite - sprite: Clothing/Neck/Misc/scapular.rsi + sprite: _Floof/Clothing/Neck/Misc/scapular.rsi - type: Clothing - sprite: Clothing/Neck/Misc/scapular.rsi + sprite: _Floof/Clothing/Neck/Misc/scapular.rsi - type: entity parent: ClothingNeckBase @@ -82,6 +82,6 @@ description: A fringed garment worn as a prayer shawl by Jewish people. components: - type: Sprite - sprite: Clothing/Neck/Misc/tallit.rsi + sprite: _Floof/Clothing/Neck/Misc/tallit.rsi - type: Clothing - sprite: Clothing/Neck/Misc/tallit.rsi + sprite: _Floof/Clothing/Neck/Misc/tallit.rsi diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/equipped-NECK.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/icon.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color-inverted.rsi/meta.json diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/equipped-NECK.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/icon.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/icon.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/color.rsi/meta.json rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/color.rsi/meta.json diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/equipped-NECK.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/icon.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold-inverted.rsi/meta.json diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/equipped-NECK.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/icon.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/icon.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/gold.rsi/meta.json rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/gold.rsi/meta.json diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/equipped-NECK.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/icon.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver-inverted.rsi/meta.json diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/equipped-NECK.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/icon.png rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/icon.png diff --git a/Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Neck/Crucifixes/silver.rsi/meta.json rename to Resources/Textures/_Floof/Clothing/Neck/Crucifixes/silver.rsi/meta.json From 24c5099b29ef01c92b12a7dd46788bf5ee66b1d9 Mon Sep 17 00:00:00 2001 From: JFerrix Date: Sat, 7 Mar 2026 18:26:07 +0100 Subject: [PATCH 3/7] Odd --- .../Neck/misc/tallit.rsi/equipped-NECK.png | Bin 0 -> 533 bytes .../Clothing/Neck/misc/tallit.rsi/icon.png | Bin 0 -> 214 bytes .../Clothing/Neck/misc/tallit.rsi/meta.json | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/icon.png create mode 100644 Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/meta.json diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..51c023087364d03e9695f337fd6d9a5b646e7092 GIT binary patch literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vo6 zPZ!6KiaBp*S@*RV2)I-);qBnCR8Uk`cp}mwGhsqUPpRTpj*Z-(_@!6>R!#fib5`VO z*@J(I4_7d%$e1>?EM}WfaD_prZ!_a(n|$BPH96;xt8LpinNeWn>tFphuKv8S;hX_a z^z~AcKIM-uR_Et3bl;zNh$UfP{dKFpeHpwP_6iy%FFzZ-ZJ(I13O8r-u}wN9a`NjL z^BevzS;_q6{)?`yj2dP!%n!Z=et385wx$~6wxd_Ka)<{rFA)4}ckC8}@ayxt)=Brh zU*-@R+ON}ip}$i8u?g$4%v;BIvrK85%$R$-uD_r2#qWRBJtk9HiUnPcRBGLrQ*V8A z4U_-F6bA7f#S3>^#WT$UdO^zJP$091MHU06JFfz&|K_&`eP!A)VTpZ%=T_dl?z7ka zipI$*N!()zM9gp_NzucvI?1k2Y z-wE&LHAMWH#c-cJko}C!oz(^Jq!KPYh;3*VVo1#Ccs7S=;qAhM!3?&{JB0Qg$GDGE_*3As^(TSx%;4$j K=d#Wzp$PzBRN;dF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1983e1be08432a53ffbd718084badd40b435eb1f GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DA?iY z;uumf=j~-%J_bPn)&~=F76w@@5!RS{NO7vx+_NILJMN~a*C|!57gVX?5zplVY5@Wz z2d|aelCMQ=WjQcgI(gS)p(FVYJrn(JGfz-?zL)X2%vY}o#mfW^)g1UH^nh*8_w~iz zc@2xVhAo|PYulu)=YF^O|F{zWH?tv7x|?w^Gtj&o_B$yLOv_YC_HF?g@9FC2vd$@? F2>=PdOh*6! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/meta.json new file mode 100644 index 00000000000..d134d99e207 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/misc/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 + } + ] +} From a68c186aef1b3de1b6bbc0e699c02b3453f57fae Mon Sep 17 00:00:00 2001 From: JFerrix Date: Sat, 7 Mar 2026 18:27:10 +0100 Subject: [PATCH 4/7] Also forgot the other one --- .../Neck/misc/scapular.rsi/equipped-NECK.png | Bin 0 -> 334 bytes .../Clothing/Neck/misc/scapular.rsi/icon.png | Bin 0 -> 878 bytes .../Clothing/Neck/misc/scapular.rsi/meta.json | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/icon.png create mode 100644 Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/meta.json diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..a7bd177ebe8a8b3c781aea5dac794aecc474c3bd GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(2 zr;B4q#hkaZ47r#L1zh((U}ZV~kkzJX>-LS8Z%0(KXLI{2MnpueUBYpy$=Aqw!=LZF zVo&@#89hm4=F&5c4M@o0^n$~6#&gbXKf3?SJE&28&yY9;NS<@Xf zA5}*3ua159Wbw;e%YfeyO&fUu!BC>s?%bU`Ioa zVBpTX-V4Mg+|&@9DY}ilMp{j7vR6mmDUQ1=#!_mFjGb6hOnh9@3wTb+u$;g|bNJtL W1a3)Y*|Q25Kn$L)elF{r5}E)Tx__tu literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4072ee583bb55947fb77f9266fc9b2b866b51401 GIT binary patch literal 878 zcmV-!1CjiRP)Y;MELeXf1(nPhb3SnX$ z$Al5m6Or^~aYa5ml@;oagaQlEiB%lTnM5=>fJBuDpe7-v(1}$H#`SdoBzovVm_!eV z(~0#k;kz>+U=S04E5ySAi1Q-GJhvC4y01Z!mrW)i?Su)x$rF=Jod_>nch=9Q?S@}_ zJ#Rs$BhW42=yV(W@ETVBMjKk)E~B(gx4{qZ|N0tUK6%i6$)IoQGlx^D%2Bn`w9gc# zwz>iUf?o00%WLHC0)w@iXLNu!M@FyG*nXR)Z``3zg*7^wsM5sbMSArkM&0G>t_%G2 zQ}ZHqEPYh-j1C|efP-Ct2qxF_JO$uo5fK$oY(zLPB`XIxMmS=JMr4IL2=WHB ziXi|aJA!ujo&mL|0AdF~o_)I@pP4|dM9ous&i~o|Kn`FLYVF6_u4PI{aN%? z%+uIJ69_*;pdJt$$N^UP=uM8o{by-?Pf^Z6#IX3SXWr97G){T3enP9nmM3GufFrc_VO0)x5jcF42WsnTFHP0dlPCc?|-10h@5`^2-}zjCx07dVfxZ|t+Ra1!0bu5N?kc_BCjbBd07*qoM6N<$ Ef^oH!umAu6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/meta.json new file mode 100644 index 00000000000..d134d99e207 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/misc/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 + } + ] +} From 5180c840c011c05a6b513c249f99817aa9d58cd9 Mon Sep 17 00:00:00 2001 From: JFerrix Date: Sun, 8 Mar 2026 13:13:06 +0100 Subject: [PATCH 5/7] forgot another one --- .../Crucifixes/tallit.rsi/equipped-NECK.png | Bin 0 -> 533 bytes .../Neck/Crucifixes/tallit.rsi/icon.png | Bin 0 -> 214 bytes .../Neck/Crucifixes/tallit.rsi/meta.json | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/icon.png create mode 100644 Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/meta.json diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..51c023087364d03e9695f337fd6d9a5b646e7092 GIT binary patch literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vo6 zPZ!6KiaBp*S@*RV2)I-);qBnCR8Uk`cp}mwGhsqUPpRTpj*Z-(_@!6>R!#fib5`VO z*@J(I4_7d%$e1>?EM}WfaD_prZ!_a(n|$BPH96;xt8LpinNeWn>tFphuKv8S;hX_a z^z~AcKIM-uR_Et3bl;zNh$UfP{dKFpeHpwP_6iy%FFzZ-ZJ(I13O8r-u}wN9a`NjL z^BevzS;_q6{)?`yj2dP!%n!Z=et385wx$~6wxd_Ka)<{rFA)4}ckC8}@ayxt)=Brh zU*-@R+ON}ip}$i8u?g$4%v;BIvrK85%$R$-uD_r2#qWRBJtk9HiUnPcRBGLrQ*V8A z4U_-F6bA7f#S3>^#WT$UdO^zJP$091MHU06JFfz&|K_&`eP!A)VTpZ%=T_dl?z7ka zipI$*N!()zM9gp_NzucvI?1k2Y z-wE&LHAMWH#c-cJko}C!oz(^Jq!KPYh;3*VVo1#Ccs7S=;qAhM!3?&{JB0Qg$GDGE_*3As^(TSx%;4$j K=d#Wzp$PzBRN;dF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1983e1be08432a53ffbd718084badd40b435eb1f GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DA?iY z;uumf=j~-%J_bPn)&~=F76w@@5!RS{NO7vx+_NILJMN~a*C|!57gVX?5zplVY5@Wz z2d|aelCMQ=WjQcgI(gS)p(FVYJrn(JGfz-?zL)X2%vY}o#mfW^)g1UH^nh*8_w~iz zc@2xVhAo|PYulu)=YF^O|F{zWH?tv7x|?w^Gtj&o_B$yLOv_YC_HF?g@9FC2vd$@? F2>=PdOh*6! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/meta.json new file mode 100644 index 00000000000..d134d99e207 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/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 + } + ] +} From 58a0baa5635220ba595ee0c584b2564d17d1dc1f Mon Sep 17 00:00:00 2001 From: JFerrix Date: Sun, 8 Mar 2026 13:36:42 +0100 Subject: [PATCH 6/7] odd shit --- .../Crucifixes/tallit.rsi/equipped-NECK.png | Bin 533 -> 0 bytes .../Neck/Crucifixes/tallit.rsi/icon.png | Bin 214 -> 0 bytes .../Neck/Crucifixes/tallit.rsi/meta.json | 18 ------------------ 3 files changed, 18 deletions(-) delete mode 100644 Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/equipped-NECK.png delete mode 100644 Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/icon.png delete mode 100644 Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/meta.json diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/equipped-NECK.png deleted file mode 100644 index 51c023087364d03e9695f337fd6d9a5b646e7092..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vo6 zPZ!6KiaBp*S@*RV2)I-);qBnCR8Uk`cp}mwGhsqUPpRTpj*Z-(_@!6>R!#fib5`VO z*@J(I4_7d%$e1>?EM}WfaD_prZ!_a(n|$BPH96;xt8LpinNeWn>tFphuKv8S;hX_a z^z~AcKIM-uR_Et3bl;zNh$UfP{dKFpeHpwP_6iy%FFzZ-ZJ(I13O8r-u}wN9a`NjL z^BevzS;_q6{)?`yj2dP!%n!Z=et385wx$~6wxd_Ka)<{rFA)4}ckC8}@ayxt)=Brh zU*-@R+ON}ip}$i8u?g$4%v;BIvrK85%$R$-uD_r2#qWRBJtk9HiUnPcRBGLrQ*V8A z4U_-F6bA7f#S3>^#WT$UdO^zJP$091MHU06JFfz&|K_&`eP!A)VTpZ%=T_dl?z7ka zipI$*N!()zM9gp_NzucvI?1k2Y z-wE&LHAMWH#c-cJko}C!oz(^Jq!KPYh;3*VVo1#Ccs7S=;qAhM!3?&{JB0Qg$GDGE_*3As^(TSx%;4$j K=d#Wzp$PzBRN;dF diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/icon.png deleted file mode 100644 index 1983e1be08432a53ffbd718084badd40b435eb1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DA?iY z;uumf=j~-%J_bPn)&~=F76w@@5!RS{NO7vx+_NILJMN~a*C|!57gVX?5zplVY5@Wz z2d|aelCMQ=WjQcgI(gS)p(FVYJrn(JGfz-?zL)X2%vY}o#mfW^)g1UH^nh*8_w~iz zc@2xVhAo|PYulu)=YF^O|F{zWH?tv7x|?w^Gtj&o_B$yLOv_YC_HF?g@9FC2vd$@? F2>=PdOh*6! diff --git a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/meta.json deleted file mode 100644 index d134d99e207..00000000000 --- a/Resources/Textures/_Floof/Clothing/Neck/Crucifixes/tallit.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 - } - ] -} From e129f7668bec9baa4af65e1a5d98b391d1abf704 Mon Sep 17 00:00:00 2001 From: JFerrix Date: Sat, 21 Mar 2026 12:30:21 +0100 Subject: [PATCH 7/7] Attempt to get linux linter off my back Fuck linux linter --- .../_DV/Entities/Clothing/Neck/religious.yml | 8 ++++---- .../Neck/{misc => }/scapular.rsi/equipped-NECK.png | Bin .../Clothing/Neck/{misc => }/scapular.rsi/icon.png | Bin .../Clothing/Neck/{misc => }/scapular.rsi/meta.json | 0 .../Neck/{misc => }/tallit.rsi/equipped-NECK.png | Bin .../Clothing/Neck/{misc => }/tallit.rsi/icon.png | Bin .../Clothing/Neck/{misc => }/tallit.rsi/meta.json | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename Resources/Textures/_Floof/Clothing/Neck/{misc => }/scapular.rsi/equipped-NECK.png (100%) rename Resources/Textures/_Floof/Clothing/Neck/{misc => }/scapular.rsi/icon.png (100%) rename Resources/Textures/_Floof/Clothing/Neck/{misc => }/scapular.rsi/meta.json (100%) rename Resources/Textures/_Floof/Clothing/Neck/{misc => }/tallit.rsi/equipped-NECK.png (100%) rename Resources/Textures/_Floof/Clothing/Neck/{misc => }/tallit.rsi/icon.png (100%) rename Resources/Textures/_Floof/Clothing/Neck/{misc => }/tallit.rsi/meta.json (100%) diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml index 2f341f2adfa..76f59af295b 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/religious.yml @@ -71,9 +71,9 @@ 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/Misc/scapular.rsi + sprite: _Floof/Clothing/Neck/scapular.rsi - type: Clothing - sprite: _Floof/Clothing/Neck/Misc/scapular.rsi + sprite: _Floof/Clothing/Neck/scapular.rsi - type: entity parent: ClothingNeckBase @@ -82,6 +82,6 @@ description: A fringed garment worn as a prayer shawl by Jewish people. components: - type: Sprite - sprite: _Floof/Clothing/Neck/Misc/tallit.rsi + sprite: _Floof/Clothing/Neck/tallit.rsi - type: Clothing - sprite: _Floof/Clothing/Neck/Misc/tallit.rsi + sprite: _Floof/Clothing/Neck/tallit.rsi diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/equipped-NECK.png rename to Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/equipped-NECK.png diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/icon.png similarity index 100% rename from Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/icon.png rename to Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/icon.png diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/meta.json similarity index 100% rename from Resources/Textures/_Floof/Clothing/Neck/misc/scapular.rsi/meta.json rename to Resources/Textures/_Floof/Clothing/Neck/scapular.rsi/meta.json diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/equipped-NECK.png b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/equipped-NECK.png similarity index 100% rename from Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/equipped-NECK.png rename to Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/equipped-NECK.png diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/icon.png similarity index 100% rename from Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/icon.png rename to Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/icon.png diff --git a/Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/meta.json similarity index 100% rename from Resources/Textures/_Floof/Clothing/Neck/misc/tallit.rsi/meta.json rename to Resources/Textures/_Floof/Clothing/Neck/tallit.rsi/meta.json