diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index 79c898aa08d..eaa4ffaa5a5 100644 --- a/Content.Client/Clothing/ClientClothingSystem.cs +++ b/Content.Client/Clothing/ClientClothingSystem.cs @@ -46,6 +46,13 @@ public sealed partial class ClientClothingSystem : ClothingSystem {"pocket1", "POCKET1"}, {"pocket2", "POCKET2"}, {"suitstorage", "SUITSTORAGE"}, + // Orion-Start + {"earsright", "EARSRIGHT"}, + {"underwear", "UNDERWEAR"}, + {"undershirt", "UNDERSHIRT"}, + {"socks", "SOCKS"}, + {"wrists", "WRISTS"}, + // Orion-End }; [Dependency] private IResourceCache _cache = default!; diff --git a/Content.Client/Lobby/LobbyUIController.cs b/Content.Client/Lobby/LobbyUIController.cs index 6040a973b58..6cda764f5d7 100644 --- a/Content.Client/Lobby/LobbyUIController.cs +++ b/Content.Client/Lobby/LobbyUIController.cs @@ -57,6 +57,8 @@ public sealed partial class LobbyUIController : UIController, IOnStateEntered /// character editor window, see OpenCharacterSetupWindow() diff --git a/Content.Shared/Chat/ChatChannel.cs b/Content.Shared/Chat/ChatChannel.cs index 9e6f0b0a46b..bfd7f11b82a 100644 --- a/Content.Shared/Chat/ChatChannel.cs +++ b/Content.Shared/Chat/ChatChannel.cs @@ -83,6 +83,7 @@ public enum ChatChannel : ushort /// /// Unspecified. /// + /// Unspecified = 1 << 15, /// diff --git a/Content.Shared/Humanoid/HumanoidVisualLayers.cs b/Content.Shared/Humanoid/HumanoidVisualLayers.cs index 12842b36005..2141e4c81ad 100644 --- a/Content.Shared/Humanoid/HumanoidVisualLayers.cs +++ b/Content.Shared/Humanoid/HumanoidVisualLayers.cs @@ -37,6 +37,6 @@ public enum HumanoidVisualLayers : byte BodyCover, // Far Horizons BodyCoverCover, // Far Horizons Other, - Wings // Arcane + Wings, // Arcane } } diff --git a/Content.Shared/Inventory/SlotFlags.cs b/Content.Shared/Inventory/SlotFlags.cs index d756b778cdc..780afb45f14 100644 --- a/Content.Shared/Inventory/SlotFlags.cs +++ b/Content.Shared/Inventory/SlotFlags.cs @@ -28,6 +28,11 @@ public enum SlotFlags SUITSTORAGE = 1 << 15, MISC = 1 << 16, // Starlight OUTERCLOTHING2 = 1 << 17, // Starlight + // Orion-Start + UNDERWEAR = 1 << 18, + UNDERSHIRT = 1 << 19, + SOCKS = 1 << 20, + // Orion-End All = ~NONE, WITHOUT_POCKET = All & ~POCKET diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream1.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream1.ogg new file mode 100644 index 00000000000..6364fe1d064 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream1.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream2.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream2.ogg new file mode 100644 index 00000000000..c2bb4994cc6 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream2.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream3.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream3.ogg new file mode 100644 index 00000000000..6e567589a70 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream3.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream4.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream4.ogg new file mode 100644 index 00000000000..60c872c94d1 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream4.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_1.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_1.ogg new file mode 100644 index 00000000000..49f88e2bfef Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_1.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_2.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_2.ogg new file mode 100644 index 00000000000..402f98a7dec Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_2.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_3.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_3.ogg new file mode 100644 index 00000000000..901aee104cf Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_3.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_deathgasp_1.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_deathgasp_1.ogg new file mode 100644 index 00000000000..3762b1e6836 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_deathgasp_1.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_deathgasp_2.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_deathgasp_2.ogg new file mode 100644 index 00000000000..9cb00d374d3 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_deathgasp_2.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_1.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_1.ogg new file mode 100644 index 00000000000..ab00ebaa5db Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_1.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_2.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_2.ogg new file mode 100644 index 00000000000..f14739932f5 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_2.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_3.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_3.ogg new file mode 100644 index 00000000000..3b526bd10f7 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_3.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_1.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_1.ogg new file mode 100644 index 00000000000..6309f7740f1 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_1.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_2.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_2.ogg new file mode 100644 index 00000000000..d599acb2407 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_2.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_3.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_3.ogg new file mode 100644 index 00000000000..ce607360a24 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_3.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_4.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_4.ogg new file mode 100644 index 00000000000..1a234bcf458 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_4.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_5.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_5.ogg new file mode 100644 index 00000000000..c231d48e9d6 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_5.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_6.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_6.ogg new file mode 100644 index 00000000000..cd36a502bf5 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_6.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_7.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_7.ogg new file mode 100644 index 00000000000..1acc91ec286 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_7.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_8.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_8.ogg new file mode 100644 index 00000000000..ae8bc53f7b8 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_8.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_1.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_1.ogg new file mode 100644 index 00000000000..f0bec36d732 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_1.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_2.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_2.ogg new file mode 100644 index 00000000000..76e2ae83384 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_2.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_3.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_3.ogg new file mode 100644 index 00000000000..71d52ba9194 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_3.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_4.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_4.ogg new file mode 100644 index 00000000000..1fba5b82dd3 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_4.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_5.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_5.ogg new file mode 100644 index 00000000000..b7346377d88 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_5.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_1.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_1.ogg new file mode 100644 index 00000000000..82ca0987dde Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_1.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_2.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_2.ogg new file mode 100644 index 00000000000..53f34aac6a8 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_2.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_3.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_3.ogg new file mode 100644 index 00000000000..a94be547b06 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_3.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_4.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_4.ogg new file mode 100644 index 00000000000..5411c991a80 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_4.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_1.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_1.ogg new file mode 100644 index 00000000000..3cc2f454c9b Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_1.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_2.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_2.ogg new file mode 100644 index 00000000000..89e2f9e009e Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_2.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_3.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_3.ogg new file mode 100644 index 00000000000..7c73907631b Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_3.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_4.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_4.ogg new file mode 100644 index 00000000000..8b5283a2aeb Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_4.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_5.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_5.ogg new file mode 100644 index 00000000000..f356c4ac139 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_5.ogg differ diff --git a/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_6.ogg b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_6.ogg new file mode 100644 index 00000000000..b8543b71856 Binary files /dev/null and b/Resources/Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_6.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/attributions.yml b/Resources/Audio/_Shitmed/Medical/Surgery/attributions.yml new file mode 100644 index 00000000000..a29392f35af --- /dev/null +++ b/Resources/Audio/_Shitmed/Medical/Surgery/attributions.yml @@ -0,0 +1,65 @@ +# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com> +# SPDX-FileCopyrightText: 2025 Piras314 +# SPDX-FileCopyrightText: 2025 gluesniffler <159397573+gluesniffler@users.noreply.github.com> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +- files: ["cautery1.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/cautery1.ogg" + +- files: ["cautery2.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/cautery2.ogg" + +- files: ["hemostat.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/hemostat.ogg" + +- files: ["organ1.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/organ1.ogg" + +- files: ["organ2.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/organ2.ogg" + +- files: ["retractor1.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/retractor1.ogg" + +- files: ["retractor2.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/retractor2.ogg" + +- files: ["saw.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/saw.ogg" + +- files: ["scalpel1.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/scalpel1.ogg" + +- files: ["scalpel2.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Taken from cmss13" + source: "https://github.com/cmss13-devs/cmss13/blob/fae73dfa5aedb0a253de04b60085ed8a178d3bf7/sound/surgery/scalpel2.ogg" + +- files: ["bone_setter.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Darkrell" + source: "https://github.com/ss14Starlight/space-station-14" + +- files: ["bone_saw.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Darkrell" + source: "https://github.com/ss14Starlight/space-station-14" diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/bone_saw.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/bone_saw.ogg new file mode 100644 index 00000000000..8a9af325abd Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/bone_saw.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/bone_setter.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/bone_setter.ogg new file mode 100644 index 00000000000..23c03deeac1 Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/bone_setter.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/cautery1.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/cautery1.ogg new file mode 100644 index 00000000000..fbd9f2b4d86 Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/cautery1.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/cautery2.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/cautery2.ogg new file mode 100644 index 00000000000..cc91e9f3ce6 Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/cautery2.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/hemostat1.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/hemostat1.ogg new file mode 100644 index 00000000000..e624bafafbf Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/hemostat1.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/organ1.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/organ1.ogg new file mode 100644 index 00000000000..37eaffc1a34 Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/organ1.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/organ2.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/organ2.ogg new file mode 100644 index 00000000000..43b22f8354c Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/organ2.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/retractor1.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/retractor1.ogg new file mode 100644 index 00000000000..70625c961cf Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/retractor1.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/retractor2.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/retractor2.ogg new file mode 100644 index 00000000000..94548ec2504 Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/retractor2.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/saw.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/saw.ogg new file mode 100644 index 00000000000..62623f6aa3a Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/saw.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/scalpel1.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/scalpel1.ogg new file mode 100644 index 00000000000..f292d1024da Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/scalpel1.ogg differ diff --git a/Resources/Audio/_Shitmed/Medical/Surgery/scalpel2.ogg b/Resources/Audio/_Shitmed/Medical/Surgery/scalpel2.ogg new file mode 100644 index 00000000000..7335f3d9cef Binary files /dev/null and b/Resources/Audio/_Shitmed/Medical/Surgery/scalpel2.ogg differ diff --git a/Resources/Audio/_Shitmed/Misc/abducted.ogg b/Resources/Audio/_Shitmed/Misc/abducted.ogg new file mode 100644 index 00000000000..1fe7ead0895 Binary files /dev/null and b/Resources/Audio/_Shitmed/Misc/abducted.ogg differ diff --git a/Resources/Audio/_Shitmed/Misc/abductor.ogg b/Resources/Audio/_Shitmed/Misc/abductor.ogg new file mode 100644 index 00000000000..93f0a0e1cc2 Binary files /dev/null and b/Resources/Audio/_Shitmed/Misc/abductor.ogg differ diff --git a/Resources/Audio/_Shitmed/Misc/alien_teleport.ogg b/Resources/Audio/_Shitmed/Misc/alien_teleport.ogg new file mode 100644 index 00000000000..f2a44984936 Binary files /dev/null and b/Resources/Audio/_Shitmed/Misc/alien_teleport.ogg differ diff --git a/Resources/Audio/_Shitmed/Misc/attributions.yml b/Resources/Audio/_Shitmed/Misc/attributions.yml new file mode 100644 index 00000000000..10fb60a10c7 --- /dev/null +++ b/Resources/Audio/_Shitmed/Misc/attributions.yml @@ -0,0 +1,15 @@ +# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com> +# SPDX-FileCopyrightText: 2025 Piras314 +# SPDX-FileCopyrightText: 2025 gluesniffler <159397573+gluesniffler@users.noreply.github.com> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +- files: ["abductor","alien_teleport"] + license: "CC-BY-4.0" + copyright: 'Darkrell' + source: "https://github.com/ss14Starlight/space-station-14" + +- files: ["abducted"] + license: "CC-BY-SA-3.0" + copyright: 'Paradise Station' + source: "https://github.com/ParadiseSS13/Paradise" diff --git a/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone1.ogg b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone1.ogg new file mode 100644 index 00000000000..0651cdd67d7 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone2.ogg b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone2.ogg new file mode 100644 index 00000000000..2eb3fb8cd9e Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone3.ogg b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone3.ogg new file mode 100644 index 00000000000..2bbe6577b3b Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone4.ogg b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone4.ogg new file mode 100644 index 00000000000..01f7f1cbdcd Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone4.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone5.ogg b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone5.ogg new file mode 100644 index 00000000000..2bdcd3a03c6 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Bone/BoneGone5.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony1.ogg new file mode 100644 index 00000000000..d5253393245 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony2.ogg new file mode 100644 index 00000000000..df0b24f013c Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony3.ogg new file mode 100644 index 00000000000..cabf1b4f577 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemaleAgony3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort1.ogg new file mode 100644 index 00000000000..ee4c27a4961 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort2.ogg new file mode 100644 index 00000000000..3ec4ef972f6 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort3.ogg new file mode 100644 index 00000000000..b30bdd59b4d Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort4.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort4.ogg new file mode 100644 index 00000000000..ce59ea38bdd Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort4.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort5.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort5.ogg new file mode 100644 index 00000000000..a8d9a94e19c Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/FemalePainShort5.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony1.ogg new file mode 100644 index 00000000000..8a5989017a9 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony2.ogg new file mode 100644 index 00000000000..c453e69e6c0 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony3.ogg new file mode 100644 index 00000000000..24f60f91ea8 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MaleAgony3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort1.ogg new file mode 100644 index 00000000000..dc301668e84 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort2.ogg new file mode 100644 index 00000000000..d155c705348 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort3.ogg new file mode 100644 index 00000000000..def7f556393 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort4.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort4.ogg new file mode 100644 index 00000000000..f2c05ce19fb Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort4.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort5.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort5.ogg new file mode 100644 index 00000000000..fa0e925c8e7 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort5.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort6.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort6.ogg new file mode 100644 index 00000000000..594c4e2046e Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort6.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort7.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort7.ogg new file mode 100644 index 00000000000..34b07145969 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/MalePainShort7.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedFemale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedFemale1.ogg new file mode 100644 index 00000000000..b7d0151d475 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedFemale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedFemale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedFemale2.ogg new file mode 100644 index 00000000000..90cc22b306d Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedFemale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedMale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedMale1.ogg new file mode 100644 index 00000000000..649819e1452 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedMale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedMale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedMale2.ogg new file mode 100644 index 00000000000..207f9e21feb Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamagePainedMale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale1.ogg new file mode 100644 index 00000000000..3be6e6dd32c Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale2.ogg new file mode 100644 index 00000000000..f6e459b0a6c Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale3.ogg new file mode 100644 index 00000000000..18ca943d73d Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersFemale3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale1.ogg new file mode 100644 index 00000000000..43ec5f5cf3a Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale2.ogg new file mode 100644 index 00000000000..d5d169bb9ff Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale3.ogg new file mode 100644 index 00000000000..812f46eab78 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/OrganDamageWhimpersMale3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles1.ogg new file mode 100644 index 00000000000..31106ca0b02 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles2.ogg new file mode 100644 index 00000000000..96fb6e853c6 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles3.ogg new file mode 100644 index 00000000000..9769d4752dc Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainRattles3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale1.ogg new file mode 100644 index 00000000000..3a34e6aa256 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale2.ogg new file mode 100644 index 00000000000..022cd389ab1 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale3.ogg new file mode 100644 index 00000000000..3cec8f7d792 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockFemale3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale1.ogg new file mode 100644 index 00000000000..25b5d0becd3 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale2.ogg new file mode 100644 index 00000000000..d5eefff5eaa Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale3.ogg new file mode 100644 index 00000000000..56be63014ab Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale4.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale4.ogg new file mode 100644 index 00000000000..c531153dbff Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/PainShockMale4.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale1.ogg new file mode 100644 index 00000000000..a0b6b7e7a61 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale2.ogg new file mode 100644 index 00000000000..250fc42ea7d Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale3.ogg new file mode 100644 index 00000000000..90bacbed686 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveFemale3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale1.ogg new file mode 100644 index 00000000000..f1b39760149 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale2.ogg new file mode 100644 index 00000000000..f14560c2a2a Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale3.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale3.ogg new file mode 100644 index 00000000000..fe64674dc1a Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale4.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale4.ogg new file mode 100644 index 00000000000..0cc92761286 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAliveMale4.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedFemale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedFemale1.ogg new file mode 100644 index 00000000000..62f301c3426 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedFemale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedMale1.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedMale1.ogg new file mode 100644 index 00000000000..c059268c615 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedMale1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedMale2.ogg b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedMale2.ogg new file mode 100644 index 00000000000..9e71c8d1807 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/BrutalDeathRattles/StillAlivePainedMale2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed1.ogg b/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed1.ogg new file mode 100644 index 00000000000..0ccbfe28894 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed2.ogg b/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed2.ogg new file mode 100644 index 00000000000..78c1e3e5bf6 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed3.ogg b/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed3.ogg new file mode 100644 index 00000000000..2cec0145c1b Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed4.ogg b/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed4.ogg new file mode 100644 index 00000000000..f3359c485e7 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Organs/OrganDestroyed4.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated1.ogg b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated1.ogg new file mode 100644 index 00000000000..4f11511db09 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated2.ogg b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated2.ogg new file mode 100644 index 00000000000..acb2a197e93 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated2.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated3.ogg b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated3.ogg new file mode 100644 index 00000000000..eb68666772d Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated3.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated4.ogg b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated4.ogg new file mode 100644 index 00000000000..bb27991833a Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableAmputated4.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableDestroyed1.ogg b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableDestroyed1.ogg new file mode 100644 index 00000000000..b7a504bc2d5 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableDestroyed1.ogg differ diff --git a/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableDestroyed2.ogg b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableDestroyed2.ogg new file mode 100644 index 00000000000..e3b43e518f5 Binary files /dev/null and b/Resources/Audio/_Shitmed/ReBELL/Woundables/WoundableDestroyed2.ogg differ diff --git a/Resources/Audio/_White/Voice/Talk/attributions.yml b/Resources/Audio/_White/Voice/Talk/attributions.yml new file mode 100644 index 00000000000..ef4e3de4899 --- /dev/null +++ b/Resources/Audio/_White/Voice/Talk/attributions.yml @@ -0,0 +1,5 @@ +- files: ["xenomorph.ogg", "xenomorph_ask.ogg", "xenomorph_exclaim.ogg"] + license: "CC-BY-4.0" + copyright: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + diff --git a/Resources/Audio/_White/Voice/Talk/xenomorph.ogg b/Resources/Audio/_White/Voice/Talk/xenomorph.ogg new file mode 100644 index 00000000000..b44d693a966 Binary files /dev/null and b/Resources/Audio/_White/Voice/Talk/xenomorph.ogg differ diff --git a/Resources/Audio/_White/Voice/Talk/xenomorph_ask.ogg b/Resources/Audio/_White/Voice/Talk/xenomorph_ask.ogg new file mode 100644 index 00000000000..1c7aa6c6d0e Binary files /dev/null and b/Resources/Audio/_White/Voice/Talk/xenomorph_ask.ogg differ diff --git a/Resources/Audio/_White/Voice/Talk/xenomorph_exclaim.ogg b/Resources/Audio/_White/Voice/Talk/xenomorph_exclaim.ogg new file mode 100644 index 00000000000..5c001ebc85d Binary files /dev/null and b/Resources/Audio/_White/Voice/Talk/xenomorph_exclaim.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/attributions.yml b/Resources/Audio/_White/Voice/Xenomorph/attributions.yml new file mode 100644 index 00000000000..5554355d6cb --- /dev/null +++ b/Resources/Audio/_White/Voice/Xenomorph/attributions.yml @@ -0,0 +1,44 @@ +- files: ["xenomorph.ogg"] + license: "CC-BY-4.0" + copyright: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + +- files: ["xenomorph_ask.ogg"] + license: "CC-BY-3.0" + copyright: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + +- files: ["xenomorph_exclaim.ogg"] + license: "CC-BY-3.0" + copyright: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + +- files: ["cough1.ogg"] + license: "CC-BY-3.0" + copyright: "Taken from BlueMoon station and converted to mono by @deltanedas (github)" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + +- files: ["scream1.ogg", "scream2.ogg", "scream3.ogg", "scream4.ogg", "scream5.ogg", "scream6.ogg", "scream7.ogg", "scream8.ogg", "9.ogg", "scream10.ogg"] + license: "CC-BY-3.0" + copyright: "Taken from BlueMoon station and converted to mono by @deltanedas (github)" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + +- files: ["hiss1.ogg", "hiss2.ogg", "hiss3.ogg", "hiss4.ogg", "hiss5.ogg"] + license: "CC-BY-3.0" + copyright: "Taken from BlueMoon station and converted to mono by @deltanedas (github)" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + +- files: ["laugh1.ogg", "laugh2.ogg", "laugh3.ogg"] + license: "CC-BY-3.0" + copyright: "Taken from BlueMoon station and converted to mono by @deltanedas (github)" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + +- files: ["snoring1.ogg", "snoring2.ogg", "snoring3.ogg", "snoring4.ogg", "snoring5.ogg"] + license: "CC-BY-3.0" + copyright: "Taken from BlueMoon station and converted to mono by @deltanedas (github)" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + +- files: ["xenomorphdisarm.ogg"] + license: "CC-BY-3.0" + copyright: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" + source: "https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/master/sound/alien" diff --git a/Resources/Audio/_White/Voice/Xenomorph/cough1.ogg b/Resources/Audio/_White/Voice/Xenomorph/cough1.ogg new file mode 100644 index 00000000000..3d0f6b0fcee Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/cough1.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/hiss1.ogg b/Resources/Audio/_White/Voice/Xenomorph/hiss1.ogg new file mode 100644 index 00000000000..65fd74bc6cf Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/hiss1.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/hiss2.ogg b/Resources/Audio/_White/Voice/Xenomorph/hiss2.ogg new file mode 100644 index 00000000000..19e56fab809 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/hiss2.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/hiss3.ogg b/Resources/Audio/_White/Voice/Xenomorph/hiss3.ogg new file mode 100644 index 00000000000..4126587ff97 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/hiss3.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/hiss4.ogg b/Resources/Audio/_White/Voice/Xenomorph/hiss4.ogg new file mode 100644 index 00000000000..0429dea4cc5 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/hiss4.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/hiss5.ogg b/Resources/Audio/_White/Voice/Xenomorph/hiss5.ogg new file mode 100644 index 00000000000..e053a7b52b3 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/hiss5.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/laugh1.ogg b/Resources/Audio/_White/Voice/Xenomorph/laugh1.ogg new file mode 100644 index 00000000000..a1fcc589f57 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/laugh1.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/laugh2.ogg b/Resources/Audio/_White/Voice/Xenomorph/laugh2.ogg new file mode 100644 index 00000000000..376de85c19e Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/laugh2.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/laugh3.ogg b/Resources/Audio/_White/Voice/Xenomorph/laugh3.ogg new file mode 100644 index 00000000000..3d06d9593b5 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/laugh3.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream1.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream1.ogg new file mode 100644 index 00000000000..ce6ee9eb308 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream1.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream10.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream10.ogg new file mode 100644 index 00000000000..7a273fadc2b Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream10.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream2.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream2.ogg new file mode 100644 index 00000000000..7142a141a87 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream2.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream3.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream3.ogg new file mode 100644 index 00000000000..3e72436aeff Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream3.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream4.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream4.ogg new file mode 100644 index 00000000000..797dd83a7b2 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream4.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream5.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream5.ogg new file mode 100644 index 00000000000..c0d417aa3fe Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream5.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream6.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream6.ogg new file mode 100644 index 00000000000..d26ecc5ed53 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream6.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream7.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream7.ogg new file mode 100644 index 00000000000..ea6ba77b4b7 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream7.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream8.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream8.ogg new file mode 100644 index 00000000000..fc2162115e1 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream8.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/scream9.ogg b/Resources/Audio/_White/Voice/Xenomorph/scream9.ogg new file mode 100644 index 00000000000..e755d2731b0 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/scream9.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/snoring1.ogg b/Resources/Audio/_White/Voice/Xenomorph/snoring1.ogg new file mode 100644 index 00000000000..e6c7108c7c4 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/snoring1.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/snoring2.ogg b/Resources/Audio/_White/Voice/Xenomorph/snoring2.ogg new file mode 100644 index 00000000000..0ba8be93e71 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/snoring2.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/snoring3.ogg b/Resources/Audio/_White/Voice/Xenomorph/snoring3.ogg new file mode 100644 index 00000000000..69dc7347d5b Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/snoring3.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/snoring4.ogg b/Resources/Audio/_White/Voice/Xenomorph/snoring4.ogg new file mode 100644 index 00000000000..aa07cc256c4 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/snoring4.ogg differ diff --git a/Resources/Audio/_White/Voice/Xenomorph/snoring5.ogg b/Resources/Audio/_White/Voice/Xenomorph/snoring5.ogg new file mode 100644 index 00000000000..3f21bae9a30 Binary files /dev/null and b/Resources/Audio/_White/Voice/Xenomorph/snoring5.ogg differ diff --git a/Resources/Locale/en-US/_Arcane/body/organs/humanoid_xeno.ftl b/Resources/Locale/en-US/_Arcane/body/organs/humanoid_xeno.ftl new file mode 100644 index 00000000000..a3a7fceac82 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/body/organs/humanoid_xeno.ftl @@ -0,0 +1,18 @@ +ent-BaseHumanoidXenoOrganUnGibbable = { ent-BaseItem } + .desc = { ent-BaseItem.desc } +ent-BaseHumanoidXenoOrgan = { ent-BaseHumanoidXenoOrganUnGibbable } + .desc = { ent-BaseHumanoidXenoOrganUnGibbable.desc } +ent-OrganHumanoidXenoBrain = brain + .desc = The nexus of the alien mind. Thoughts you don't want to know. +ent-OrganHumanoidXenoLungs = lungs + .desc = They filter oxygen from the atmosphere and channel it into the bloodstream, where it is used as an electron carrier. +ent-OrganHumanoidXenoHeart = xenomorph heart + .desc = A powerful organ that pumps acidic blood through tough tissues and provides incredible stamina and strength to every xenomorph. +ent-OrganHumanoidXenoStomach = stomach + .desc = A voracious pit. +ent-OrganHumanoidXenoLiver = liver + .desc = A powerful detoxifier that neutralizes dangerous substances with ease. +ent-OrganHumanoidXenoKidneys = kidneys + .desc = Paired filters, ruthlessly taking out anything superfluous. +ent-OrganHumanoidXenoEyes = eyes + .desc = Eyes. They see. diff --git a/Resources/Locale/en-US/_Arcane/body/parts/humanoid_xeno.ftl b/Resources/Locale/en-US/_Arcane/body/parts/humanoid_xeno.ftl new file mode 100644 index 00000000000..a0dcc783c9d --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/body/parts/humanoid_xeno.ftl @@ -0,0 +1,22 @@ +ent-PartHumanoidXeno = xenomorph body part + .desc = { ent-BaseItem.desc } +ent-TorsoHumanoidXeno = xenomorph torso + .desc = { ent-PartHumanoidXeno.desc } +ent-HeadHumanoidXeno = xenomorph head + .desc = { ent-PartHumanoidXeno.desc } +ent-LeftArmHumanoidXeno = left xenomorph arm + .desc = { ent-PartHumanoidXeno.desc } +ent-RightArmHumanoidXeno = right xenomorph arm + .desc = { ent-PartHumanoidXeno.desc } +ent-LeftHandHumanoidXeno = left xenomorph hand + .desc = { ent-PartHumanoidXeno.desc } +ent-RightHandHumanoidXeno = right xenomorph hand + .desc = { ent-PartHumanoidXeno.desc } +ent-LeftLegHumanoidXeno = left xenomorph leg + .desc = { ent-PartHumanoidXeno.desc } +ent-RightLegHumanoidXeno = right xenomorph leg + .desc = { ent-PartHumanoidXeno.desc } +ent-LeftFootHumanoidXeno = left xenomorph foot + .desc = { ent-PartHumanoidXeno.desc } +ent-RightFootHumanoidXeno = right xenomorph foot + .desc = { ent-PartHumanoidXeno.desc } diff --git a/Resources/Locale/en-US/_Arcane/collective-mind/collective-mind.ftl b/Resources/Locale/en-US/_Arcane/collective-mind/collective-mind.ftl new file mode 100644 index 00000000000..6b5ebd06d11 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/collective-mind/collective-mind.ftl @@ -0,0 +1 @@ +collective-mind-humanoid-xeno = Hivemind diff --git a/Resources/Locale/en-US/_Arcane/datasets/names.ftl b/Resources/Locale/en-US/_Arcane/datasets/names.ftl new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Resources/Locale/en-US/_Arcane/datasets/names/xeno_first.ftl b/Resources/Locale/en-US/_Arcane/datasets/names/xeno_first.ftl new file mode 100644 index 00000000000..290ffc00563 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/datasets/names/xeno_first.ftl @@ -0,0 +1,438 @@ +names-xenomorph-first-dataset-1 = NX +names-xenomorph-first-dataset-2 = AX +names-xenomorph-first-dataset-3 = VX +names-xenomorph-first-dataset-4 = RX +names-xenomorph-first-dataset-5 = TX +names-xenomorph-first-dataset-6 = ZX +names-xenomorph-first-dataset-7 = QX +names-xenomorph-first-dataset-8 = LX +names-xenomorph-first-dataset-9 = MX +names-xenomorph-first-dataset-10 = PX + +names-xenomorph-first-dataset-11 = KX +names-xenomorph-first-dataset-12 = SX +names-xenomorph-first-dataset-13 = CX +names-xenomorph-first-dataset-14 = DX +names-xenomorph-first-dataset-15 = FX +names-xenomorph-first-dataset-16 = GX +names-xenomorph-first-dataset-17 = HX +names-xenomorph-first-dataset-18 = JX +names-xenomorph-first-dataset-19 = YX +names-xenomorph-first-dataset-20 = WX + +names-xenomorph-first-dataset-21 = NQ +names-xenomorph-first-dataset-22 = AQ +names-xenomorph-first-dataset-23 = VQ +names-xenomorph-first-dataset-24 = RQ +names-xenomorph-first-dataset-25 = TQ +names-xenomorph-first-dataset-26 = ZQ +names-xenomorph-first-dataset-27 = KQ +names-xenomorph-first-dataset-28 = LQ +names-xenomorph-first-dataset-29 = MQ +names-xenomorph-first-dataset-30 = PQ + +names-xenomorph-first-dataset-31 = NK +names-xenomorph-first-dataset-32 = AK +names-xenomorph-first-dataset-33 = VK +names-xenomorph-first-dataset-34 = RK +names-xenomorph-first-dataset-35 = TK +names-xenomorph-first-dataset-36 = ZK +names-xenomorph-first-dataset-37 = QK +names-xenomorph-first-dataset-38 = LK +names-xenomorph-first-dataset-39 = MK +names-xenomorph-first-dataset-40 = PK + +names-xenomorph-first-dataset-41 = NXR +names-xenomorph-first-dataset-42 = AXR +names-xenomorph-first-dataset-43 = VXR +names-xenomorph-first-dataset-44 = RXR +names-xenomorph-first-dataset-45 = TXR +names-xenomorph-first-dataset-46 = ZXR +names-xenomorph-first-dataset-47 = QXR +names-xenomorph-first-dataset-48 = LXR +names-xenomorph-first-dataset-49 = MXR +names-xenomorph-first-dataset-50 = PXR + +names-xenomorph-first-dataset-51 = NXS +names-xenomorph-first-dataset-52 = AXS +names-xenomorph-first-dataset-53 = VXS +names-xenomorph-first-dataset-54 = RXS +names-xenomorph-first-dataset-55 = TXS +names-xenomorph-first-dataset-56 = ZXS +names-xenomorph-first-dataset-57 = QXS +names-xenomorph-first-dataset-58 = LXS +names-xenomorph-first-dataset-59 = MXS +names-xenomorph-first-dataset-60 = PXS + +names-xenomorph-first-dataset-61 = NXT +names-xenomorph-first-dataset-62 = AXT +names-xenomorph-first-dataset-63 = VXT +names-xenomorph-first-dataset-64 = RXT +names-xenomorph-first-dataset-65 = TXT +names-xenomorph-first-dataset-66 = ZXT +names-xenomorph-first-dataset-67 = QXT +names-xenomorph-first-dataset-68 = LXT +names-xenomorph-first-dataset-69 = MXT +names-xenomorph-first-dataset-70 = PXT + +names-xenomorph-first-dataset-71 = NXV +names-xenomorph-first-dataset-72 = AXV +names-xenomorph-first-dataset-73 = VXV +names-xenomorph-first-dataset-74 = RXV +names-xenomorph-first-dataset-75 = TXV +names-xenomorph-first-dataset-76 = ZXV +names-xenomorph-first-dataset-77 = QXV +names-xenomorph-first-dataset-78 = LXV +names-xenomorph-first-dataset-79 = MXV +names-xenomorph-first-dataset-80 = PXV + +names-xenomorph-first-dataset-81 = NXA +names-xenomorph-first-dataset-82 = AXA +names-xenomorph-first-dataset-83 = VXA +names-xenomorph-first-dataset-84 = RXA +names-xenomorph-first-dataset-85 = TXA +names-xenomorph-first-dataset-86 = ZXA +names-xenomorph-first-dataset-87 = QXA +names-xenomorph-first-dataset-88 = LXA +names-xenomorph-first-dataset-89 = MXA +names-xenomorph-first-dataset-90 = PXA + +names-xenomorph-first-dataset-91 = NXE +names-xenomorph-first-dataset-92 = AXE +names-xenomorph-first-dataset-93 = VXE +names-xenomorph-first-dataset-94 = RXE +names-xenomorph-first-dataset-95 = TXE +names-xenomorph-first-dataset-96 = ZXE +names-xenomorph-first-dataset-97 = QXE +names-xenomorph-first-dataset-98 = LXE +names-xenomorph-first-dataset-99 = MXE +names-xenomorph-first-dataset-100 = PXE + +names-xenomorph-first-dataset-101 = NXM +names-xenomorph-first-dataset-102 = AXM +names-xenomorph-first-dataset-103 = VXM +names-xenomorph-first-dataset-104 = RXM +names-xenomorph-first-dataset-105 = TXM +names-xenomorph-first-dataset-106 = ZXM +names-xenomorph-first-dataset-107 = QXM +names-xenomorph-first-dataset-108 = LXM +names-xenomorph-first-dataset-109 = MXM +names-xenomorph-first-dataset-110 = PXM + +names-xenomorph-first-dataset-111 = NXL +names-xenomorph-first-dataset-112 = AXL +names-xenomorph-first-dataset-113 = VXL +names-xenomorph-first-dataset-114 = RXL +names-xenomorph-first-dataset-115 = TXL +names-xenomorph-first-dataset-116 = ZXL +names-xenomorph-first-dataset-117 = QXL +names-xenomorph-first-dataset-118 = LXL +names-xenomorph-first-dataset-119 = MXL +names-xenomorph-first-dataset-120 = PXL + +names-xenomorph-first-dataset-121 = NXC +names-xenomorph-first-dataset-122 = AXC +names-xenomorph-first-dataset-123 = VXC +names-xenomorph-first-dataset-124 = RXC +names-xenomorph-first-dataset-125 = TXC +names-xenomorph-first-dataset-126 = ZXC +names-xenomorph-first-dataset-127 = QXC +names-xenomorph-first-dataset-128 = LXC +names-xenomorph-first-dataset-129 = MXC +names-xenomorph-first-dataset-130 = PXC + +names-xenomorph-first-dataset-131 = NXD +names-xenomorph-first-dataset-132 = AXD +names-xenomorph-first-dataset-133 = VXD +names-xenomorph-first-dataset-134 = RXD +names-xenomorph-first-dataset-135 = TXD +names-xenomorph-first-dataset-136 = ZXD +names-xenomorph-first-dataset-137 = QXD +names-xenomorph-first-dataset-138 = LXD +names-xenomorph-first-dataset-139 = MXD +names-xenomorph-first-dataset-140 = PXD + +names-xenomorph-first-dataset-141 = NXF +names-xenomorph-first-dataset-142 = AXF +names-xenomorph-first-dataset-143 = VXF +names-xenomorph-first-dataset-144 = RXF +names-xenomorph-first-dataset-145 = TXF +names-xenomorph-first-dataset-146 = ZXF +names-xenomorph-first-dataset-147 = QXF +names-xenomorph-first-dataset-148 = LXF +names-xenomorph-first-dataset-149 = MXF +names-xenomorph-first-dataset-150 = PXF + +names-xenomorph-first-dataset-151 = NXK +names-xenomorph-first-dataset-152 = AXK +names-xenomorph-first-dataset-153 = VXK +names-xenomorph-first-dataset-154 = RXK +names-xenomorph-first-dataset-155 = TXK +names-xenomorph-first-dataset-156 = ZXK +names-xenomorph-first-dataset-157 = QXK +names-xenomorph-first-dataset-158 = LXK +names-xenomorph-first-dataset-159 = MXK +names-xenomorph-first-dataset-160 = PXK + +names-xenomorph-first-dataset-161 = NXZ +names-xenomorph-first-dataset-162 = AXZ +names-xenomorph-first-dataset-163 = VXZ +names-xenomorph-first-dataset-164 = RXZ +names-xenomorph-first-dataset-165 = TXZ +names-xenomorph-first-dataset-166 = ZXZ +names-xenomorph-first-dataset-167 = QXZ +names-xenomorph-first-dataset-168 = LXZ +names-xenomorph-first-dataset-169 = MXZ +names-xenomorph-first-dataset-170 = PXZ + +names-xenomorph-first-dataset-171 = NXY +names-xenomorph-first-dataset-172 = AXY +names-xenomorph-first-dataset-173 = VXY +names-xenomorph-first-dataset-174 = RXY +names-xenomorph-first-dataset-175 = TXY +names-xenomorph-first-dataset-176 = ZXY +names-xenomorph-first-dataset-177 = QXY +names-xenomorph-first-dataset-178 = LXY +names-xenomorph-first-dataset-179 = MXY +names-xenomorph-first-dataset-180 = PXY + +names-xenomorph-first-dataset-181 = NXH +names-xenomorph-first-dataset-182 = AXH +names-xenomorph-first-dataset-183 = VXH +names-xenomorph-first-dataset-184 = RXH +names-xenomorph-first-dataset-185 = TXH +names-xenomorph-first-dataset-186 = ZXH +names-xenomorph-first-dataset-187 = QXH +names-xenomorph-first-dataset-188 = LXH +names-xenomorph-first-dataset-189 = MXH +names-xenomorph-first-dataset-190 = PXH + +names-xenomorph-first-dataset-191 = NXP +names-xenomorph-first-dataset-192 = AXP +names-xenomorph-first-dataset-193 = VXP +names-xenomorph-first-dataset-194 = RXP +names-xenomorph-first-dataset-195 = TXP +names-xenomorph-first-dataset-196 = ZXP +names-xenomorph-first-dataset-197 = QXP +names-xenomorph-first-dataset-198 = LXP +names-xenomorph-first-dataset-199 = MXP +names-xenomorph-first-dataset-200 = PXP +names-xenomorph-first-dataset-201 = J.P.T.R +names-xenomorph-first-dataset-202 = L.R.D +names-xenomorph-first-dataset-203 = V.D +names-xenomorph-first-dataset-204 = N.X.S +names-xenomorph-first-dataset-205 = A.T.L.S +names-xenomorph-first-dataset-206 = H.L.S +names-xenomorph-first-dataset-207 = M.G +names-xenomorph-first-dataset-208 = R.V.N +names-xenomorph-first-dataset-209 = S.G.M +names-xenomorph-first-dataset-210 = P.H.N.T.M + +names-xenomorph-first-dataset-211 = C.N.T.R +names-xenomorph-first-dataset-212 = M.R.S +names-xenomorph-first-dataset-213 = V.C.T.R +names-xenomorph-first-dataset-214 = T.T.N +names-xenomorph-first-dataset-215 = R.B.T +names-xenomorph-first-dataset-216 = C.H +names-xenomorph-first-dataset-217 = K.S.R +names-xenomorph-first-dataset-218 = D.L.T +names-xenomorph-first-dataset-219 = R.C.H.N +names-xenomorph-first-dataset-220 = N.V + +names-xenomorph-first-dataset-221 = N.F.R.N +names-xenomorph-first-dataset-222 = M.B.R +names-xenomorph-first-dataset-223 = S.N.T.N.L +names-xenomorph-first-dataset-224 = R.P.R +names-xenomorph-first-dataset-225 = B.S.T.N +names-xenomorph-first-dataset-226 = V.N.G.R.D +names-xenomorph-first-dataset-227 = C.O.R +names-xenomorph-first-dataset-228 = B.S.D.N +names-xenomorph-first-dataset-229 = S.P.C.T +names-xenomorph-first-dataset-230 = F.R.G + +names-xenomorph-first-dataset-231 = I.C.N +names-xenomorph-first-dataset-232 = H.R.B.N.G.R +names-xenomorph-first-dataset-233 = R.L.C +names-xenomorph-first-dataset-234 = S.T.T.C +names-xenomorph-first-dataset-235 = P.R.M +names-xenomorph-first-dataset-236 = N.B.L +names-xenomorph-first-dataset-237 = C.T.L.S.T +names-xenomorph-first-dataset-238 = L.G.N +names-xenomorph-first-dataset-239 = D.M.N.N +names-xenomorph-first-dataset-240 = E.N.G.M + +names-xenomorph-first-dataset-241 = S.P.C.T.R.M +names-xenomorph-first-dataset-242 = V.R.T.X +names-xenomorph-first-dataset-243 = M.N.S +names-xenomorph-first-dataset-244 = X.M +names-xenomorph-first-dataset-245 = R.D.N.T +names-xenomorph-first-dataset-246 = M.N.L.T.H +names-xenomorph-first-dataset-247 = T.M.P.S.T +names-xenomorph-first-dataset-248 = K.R.N.L +names-xenomorph-first-dataset-249 = B.L.C.K.T +names-xenomorph-first-dataset-250 = S.C.T.R + +names-xenomorph-first-dataset-251 = C.P.H.R +names-xenomorph-first-dataset-252 = M.P.C.T +names-xenomorph-first-dataset-253 = D.R.F.T +names-xenomorph-first-dataset-254 = A.E.G.S +names-xenomorph-first-dataset-255 = R.G.N.N.T +names-xenomorph-first-dataset-256 = S.H.D.W +names-xenomorph-first-dataset-257 = N.T.R.N +names-xenomorph-first-dataset-258 = F.L.X +names-xenomorph-first-dataset-259 = H.V.C +names-xenomorph-first-dataset-260 = O.P.T.M + +names-xenomorph-first-dataset-261 = P.R.L.L.X +names-xenomorph-first-dataset-262 = W.E.I.N +names-xenomorph-first-dataset-263 = M.C.H +names-xenomorph-first-dataset-264 = S.N.T.H +names-xenomorph-first-dataset-265 = C.M.P.L.X +names-xenomorph-first-dataset-266 = T.R.C +names-xenomorph-first-dataset-267 = R.C.N +names-xenomorph-first-dataset-268 = L.C.S +names-xenomorph-first-dataset-269 = D.A.T.A +names-xenomorph-first-dataset-270 = N.M.D + +names-xenomorph-first-dataset-271 = X.D.S +names-xenomorph-first-dataset-272 = B.T.R.T +names-xenomorph-first-dataset-273 = N.D.X +names-xenomorph-first-dataset-274 = C.R.P.T +names-xenomorph-first-dataset-275 = S.N.G.L.R +names-xenomorph-first-dataset-276 = V.R.N.T +names-xenomorph-first-dataset-277 = R.S.N.N.C +names-xenomorph-first-dataset-278 = T.H.R.S.H.L.D +names-xenomorph-first-dataset-279 = P.R.T.C.L +names-xenomorph-first-dataset-280 = R.S.N.L + +names-xenomorph-first-dataset-281 = F.R.M.T +names-xenomorph-first-dataset-282 = D.S.C.R.D +names-xenomorph-first-dataset-283 = L.M.N.L +names-xenomorph-first-dataset-284 = M.S.S.N +names-xenomorph-first-dataset-285 = S.T.R.T.M +names-xenomorph-first-dataset-286 = K.Y.S.T.N +names-xenomorph-first-dataset-287 = C.N.S.T.R.C.T +names-xenomorph-first-dataset-288 = N.T.R.F.C +names-xenomorph-first-dataset-289 = R.D.C.T +names-xenomorph-first-dataset-290 = N.C.L.S + +names-xenomorph-first-dataset-291 = V.R.T.S +names-xenomorph-first-dataset-292 = P.R.T.R +names-xenomorph-first-dataset-293 = S.B.J.C.T +names-xenomorph-first-dataset-294 = M.T.R.X +names-xenomorph-first-dataset-295 = D.R.C.T.V +names-xenomorph-first-dataset-296 = P.R.C.S.N +names-xenomorph-first-dataset-297 = C.R.R.L.T +names-xenomorph-first-dataset-298 = Q.N.X +names-xenomorph-first-dataset-299 = T.R.M.N.S +names-xenomorph-first-dataset-300 = T.R.D.R + +names-xenomorph-first-dataset-301 = S.N.W +names-xenomorph-first-dataset-302 = F.R.M +names-xenomorph-first-dataset-303 = R.N.G +names-xenomorph-first-dataset-304 = V.L.N.C +names-xenomorph-first-dataset-305 = H.R.D.P.N.T +names-xenomorph-first-dataset-306 = L.T.T.C +names-xenomorph-first-dataset-307 = N.T.W.R.K +names-xenomorph-first-dataset-308 = D.P.T.H +names-xenomorph-first-dataset-309 = M.P.L.S +names-xenomorph-first-dataset-310 = B.C.K.B.N + +names-xenomorph-first-dataset-311 = O.R.G.N +names-xenomorph-first-dataset-312 = S.Q.N.C +names-xenomorph-first-dataset-313 = R.C.R.S.N +names-xenomorph-first-dataset-314 = P.R.M.T.R +names-xenomorph-first-dataset-315 = C.P.C.T.R +names-xenomorph-first-dataset-316 = T.R.N.S.T +names-xenomorph-first-dataset-317 = L.M.N.T +names-xenomorph-first-dataset-318 = F.L.M.N.T +names-xenomorph-first-dataset-319 = N.R.L +names-xenomorph-first-dataset-320 = D.R.C.T.R + +names-xenomorph-first-dataset-321 = G.R.G.T +names-xenomorph-first-dataset-322 = S.T.B.L.T +names-xenomorph-first-dataset-323 = V.L.C.T +names-xenomorph-first-dataset-324 = N.R.T +names-xenomorph-first-dataset-325 = C.M.P.S.T +names-xenomorph-first-dataset-326 = R.C.T.R +names-xenomorph-first-dataset-327 = B.J.C.T +names-xenomorph-first-dataset-328 = L.Y.R +names-xenomorph-first-dataset-329 = P.T.R.N +names-xenomorph-first-dataset-330 = S.T.R.M + +names-xenomorph-first-dataset-331 = D.N.S.T +names-xenomorph-first-dataset-332 = M.D.L +names-xenomorph-first-dataset-333 = N.C.D +names-xenomorph-first-dataset-334 = F.R.Q.N.C +names-xenomorph-first-dataset-335 = R.S.R.C +names-xenomorph-first-dataset-336 = I.N.P.T +names-xenomorph-first-dataset-337 = O.U.T.P.T +names-xenomorph-first-dataset-338 = B.N.D.W.D.T.H +names-xenomorph-first-dataset-339 = S.N.C +names-xenomorph-first-dataset-340 = C.L.S.T.R + +names-xenomorph-first-dataset-341 = P.R.S.R +names-xenomorph-first-dataset-342 = D.C.D +names-xenomorph-first-dataset-343 = R.N.D.R +names-xenomorph-first-dataset-344 = R.C.H.T.C.T +names-xenomorph-first-dataset-345 = L.G.C +names-xenomorph-first-dataset-346 = X.C.T.R +names-xenomorph-first-dataset-347 = N.S.T.N.C +names-xenomorph-first-dataset-348 = S.C.L.R +names-xenomorph-first-dataset-349 = V.C.T.R.L +names-xenomorph-first-dataset-350 = M.T.D.T + +names-xenomorph-first-dataset-351 = C.N.T.X.T +names-xenomorph-first-dataset-352 = R.F.R.N.C +names-xenomorph-first-dataset-353 = S.T.T +names-xenomorph-first-dataset-354 = T.R.T +names-xenomorph-first-dataset-355 = D.M.N +names-xenomorph-first-dataset-356 = N.T.T +names-xenomorph-first-dataset-357 = F.C.T.R +names-xenomorph-first-dataset-358 = P.R.N.D +names-xenomorph-first-dataset-359 = L.M.T +names-xenomorph-first-dataset-360 = C.N.S.T.N.T + +names-xenomorph-first-dataset-361 = P.R.F.L +names-xenomorph-first-dataset-362 = S.G.N.L +names-xenomorph-first-dataset-363 = R.G.S.T.R +names-xenomorph-first-dataset-364 = B.F.R +names-xenomorph-first-dataset-365 = T.R.T.N +names-xenomorph-first-dataset-366 = D.C.S.N +names-xenomorph-first-dataset-367 = C.C.S +names-xenomorph-first-dataset-368 = L.O.A.D +names-xenomorph-first-dataset-369 = V.N.T +names-xenomorph-first-dataset-370 = T.R.G.R + +names-xenomorph-first-dataset-371 = S.C.H.M +names-xenomorph-first-dataset-372 = R.T +names-xenomorph-first-dataset-373 = C.H.N.N.L +names-xenomorph-first-dataset-374 = P.R.T +names-xenomorph-first-dataset-375 = N.S.T.R.C.T +names-xenomorph-first-dataset-376 = D.F.N +names-xenomorph-first-dataset-377 = X.P.R.S +names-xenomorph-first-dataset-378 = L.N.K +names-xenomorph-first-dataset-379 = B.R.D.G +names-xenomorph-first-dataset-380 = N.D + +names-xenomorph-first-dataset-381 = C.N.N.C.T +names-xenomorph-first-dataset-382 = P.V.T +names-xenomorph-first-dataset-383 = S.H.F.T +names-xenomorph-first-dataset-384 = R.S.T +names-xenomorph-first-dataset-385 = T.R.M.N.L +names-xenomorph-first-dataset-386 = F.F.S.T +names-xenomorph-first-dataset-387 = D.L.Y +names-xenomorph-first-dataset-388 = F.D.B.C.K +names-xenomorph-first-dataset-389 = N.T.G.R.T +names-xenomorph-first-dataset-390 = T.M.T.N + +names-xenomorph-first-dataset-391 = C.N.T.R.L +names-xenomorph-first-dataset-392 = S.P.R.V.S.R +names-xenomorph-first-dataset-393 = R.G.L.T.R +names-xenomorph-first-dataset-394 = P.R.C.S +names-xenomorph-first-dataset-395 = N.G.N +names-xenomorph-first-dataset-396 = L.D.R +names-xenomorph-first-dataset-397 = D.M.N +names-xenomorph-first-dataset-398 = N.T +names-xenomorph-first-dataset-399 = S.S.T.M +names-xenomorph-first-dataset-400 = C.M.M.N.D diff --git a/Resources/Locale/en-US/_Arcane/datasets/names/xeno_last.ftl b/Resources/Locale/en-US/_Arcane/datasets/names/xeno_last.ftl new file mode 100644 index 00000000000..0665e636872 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/datasets/names/xeno_last.ftl @@ -0,0 +1,500 @@ +names-xeno-last-dataset-1 = - 01 +names-xeno-last-dataset-2 = - 02 +names-xeno-last-dataset-3 = - 03 +names-xeno-last-dataset-4 = - 04 +names-xeno-last-dataset-5 = - 05 +names-xeno-last-dataset-6 = - 06 +names-xeno-last-dataset-7 = - 07 +names-xeno-last-dataset-8 = - 08 +names-xeno-last-dataset-9 = - 09 +names-xeno-last-dataset-10 = - 10 +names-xeno-last-dataset-11 = - 11 +names-xeno-last-dataset-12 = - 12 +names-xeno-last-dataset-13 = - 13 +names-xeno-last-dataset-14 = - 14 +names-xeno-last-dataset-15 = - 15 +names-xeno-last-dataset-16 = - 16 +names-xeno-last-dataset-17 = - 17 +names-xeno-last-dataset-18 = - 18 +names-xeno-last-dataset-19 = - 19 +names-xeno-last-dataset-20 = - 20 +names-xeno-last-dataset-21 = - 21 +names-xeno-last-dataset-22 = - 22 +names-xeno-last-dataset-23 = - 23 +names-xeno-last-dataset-24 = - 24 +names-xeno-last-dataset-25 = - 25 +names-xeno-last-dataset-26 = - 26 +names-xeno-last-dataset-27 = - 27 +names-xeno-last-dataset-28 = - 28 +names-xeno-last-dataset-29 = - 29 +names-xeno-last-dataset-30 = - 30 +names-xeno-last-dataset-31 = - 31 +names-xeno-last-dataset-32 = - 32 +names-xeno-last-dataset-33 = - 33 +names-xeno-last-dataset-34 = - 34 +names-xeno-last-dataset-35 = - 35 +names-xeno-last-dataset-36 = - 36 +names-xeno-last-dataset-37 = - 37 +names-xeno-last-dataset-38 = - 38 +names-xeno-last-dataset-39 = - 39 +names-xeno-last-dataset-40 = - 40 +names-xeno-last-dataset-41 = - 41 +names-xeno-last-dataset-42 = - 42 +names-xeno-last-dataset-43 = - 43 +names-xeno-last-dataset-44 = - 44 +names-xeno-last-dataset-45 = - 45 +names-xeno-last-dataset-46 = - 46 +names-xeno-last-dataset-47 = - 47 +names-xeno-last-dataset-48 = - 48 +names-xeno-last-dataset-49 = - 49 +names-xeno-last-dataset-50 = - 50 +names-xeno-last-dataset-51 = - 51 +names-xeno-last-dataset-52 = - 52 +names-xeno-last-dataset-53 = - 53 +names-xeno-last-dataset-54 = - 54 +names-xeno-last-dataset-55 = - 55 +names-xeno-last-dataset-56 = - 56 +names-xeno-last-dataset-57 = - 57 +names-xeno-last-dataset-58 = - 58 +names-xeno-last-dataset-59 = - 59 +names-xeno-last-dataset-60 = - 60 +names-xeno-last-dataset-61 = - 61 +names-xeno-last-dataset-62 = - 62 +names-xeno-last-dataset-63 = - 63 +names-xeno-last-dataset-64 = - 64 +names-xeno-last-dataset-65 = - 65 +names-xeno-last-dataset-66 = - 66 +names-xeno-last-dataset-67 = - 67 +names-xeno-last-dataset-68 = - 68 +names-xeno-last-dataset-69 = - 69 +names-xeno-last-dataset-70 = - 70 +names-xeno-last-dataset-71 = - 71 +names-xeno-last-dataset-72 = - 72 +names-xeno-last-dataset-73 = - 73 +names-xeno-last-dataset-74 = - 74 +names-xeno-last-dataset-75 = - 75 +names-xeno-last-dataset-76 = - 76 +names-xeno-last-dataset-77 = - 77 +names-xeno-last-dataset-78 = - 78 +names-xeno-last-dataset-79 = - 79 +names-xeno-last-dataset-80 = - 80 +names-xeno-last-dataset-81 = - 81 +names-xeno-last-dataset-82 = - 82 +names-xeno-last-dataset-83 = - 83 +names-xeno-last-dataset-84 = - 84 +names-xeno-last-dataset-85 = - 85 +names-xeno-last-dataset-86 = - 86 +names-xeno-last-dataset-87 = - 87 +names-xeno-last-dataset-88 = - 88 +names-xeno-last-dataset-89 = - 89 +names-xeno-last-dataset-90 = - 90 +names-xeno-last-dataset-91 = - 91 +names-xeno-last-dataset-92 = - 92 +names-xeno-last-dataset-93 = - 93 +names-xeno-last-dataset-94 = - 94 +names-xeno-last-dataset-95 = - 95 +names-xeno-last-dataset-96 = - 96 +names-xeno-last-dataset-97 = - 97 +names-xeno-last-dataset-98 = - 98 +names-xeno-last-dataset-99 = - 99 +names-xeno-last-dataset-100 = - 100 +names-xeno-last-dataset-101 = - 101 +names-xeno-last-dataset-102 = - 102 +names-xeno-last-dataset-103 = - 103 +names-xeno-last-dataset-104 = - 104 +names-xeno-last-dataset-105 = - 105 +names-xeno-last-dataset-106 = - 106 +names-xeno-last-dataset-107 = - 107 +names-xeno-last-dataset-108 = - 108 +names-xeno-last-dataset-109 = - 109 +names-xeno-last-dataset-110 = - 110 +names-xeno-last-dataset-111 = - 111 +names-xeno-last-dataset-112 = - 112 +names-xeno-last-dataset-113 = - 113 +names-xeno-last-dataset-114 = - 114 +names-xeno-last-dataset-115 = - 115 +names-xeno-last-dataset-116 = - 116 +names-xeno-last-dataset-117 = - 117 +names-xeno-last-dataset-118 = - 118 +names-xeno-last-dataset-119 = - 119 +names-xeno-last-dataset-120 = - 120 +names-xeno-last-dataset-121 = - 121 +names-xeno-last-dataset-122 = - 122 +names-xeno-last-dataset-123 = - 123 +names-xeno-last-dataset-124 = - 124 +names-xeno-last-dataset-125 = - 125 +names-xeno-last-dataset-126 = - 126 +names-xeno-last-dataset-127 = - 127 +names-xeno-last-dataset-128 = - 128 +names-xeno-last-dataset-129 = - 129 +names-xeno-last-dataset-130 = - 130 +names-xeno-last-dataset-131 = - 131 +names-xeno-last-dataset-132 = - 132 +names-xeno-last-dataset-133 = - 133 +names-xeno-last-dataset-134 = - 134 +names-xeno-last-dataset-135 = - 135 +names-xeno-last-dataset-136 = - 136 +names-xeno-last-dataset-137 = - 137 +names-xeno-last-dataset-138 = - 138 +names-xeno-last-dataset-139 = - 139 +names-xeno-last-dataset-140 = - 140 +names-xeno-last-dataset-141 = - 141 +names-xeno-last-dataset-142 = - 142 +names-xeno-last-dataset-143 = - 143 +names-xeno-last-dataset-144 = - 144 +names-xeno-last-dataset-145 = - 145 +names-xeno-last-dataset-146 = - 146 +names-xeno-last-dataset-147 = - 147 +names-xeno-last-dataset-148 = - 148 +names-xeno-last-dataset-149 = - 149 +names-xeno-last-dataset-150 = - 150 +names-xeno-last-dataset-151 = - 151 +names-xeno-last-dataset-152 = - 152 +names-xeno-last-dataset-153 = - 153 +names-xeno-last-dataset-154 = - 154 +names-xeno-last-dataset-155 = - 155 +names-xeno-last-dataset-156 = - 156 +names-xeno-last-dataset-157 = - 157 +names-xeno-last-dataset-158 = - 158 +names-xeno-last-dataset-159 = - 159 +names-xeno-last-dataset-160 = - 160 +names-xeno-last-dataset-161 = - 161 +names-xeno-last-dataset-162 = - 162 +names-xeno-last-dataset-163 = - 163 +names-xeno-last-dataset-164 = - 164 +names-xeno-last-dataset-165 = - 165 +names-xeno-last-dataset-166 = - 166 +names-xeno-last-dataset-167 = - 167 +names-xeno-last-dataset-168 = - 168 +names-xeno-last-dataset-169 = - 169 +names-xeno-last-dataset-170 = - 170 +names-xeno-last-dataset-171 = - 171 +names-xeno-last-dataset-172 = - 172 +names-xeno-last-dataset-173 = - 173 +names-xeno-last-dataset-174 = - 174 +names-xeno-last-dataset-175 = - 175 +names-xeno-last-dataset-176 = - 176 +names-xeno-last-dataset-177 = - 177 +names-xeno-last-dataset-178 = - 178 +names-xeno-last-dataset-179 = - 179 +names-xeno-last-dataset-180 = - 180 +names-xeno-last-dataset-181 = - 181 +names-xeno-last-dataset-182 = - 182 +names-xeno-last-dataset-183 = - 183 +names-xeno-last-dataset-184 = - 184 +names-xeno-last-dataset-185 = - 185 +names-xeno-last-dataset-186 = - 186 +names-xeno-last-dataset-187 = - 187 +names-xeno-last-dataset-188 = - 188 +names-xeno-last-dataset-189 = - 189 +names-xeno-last-dataset-190 = - 190 +names-xeno-last-dataset-191 = - 191 +names-xeno-last-dataset-192 = - 192 +names-xeno-last-dataset-193 = - 193 +names-xeno-last-dataset-194 = - 194 +names-xeno-last-dataset-195 = - 195 +names-xeno-last-dataset-196 = - 196 +names-xeno-last-dataset-197 = - 197 +names-xeno-last-dataset-198 = - 198 +names-xeno-last-dataset-199 = - 199 +names-xeno-last-dataset-200 = - 200 +names-xeno-last-dataset-201 = - 201 +names-xeno-last-dataset-202 = - 202 +names-xeno-last-dataset-203 = - 203 +names-xeno-last-dataset-204 = - 204 +names-xeno-last-dataset-205 = - 205 +names-xeno-last-dataset-206 = - 206 +names-xeno-last-dataset-207 = - 207 +names-xeno-last-dataset-208 = - 208 +names-xeno-last-dataset-209 = - 209 +names-xeno-last-dataset-210 = - 210 +names-xeno-last-dataset-211 = - 211 +names-xeno-last-dataset-212 = - 212 +names-xeno-last-dataset-213 = - 213 +names-xeno-last-dataset-214 = - 214 +names-xeno-last-dataset-215 = - 215 +names-xeno-last-dataset-216 = - 216 +names-xeno-last-dataset-217 = - 217 +names-xeno-last-dataset-218 = - 218 +names-xeno-last-dataset-219 = - 219 +names-xeno-last-dataset-220 = - 220 +names-xeno-last-dataset-221 = - 221 +names-xeno-last-dataset-222 = - 222 +names-xeno-last-dataset-223 = - 223 +names-xeno-last-dataset-224 = - 224 +names-xeno-last-dataset-225 = - 225 +names-xeno-last-dataset-226 = - 226 +names-xeno-last-dataset-227 = - 227 +names-xeno-last-dataset-228 = - 228 +names-xeno-last-dataset-229 = - 229 +names-xeno-last-dataset-230 = - 230 +names-xeno-last-dataset-231 = - 231 +names-xeno-last-dataset-232 = - 232 +names-xeno-last-dataset-233 = - 233 +names-xeno-last-dataset-234 = - 234 +names-xeno-last-dataset-235 = - 235 +names-xeno-last-dataset-236 = - 236 +names-xeno-last-dataset-237 = - 237 +names-xeno-last-dataset-238 = - 238 +names-xeno-last-dataset-239 = - 239 +names-xeno-last-dataset-240 = - 240 +names-xeno-last-dataset-241 = - 241 +names-xeno-last-dataset-242 = - 242 +names-xeno-last-dataset-243 = - 243 +names-xeno-last-dataset-244 = - 244 +names-xeno-last-dataset-245 = - 245 +names-xeno-last-dataset-246 = - 246 +names-xeno-last-dataset-247 = - 247 +names-xeno-last-dataset-248 = - 248 +names-xeno-last-dataset-249 = - 249 +names-xeno-last-dataset-250 = - 250 +names-xeno-last-dataset-251 = - 251 +names-xeno-last-dataset-252 = - 252 +names-xeno-last-dataset-253 = - 253 +names-xeno-last-dataset-254 = - 254 +names-xeno-last-dataset-255 = - 255 +names-xeno-last-dataset-256 = - 256 +names-xeno-last-dataset-257 = - 257 +names-xeno-last-dataset-258 = - 258 +names-xeno-last-dataset-259 = - 259 +names-xeno-last-dataset-260 = - 260 +names-xeno-last-dataset-261 = - 261 +names-xeno-last-dataset-262 = - 262 +names-xeno-last-dataset-263 = - 263 +names-xeno-last-dataset-264 = - 264 +names-xeno-last-dataset-265 = - 265 +names-xeno-last-dataset-266 = - 266 +names-xeno-last-dataset-267 = - 267 +names-xeno-last-dataset-268 = - 268 +names-xeno-last-dataset-269 = - 269 +names-xeno-last-dataset-270 = - 270 +names-xeno-last-dataset-271 = - 271 +names-xeno-last-dataset-272 = - 272 +names-xeno-last-dataset-273 = - 273 +names-xeno-last-dataset-274 = - 274 +names-xeno-last-dataset-275 = - 275 +names-xeno-last-dataset-276 = - 276 +names-xeno-last-dataset-277 = - 277 +names-xeno-last-dataset-278 = - 278 +names-xeno-last-dataset-279 = - 279 +names-xeno-last-dataset-280 = - 280 +names-xeno-last-dataset-281 = - 281 +names-xeno-last-dataset-282 = - 282 +names-xeno-last-dataset-283 = - 283 +names-xeno-last-dataset-284 = - 284 +names-xeno-last-dataset-285 = - 285 +names-xeno-last-dataset-286 = - 286 +names-xeno-last-dataset-287 = - 287 +names-xeno-last-dataset-288 = - 288 +names-xeno-last-dataset-289 = - 289 +names-xeno-last-dataset-290 = - 290 +names-xeno-last-dataset-291 = - 291 +names-xeno-last-dataset-292 = - 292 +names-xeno-last-dataset-293 = - 293 +names-xeno-last-dataset-294 = - 294 +names-xeno-last-dataset-295 = - 295 +names-xeno-last-dataset-296 = - 296 +names-xeno-last-dataset-297 = - 297 +names-xeno-last-dataset-298 = - 298 +names-xeno-last-dataset-299 = - 299 +names-xeno-last-dataset-300 = - 300 +names-xeno-last-dataset-301 = - 301 +names-xeno-last-dataset-302 = - 302 +names-xeno-last-dataset-303 = - 303 +names-xeno-last-dataset-304 = - 304 +names-xeno-last-dataset-305 = - 305 +names-xeno-last-dataset-306 = - 306 +names-xeno-last-dataset-307 = - 307 +names-xeno-last-dataset-308 = - 308 +names-xeno-last-dataset-309 = - 309 +names-xeno-last-dataset-310 = - 310 +names-xeno-last-dataset-311 = - 311 +names-xeno-last-dataset-312 = - 312 +names-xeno-last-dataset-313 = - 313 +names-xeno-last-dataset-314 = - 314 +names-xeno-last-dataset-315 = - 315 +names-xeno-last-dataset-316 = - 316 +names-xeno-last-dataset-317 = - 317 +names-xeno-last-dataset-318 = - 318 +names-xeno-last-dataset-319 = - 319 +names-xeno-last-dataset-320 = - 320 +names-xeno-last-dataset-321 = - 321 +names-xeno-last-dataset-322 = - 322 +names-xeno-last-dataset-323 = - 323 +names-xeno-last-dataset-324 = - 324 +names-xeno-last-dataset-325 = - 325 +names-xeno-last-dataset-326 = - 326 +names-xeno-last-dataset-327 = - 327 +names-xeno-last-dataset-328 = - 328 +names-xeno-last-dataset-329 = - 329 +names-xeno-last-dataset-330 = - 330 +names-xeno-last-dataset-331 = - 331 +names-xeno-last-dataset-332 = - 332 +names-xeno-last-dataset-333 = - 333 +names-xeno-last-dataset-334 = - 334 +names-xeno-last-dataset-335 = - 335 +names-xeno-last-dataset-336 = - 336 +names-xeno-last-dataset-337 = - 337 +names-xeno-last-dataset-338 = - 338 +names-xeno-last-dataset-339 = - 339 +names-xeno-last-dataset-340 = - 340 +names-xeno-last-dataset-341 = - 341 +names-xeno-last-dataset-342 = - 342 +names-xeno-last-dataset-343 = - 343 +names-xeno-last-dataset-344 = - 344 +names-xeno-last-dataset-345 = - 345 +names-xeno-last-dataset-346 = - 346 +names-xeno-last-dataset-347 = - 347 +names-xeno-last-dataset-348 = - 348 +names-xeno-last-dataset-349 = - 349 +names-xeno-last-dataset-350 = - 350 +names-xeno-last-dataset-351 = - 351 +names-xeno-last-dataset-352 = - 352 +names-xeno-last-dataset-353 = - 353 +names-xeno-last-dataset-354 = - 354 +names-xeno-last-dataset-355 = - 355 +names-xeno-last-dataset-356 = - 356 +names-xeno-last-dataset-357 = - 357 +names-xeno-last-dataset-358 = - 358 +names-xeno-last-dataset-359 = - 359 +names-xeno-last-dataset-360 = - 360 +names-xeno-last-dataset-361 = - 361 +names-xeno-last-dataset-362 = - 362 +names-xeno-last-dataset-363 = - 363 +names-xeno-last-dataset-364 = - 364 +names-xeno-last-dataset-365 = - 365 +names-xeno-last-dataset-366 = - 366 +names-xeno-last-dataset-367 = - 367 +names-xeno-last-dataset-368 = - 368 +names-xeno-last-dataset-369 = - 369 +names-xeno-last-dataset-370 = - 370 +names-xeno-last-dataset-371 = - 371 +names-xeno-last-dataset-372 = - 372 +names-xeno-last-dataset-373 = - 373 +names-xeno-last-dataset-374 = - 374 +names-xeno-last-dataset-375 = - 375 +names-xeno-last-dataset-376 = - 376 +names-xeno-last-dataset-377 = - 377 +names-xeno-last-dataset-378 = - 378 +names-xeno-last-dataset-379 = - 379 +names-xeno-last-dataset-380 = - 380 +names-xeno-last-dataset-381 = - 381 +names-xeno-last-dataset-382 = - 382 +names-xeno-last-dataset-383 = - 383 +names-xeno-last-dataset-384 = - 384 +names-xeno-last-dataset-385 = - 385 +names-xeno-last-dataset-386 = - 386 +names-xeno-last-dataset-387 = - 387 +names-xeno-last-dataset-388 = - 388 +names-xeno-last-dataset-389 = - 389 +names-xeno-last-dataset-390 = - 390 +names-xeno-last-dataset-391 = - 391 +names-xeno-last-dataset-392 = - 392 +names-xeno-last-dataset-393 = - 393 +names-xeno-last-dataset-394 = - 394 +names-xeno-last-dataset-395 = - 395 +names-xeno-last-dataset-396 = - 396 +names-xeno-last-dataset-397 = - 397 +names-xeno-last-dataset-398 = - 398 +names-xeno-last-dataset-399 = - 399 +names-xeno-last-dataset-400 = - 400 +names-xeno-last-dataset-401 = - 401 +names-xeno-last-dataset-402 = - 402 +names-xeno-last-dataset-403 = - 403 +names-xeno-last-dataset-404 = - 404 +names-xeno-last-dataset-405 = - 405 +names-xeno-last-dataset-406 = - 406 +names-xeno-last-dataset-407 = - 407 +names-xeno-last-dataset-408 = - 408 +names-xeno-last-dataset-409 = - 409 +names-xeno-last-dataset-410 = - 410 +names-xeno-last-dataset-411 = - 411 +names-xeno-last-dataset-412 = - 412 +names-xeno-last-dataset-413 = - 413 +names-xeno-last-dataset-414 = - 414 +names-xeno-last-dataset-415 = - 415 +names-xeno-last-dataset-416 = - 416 +names-xeno-last-dataset-417 = - 417 +names-xeno-last-dataset-418 = - 418 +names-xeno-last-dataset-419 = - 419 +names-xeno-last-dataset-420 = - 420 +names-xeno-last-dataset-421 = - 421 +names-xeno-last-dataset-422 = - 422 +names-xeno-last-dataset-423 = - 423 +names-xeno-last-dataset-424 = - 424 +names-xeno-last-dataset-425 = - 425 +names-xeno-last-dataset-426 = - 426 +names-xeno-last-dataset-427 = - 427 +names-xeno-last-dataset-428 = - 428 +names-xeno-last-dataset-429 = - 429 +names-xeno-last-dataset-430 = - 430 +names-xeno-last-dataset-431 = - 431 +names-xeno-last-dataset-432 = - 432 +names-xeno-last-dataset-433 = - 433 +names-xeno-last-dataset-434 = - 434 +names-xeno-last-dataset-435 = - 435 +names-xeno-last-dataset-436 = - 436 +names-xeno-last-dataset-437 = - 437 +names-xeno-last-dataset-438 = - 438 +names-xeno-last-dataset-439 = - 439 +names-xeno-last-dataset-440 = - 440 +names-xeno-last-dataset-441 = - 441 +names-xeno-last-dataset-442 = - 442 +names-xeno-last-dataset-443 = - 443 +names-xeno-last-dataset-444 = - 444 +names-xeno-last-dataset-445 = - 445 +names-xeno-last-dataset-446 = - 446 +names-xeno-last-dataset-447 = - 447 +names-xeno-last-dataset-448 = - 448 +names-xeno-last-dataset-449 = - 449 +names-xeno-last-dataset-450 = - 450 +names-xeno-last-dataset-451 = - 451 +names-xeno-last-dataset-452 = - 452 +names-xeno-last-dataset-453 = - 453 +names-xeno-last-dataset-454 = - 454 +names-xeno-last-dataset-455 = - 455 +names-xeno-last-dataset-456 = - 456 +names-xeno-last-dataset-457 = - 457 +names-xeno-last-dataset-458 = - 458 +names-xeno-last-dataset-459 = - 459 +names-xeno-last-dataset-460 = - 460 +names-xeno-last-dataset-461 = - 461 +names-xeno-last-dataset-462 = - 462 +names-xeno-last-dataset-463 = - 463 +names-xeno-last-dataset-464 = - 464 +names-xeno-last-dataset-465 = - 465 +names-xeno-last-dataset-466 = - 466 +names-xeno-last-dataset-467 = - 467 +names-xeno-last-dataset-468 = - 468 +names-xeno-last-dataset-469 = - 469 +names-xeno-last-dataset-470 = - 470 +names-xeno-last-dataset-471 = - 471 +names-xeno-last-dataset-472 = - 472 +names-xeno-last-dataset-473 = - 473 +names-xeno-last-dataset-474 = - 474 +names-xeno-last-dataset-475 = - 475 +names-xeno-last-dataset-476 = - 476 +names-xeno-last-dataset-477 = - 477 +names-xeno-last-dataset-478 = - 478 +names-xeno-last-dataset-479 = - 479 +names-xeno-last-dataset-480 = - 480 +names-xeno-last-dataset-481 = - 481 +names-xeno-last-dataset-482 = - 482 +names-xeno-last-dataset-483 = - 483 +names-xeno-last-dataset-484 = - 484 +names-xeno-last-dataset-485 = - 485 +names-xeno-last-dataset-486 = - 486 +names-xeno-last-dataset-487 = - 487 +names-xeno-last-dataset-488 = - 488 +names-xeno-last-dataset-489 = - 489 +names-xeno-last-dataset-490 = - 490 +names-xeno-last-dataset-491 = - 491 +names-xeno-last-dataset-492 = - 492 +names-xeno-last-dataset-493 = - 493 +names-xeno-last-dataset-494 = - 494 +names-xeno-last-dataset-495 = - 495 +names-xeno-last-dataset-496 = - 496 +names-xeno-last-dataset-497 = - 497 +names-xeno-last-dataset-498 = - 498 +names-xeno-last-dataset-499 = - 499 +names-xeno-last-dataset-500 = - 500 diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/hands/gloves.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/hands/gloves.ftl new file mode 100644 index 00000000000..64d5502b73c --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/hands/gloves.ftl @@ -0,0 +1,2 @@ +ent-ClothingHandsQMLongGloves = QM's long gloves + .desc = Gloves made to protect against cuts from banknotes. diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/head/hats.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/head/hats.ftl new file mode 100644 index 00000000000..a6e86c67fa2 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/head/hats.ftl @@ -0,0 +1,12 @@ +ent-ClothingHatNTRBlackBeret = NTR's black beret + .desc = NTR's black beret. +ent-ClothingHatClownPink = pink clown hat + .desc = Pink clown hat. +ent-ClothingHatCMO = CMO's hat + .desc = CMO's hat. +ent-ClothingHatHOSCap = HOS' cap + .desc = HOS' cap. +ent-ClothingHatQMBlackBeret = QM's black beret + .desc = QM's black beret. +ent-ClothingHatSanitar = sanitar hat + .desc = Sanitar hat. diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/innerclothing/uniforms.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/innerclothing/uniforms.ftl new file mode 100644 index 00000000000..5956f553721 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/innerclothing/uniforms.ftl @@ -0,0 +1,30 @@ +ent-ClothingUniformBartender = bartender unoform + .desc = Bartender uniform. +ent-ClothingUniformBartenderSkirt = bartender unoform with skirt + .desc = Bartender uniform with skirt. +ent-ClothingUniformNTRBlack = NTR's black uniform + .desc = An indicator of skill and sense of style. +ent-ClothingUniformNTRBlackSkirt = NTR's black uniform with skirt + .desc = An indicator of skill and sense of style. +ent-ClothingUniformNTRWhiteSkirt = NTR's white uniform with skirt + .desc = An indicator of skill and sense of style. +ent-ClothingUniformNTRWhite = NTR's white uniform + .desc = An indicator of skill and sense of style. +ent-ClothingUniformPinkClown = pink clown dress + .desc = Even more fun, tricks and style! +ent-ClothingUniformCMOSweaterSkirt = CMO's sweater with skirt + .desc = An expensive, high-quality sweater shows who's the boss of pracrical medicine. +ent-ClothingUniformCMOSweater = CMO's sweater + .desc = An expensive, high-quality sweater shows who's the boss of pracrical medicine. +ent-ClothingUniformHOSShortDress = HOS' short dress + .desc = Show them, who's mom here. +ent-ClothingUniformNun = nun's dress + .desc = Modest gothic black dress. +ent-ClothingUniformQMBlackSkirtSleeveles = sleeveles QM's black uniform with skirt + .desc = "Get out of here and get me some money too!" +ent-ClothingUniformQMBlackSleeveles = sleeveles QM's black uniform + .desc = "Get out of here and get me some money too!" +ent-ClothingUniformQMSkirtSleeveles = sleeveles QM's uniform with skirt + .desc = "Get out of here and get me some money too!" +ent-ClothingUniformQMSleeveles = sleeveles QM's uniform + .desc = "Get out of here and get me some money too!" diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/lovemate.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/lovemate.ftl new file mode 100644 index 00000000000..59c7b0d37e1 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/lovemate.ftl @@ -0,0 +1,8 @@ +ent-ClothingJumpsuitBDSMress = BDSM dress + .desc = Lord have mercy. +ent-ClothingJumpsuitBlackShirt = black shirt + .desc = Translucent nightgrown for comfortable sleep. +ent-ClothingJumpsuitWhiteShirt = white shirt + .desc = Translucent nightgrown for comfortable sleep. +ent-ClothingHandsBDSMgloves = BDSM gloves + .desc = These hands will make you scream. diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/neck/cloaks.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/neck/cloaks.ftl new file mode 100644 index 00000000000..e80d9781edd --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/neck/cloaks.ftl @@ -0,0 +1,14 @@ +ent-ClothingCloakNTRBlack = NTR's black cloak + .desc = A black cloak with gold trim, made for the best in his field. +ent-ClothingCloakNTRTricolor = NTR's tricolor cloak + .desc = Green stripe? Looks exquisitely. +ent-ClothingCloakCMOHonorable = CMO's honorable cloak + .desc = Only the most experienced doctor can get this. +ent-ClothingCloakHOSBlack = HOS' black cloak + .desc = Brutal and gloomy. +ent-ClothingCloakHOSRed = HOS' red cloak + .desc = Brutal and gloomy. +ent-ClothingCloakQMBlack = QM's black cloak + .desc = Black feathers! You are definately boss here. +ent-ClothingCloakQMWhite = QM's white cloak + .desc = Classic. diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/outerclothing/armor.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/outerclothing/armor.ftl new file mode 100644 index 00000000000..2ed82223025 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/outerclothing/armor.ftl @@ -0,0 +1,2 @@ +ent-ClothingOuterHOSLongVest = HOS' long vest + .desc = A high-quality armored vest made from a hard synthetic material. It is surprisingly flexible and light, despite formidable armor plating. diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/outerclothing/coats.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/outerclothing/coats.ftl new file mode 100644 index 00000000000..35521eaf9e3 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/outerclothing/coats.ftl @@ -0,0 +1,12 @@ +ent-ClothingOuterArmorHoSLeather = leather coat + .desc = A black leather coat with an experimental bluespace assisted alloy for some extra protection and style for those with a commanding presence. +ent-ClothingOuterCoatLabEasy = easy lab coat + .desc = A suit that protects against minor chemical spills. +ent-ClothingOuterCoatLabBelts = lab coat with belts + .desc = A suit that protects against minor chemical spills. Has some black belts on chest. +ent-ClothingOuterCoatLabBlack = black lab coat + .desc = Black suit that protects against minor chemical spills. +ent-ClothingOuterCoatLabEnlightenment = enlightenment lab coat + .desc = Word "bacchus" and word "death" means same for you. +ent-ClothingOuterApostolCoat = apostol coat + .desc = Heed the voice of my prayer when I call upon You. diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/shoes/boots.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/shoes/boots.ftl new file mode 100644 index 00000000000..73d8ab5d468 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/shoes/boots.ftl @@ -0,0 +1,2 @@ +ent-ClothingShoesQMBoots = QM's boots + .desc = Expensive stylish black boots. diff --git a/Resources/Locale/en-US/_Arcane/entities/clothing/shoes/shoes.ftl b/Resources/Locale/en-US/_Arcane/entities/clothing/shoes/shoes.ftl new file mode 100644 index 00000000000..7a80a92c3ab --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/clothing/shoes/shoes.ftl @@ -0,0 +1,2 @@ +ent-ClothingShoesOldFashionedMedical = doctor's old-fashioned shoes + .desc = Classic shoes from enlightenment ages. diff --git a/Resources/Locale/en-US/_Arcane/entities/erp.ftl b/Resources/Locale/en-US/_Arcane/entities/erp.ftl new file mode 100644 index 00000000000..c88fe74d14f --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/erp.ftl @@ -0,0 +1,44 @@ +ent-Whip = whip + .desc = Slap! +ent-BlowGreen = green blow + .desc = You'd better work. +ent-BlowPink = pink blow + .desc = You'd better work. +ent-BlowPurple = purple blow + .desc = You'd better work. +ent-BunnyVibrator = bunny vibrator + .desc = You'd better work. +ent-ButtholeGreen = green butthole + .desc = You'd better work. +ent-ButtholePink = pink butthole + .desc = You'd better work. +ent-ButtholePurple = purple butthole + .desc = You'd better work. +ent-DogDildo = dog dildo + .desc = You'd better work. +ent-HorseDildo = horse dildo + .desc = You'd better work. +ent-TentacleSDildo = tentacle dildo + .desc = You'd better work. +ent-SlimeDildo = slime dildo + .desc = You'd better work. +ent-XenoDildo = xeno dildo + .desc = You'd better work. +ent-OnaholeGreen = green onahole + .desc = You'd better work. +ent-OnaholePink = pink onahole + .desc = You'd better work. +ent-OnaholePurple = purple onahole + .desc = You'd better work. +ent-PussyVulpaBlue = blue vulpa pussy + .desc = You'd better work. +ent-PussyVulpaPink = pink vulpa pussy + .desc = You'd better work. +ent-PussyVulpaRed = red vulpa pussy + .desc = You'd better work. +ent-Condom = condom + .desc = One of the most common contraceptives. Don't forget to wear it! +ent-CondomTrash = trash + .desc = It's a trash. +ent-ClothingUnderwearCondom = condom + .desc = One of the most common contraceptives. Don't forget to wear it! diff --git a/Resources/Locale/en-US/_Arcane/entities/mobs/player/humanoid_xeno.ftl b/Resources/Locale/en-US/_Arcane/entities/mobs/player/humanoid_xeno.ftl new file mode 100644 index 00000000000..1b553df1670 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/mobs/player/humanoid_xeno.ftl @@ -0,0 +1,2 @@ +ent-MobHumanoidXeno = Urist McXeno + .desc = { ent-BaseMobHumanoidXeno.desc } diff --git a/Resources/Locale/en-US/_Arcane/entities/mobs/species/humanoid_xeno.ftl b/Resources/Locale/en-US/_Arcane/entities/mobs/species/humanoid_xeno.ftl new file mode 100644 index 00000000000..ad7862b6907 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/mobs/species/humanoid_xeno.ftl @@ -0,0 +1,9 @@ +species-name-xeno = Xenomorph + +ent-BaseMobHumanoidXeno = Urist McXeno + .desc = { ent-BaseMobSpeciesOrganic.desc } +ent-MobXenoDummy = { ent-BaseSpeciesDummy } + .desc = { ent-BaseSpeciesDummy.desc } +ent-MobHumanoidXenoRandom = { ent-BaseMobHumanoidXeno } + .suffix = Random Appearance + .desc = { ent-BaseMobHumanoidXeno.desc } diff --git a/Resources/Locale/en-US/_Arcane/entities/structures/machines/vending_machines.ftl b/Resources/Locale/en-US/_Arcane/entities/structures/machines/vending_machines.ftl new file mode 100644 index 00000000000..d8d7de847bb --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/entities/structures/machines/vending_machines.ftl @@ -0,0 +1,2 @@ +ent-VendingMachineLove = Lovemate + .desc = A wide selection of fun for you! diff --git a/Resources/Locale/en-US/_Arcane/markings/humanoid_xeno.ftl b/Resources/Locale/en-US/_Arcane/markings/humanoid_xeno.ftl new file mode 100644 index 00000000000..ec202bf9bf7 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/markings/humanoid_xeno.ftl @@ -0,0 +1,42 @@ +marking-HumanoidXenoTailDrone = Drone tail +marking-HumanoidXenoTailPredalien = Predalien tail +marking-HumanoidXenoTailPretor = Praetorian tail +marking-HumanoidXenoTailQueen = Queen tail +marking-HumanoidXenoTailRavager = Ravager tail +marking-HumanoidXenoTailSpitter = Spitter tail +marking-HumanoidXenoTailRunner = Runner tail +marking-HumanoidXenoTailBoiler = Boiler tail +marking-HumanoidXenoTailCrusher = Crusher tail +marking-HumanoidXenoTailNeomprph = Neomorph tail +marking-HumanoidXenoTailQueenLong = Long queen tail +marking-HumanoidXenoHeadDrone = Drone head +marking-HumanoidXenoHeadSpitter = Spitter head +marking-HumanoidXenoHeadPretor = Praetorian head +marking-HumanoidXenoHeadQueen = Queen head +marking-HumanoidXenoHeadPredalien = Predalien head +marking-HumanoidXenoHeadRavager = Ravager head +marking-HumanoidXenoHeadRunner = Runner head +marking-HumanoidXenoHeadBoiler = Boiler head +marking-HumanoidXenoHeadCrusher = Crusher head +marking-HumanoidXenoHeadCarrier = Carrier head +marking-HumanoidXenoHeadNeomorph = Neomorph head +marking-HumanoidXenoHeadWorker = Worker head +marking-HumanoidXenoChestPredalien = Predalien chest +marking-HumanoidXenoChestSpitter = Spitter chest +marking-HumanoidXenoChestMuscles = "Muscles" +marking-HumanoidXenoChestNeomorph = Neomorph body +marking-HumanoidXenoChestUnnaturalMuscles = Unnatural muscles +marking-HumanoidXenoTracheasDrone = Drone tracheas +marking-HumanoidXenoTracheasPredalien = Predalien tracheas +marking-HumanoidXenoTracheasPretor = Praetorian tracheas +marking-HumanoidXenoTracheasQueen = Queen tracheas +marking-HumanoidXenoTracheasRavager = Ravager tracheas +marking-HumanoidXenoTracheasBoiler = Boiler tracheas +marking-HumanoidXenoTracheasCrusher = Crusher tracheas +marking-HumanoidXenoTracheasNeomorph = Neomorph tracheas +marking-HumanoidXenoTracheasCarrier = Carrier tracheas +marking-HumanoidXenoLegsPredalien = Predalien legs +marking-HumanoidXenoLegsMuscles = "Muscles" +marking-HumanoidXenoArmsPredalien = Predalien arms +marking-HumanoidXenoArmsRavager = Ravager arms +marking-HumanoidXenoArmsMuscles = "Muscles" diff --git a/Resources/Locale/en-US/_Arcane/preferences/loadout_groups.ftl b/Resources/Locale/en-US/_Arcane/preferences/loadout_groups.ftl new file mode 100644 index 00000000000..8bc7fe78785 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/preferences/loadout_groups.ftl @@ -0,0 +1 @@ +loadout-group-quartermaster-hands = Quartermaster hands diff --git a/Resources/Locale/en-US/_Arcane/voice/humanoid_xeno.ftl b/Resources/Locale/en-US/_Arcane/voice/humanoid_xeno.ftl new file mode 100644 index 00000000000..e1eda7c4637 --- /dev/null +++ b/Resources/Locale/en-US/_Arcane/voice/humanoid_xeno.ftl @@ -0,0 +1,7 @@ +chat-emote-name-hisses = Hiss +chat-emote-name-roars = Roar +chat-emote-name-rumbles = Rumble + +chat-emote-msg-hisses = hisses. +chat-emote-msg-roars = roars! +chat-emote-msg-rumbles = rumbles. diff --git a/Resources/Locale/ru-RU/_Arcane/body/organs/humanoid_xeno.ftl b/Resources/Locale/ru-RU/_Arcane/body/organs/humanoid_xeno.ftl new file mode 100644 index 00000000000..bd16a3aa660 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/body/organs/humanoid_xeno.ftl @@ -0,0 +1,18 @@ +ent-BaseHumanoidXenoOrganUnGibbable = { ent-BaseItem } + .desc = { ent-BaseItem.desc } +ent-BaseHumanoidXenoOrgan = { ent-BaseHumanoidXenoOrganUnGibbable } + .desc = { ent-BaseHumanoidXenoOrganUnGibbable.desc } +ent-OrganHumanoidXenoBrain = мозг + .desc = Центр инопланетного разума. Мысли, которые лучше не знать. +ent-OrganHumanoidXenoLungs = лёгкие + .desc = Рудимент, использующийся для извлечения ужасающих звуков. +ent-OrganHumanoidXenoHeart = сердце ксеноморфа + .desc = Мощный орган, который перекачивает кислотную кровь через твёрдые ткани и обеспечивает невероятную выносливость и силу каждому ксеноморфу. +ent-OrganHumanoidXenoStomach = желудок + .desc = Ненасытная яма. +ent-OrganHumanoidXenoLiver = печень + .desc = Мощный детоксификатор, легко нейтрализующий опасные вещества. +ent-OrganHumanoidXenoKidneys = почки + .desc = Парные фильтры, безжалостно удаляющие всё лишнее. +ent-OrganHumanoidXenoEyes = глаза + .desc = Глаза. Они видят. diff --git a/Resources/Locale/ru-RU/_Arcane/body/parts/humanoid_xeno.ftl b/Resources/Locale/ru-RU/_Arcane/body/parts/humanoid_xeno.ftl new file mode 100644 index 00000000000..f78b6f95a79 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/body/parts/humanoid_xeno.ftl @@ -0,0 +1,22 @@ +ent-PartHumanoidXeno = часть тела ксеноморфа + .desc = { ent-BaseItem.desc } +ent-TorsoHumanoidXeno = торс ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-HeadHumanoidXeno = голова ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-LeftArmHumanoidXeno = левая рука ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-RightArmHumanoidXeno = правая рука ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-LeftHandHumanoidXeno = левая кисть ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-RightHandHumanoidXeno = правая кисть ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-LeftLegHumanoidXeno = левая нога ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-RightLegHumanoidXeno = правая нога ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-LeftFootHumanoidXeno = левая ступня ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } +ent-RightFootHumanoidXeno = правая ступня ксеноморфа + .desc = { ent-PartHumanoidXeno.desc } diff --git a/Resources/Locale/ru-RU/_Arcane/collective-mind/collective-mind.ftl b/Resources/Locale/ru-RU/_Arcane/collective-mind/collective-mind.ftl new file mode 100644 index 00000000000..c887353e5d6 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/collective-mind/collective-mind.ftl @@ -0,0 +1 @@ +collective-mind-humanoid-xeno = Улей diff --git a/Resources/Locale/ru-RU/_Arcane/datasets/names.ftl b/Resources/Locale/ru-RU/_Arcane/datasets/names.ftl new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Resources/Locale/ru-RU/_Arcane/datasets/names/xeno_first.ftl b/Resources/Locale/ru-RU/_Arcane/datasets/names/xeno_first.ftl new file mode 100644 index 00000000000..290ffc00563 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/datasets/names/xeno_first.ftl @@ -0,0 +1,438 @@ +names-xenomorph-first-dataset-1 = NX +names-xenomorph-first-dataset-2 = AX +names-xenomorph-first-dataset-3 = VX +names-xenomorph-first-dataset-4 = RX +names-xenomorph-first-dataset-5 = TX +names-xenomorph-first-dataset-6 = ZX +names-xenomorph-first-dataset-7 = QX +names-xenomorph-first-dataset-8 = LX +names-xenomorph-first-dataset-9 = MX +names-xenomorph-first-dataset-10 = PX + +names-xenomorph-first-dataset-11 = KX +names-xenomorph-first-dataset-12 = SX +names-xenomorph-first-dataset-13 = CX +names-xenomorph-first-dataset-14 = DX +names-xenomorph-first-dataset-15 = FX +names-xenomorph-first-dataset-16 = GX +names-xenomorph-first-dataset-17 = HX +names-xenomorph-first-dataset-18 = JX +names-xenomorph-first-dataset-19 = YX +names-xenomorph-first-dataset-20 = WX + +names-xenomorph-first-dataset-21 = NQ +names-xenomorph-first-dataset-22 = AQ +names-xenomorph-first-dataset-23 = VQ +names-xenomorph-first-dataset-24 = RQ +names-xenomorph-first-dataset-25 = TQ +names-xenomorph-first-dataset-26 = ZQ +names-xenomorph-first-dataset-27 = KQ +names-xenomorph-first-dataset-28 = LQ +names-xenomorph-first-dataset-29 = MQ +names-xenomorph-first-dataset-30 = PQ + +names-xenomorph-first-dataset-31 = NK +names-xenomorph-first-dataset-32 = AK +names-xenomorph-first-dataset-33 = VK +names-xenomorph-first-dataset-34 = RK +names-xenomorph-first-dataset-35 = TK +names-xenomorph-first-dataset-36 = ZK +names-xenomorph-first-dataset-37 = QK +names-xenomorph-first-dataset-38 = LK +names-xenomorph-first-dataset-39 = MK +names-xenomorph-first-dataset-40 = PK + +names-xenomorph-first-dataset-41 = NXR +names-xenomorph-first-dataset-42 = AXR +names-xenomorph-first-dataset-43 = VXR +names-xenomorph-first-dataset-44 = RXR +names-xenomorph-first-dataset-45 = TXR +names-xenomorph-first-dataset-46 = ZXR +names-xenomorph-first-dataset-47 = QXR +names-xenomorph-first-dataset-48 = LXR +names-xenomorph-first-dataset-49 = MXR +names-xenomorph-first-dataset-50 = PXR + +names-xenomorph-first-dataset-51 = NXS +names-xenomorph-first-dataset-52 = AXS +names-xenomorph-first-dataset-53 = VXS +names-xenomorph-first-dataset-54 = RXS +names-xenomorph-first-dataset-55 = TXS +names-xenomorph-first-dataset-56 = ZXS +names-xenomorph-first-dataset-57 = QXS +names-xenomorph-first-dataset-58 = LXS +names-xenomorph-first-dataset-59 = MXS +names-xenomorph-first-dataset-60 = PXS + +names-xenomorph-first-dataset-61 = NXT +names-xenomorph-first-dataset-62 = AXT +names-xenomorph-first-dataset-63 = VXT +names-xenomorph-first-dataset-64 = RXT +names-xenomorph-first-dataset-65 = TXT +names-xenomorph-first-dataset-66 = ZXT +names-xenomorph-first-dataset-67 = QXT +names-xenomorph-first-dataset-68 = LXT +names-xenomorph-first-dataset-69 = MXT +names-xenomorph-first-dataset-70 = PXT + +names-xenomorph-first-dataset-71 = NXV +names-xenomorph-first-dataset-72 = AXV +names-xenomorph-first-dataset-73 = VXV +names-xenomorph-first-dataset-74 = RXV +names-xenomorph-first-dataset-75 = TXV +names-xenomorph-first-dataset-76 = ZXV +names-xenomorph-first-dataset-77 = QXV +names-xenomorph-first-dataset-78 = LXV +names-xenomorph-first-dataset-79 = MXV +names-xenomorph-first-dataset-80 = PXV + +names-xenomorph-first-dataset-81 = NXA +names-xenomorph-first-dataset-82 = AXA +names-xenomorph-first-dataset-83 = VXA +names-xenomorph-first-dataset-84 = RXA +names-xenomorph-first-dataset-85 = TXA +names-xenomorph-first-dataset-86 = ZXA +names-xenomorph-first-dataset-87 = QXA +names-xenomorph-first-dataset-88 = LXA +names-xenomorph-first-dataset-89 = MXA +names-xenomorph-first-dataset-90 = PXA + +names-xenomorph-first-dataset-91 = NXE +names-xenomorph-first-dataset-92 = AXE +names-xenomorph-first-dataset-93 = VXE +names-xenomorph-first-dataset-94 = RXE +names-xenomorph-first-dataset-95 = TXE +names-xenomorph-first-dataset-96 = ZXE +names-xenomorph-first-dataset-97 = QXE +names-xenomorph-first-dataset-98 = LXE +names-xenomorph-first-dataset-99 = MXE +names-xenomorph-first-dataset-100 = PXE + +names-xenomorph-first-dataset-101 = NXM +names-xenomorph-first-dataset-102 = AXM +names-xenomorph-first-dataset-103 = VXM +names-xenomorph-first-dataset-104 = RXM +names-xenomorph-first-dataset-105 = TXM +names-xenomorph-first-dataset-106 = ZXM +names-xenomorph-first-dataset-107 = QXM +names-xenomorph-first-dataset-108 = LXM +names-xenomorph-first-dataset-109 = MXM +names-xenomorph-first-dataset-110 = PXM + +names-xenomorph-first-dataset-111 = NXL +names-xenomorph-first-dataset-112 = AXL +names-xenomorph-first-dataset-113 = VXL +names-xenomorph-first-dataset-114 = RXL +names-xenomorph-first-dataset-115 = TXL +names-xenomorph-first-dataset-116 = ZXL +names-xenomorph-first-dataset-117 = QXL +names-xenomorph-first-dataset-118 = LXL +names-xenomorph-first-dataset-119 = MXL +names-xenomorph-first-dataset-120 = PXL + +names-xenomorph-first-dataset-121 = NXC +names-xenomorph-first-dataset-122 = AXC +names-xenomorph-first-dataset-123 = VXC +names-xenomorph-first-dataset-124 = RXC +names-xenomorph-first-dataset-125 = TXC +names-xenomorph-first-dataset-126 = ZXC +names-xenomorph-first-dataset-127 = QXC +names-xenomorph-first-dataset-128 = LXC +names-xenomorph-first-dataset-129 = MXC +names-xenomorph-first-dataset-130 = PXC + +names-xenomorph-first-dataset-131 = NXD +names-xenomorph-first-dataset-132 = AXD +names-xenomorph-first-dataset-133 = VXD +names-xenomorph-first-dataset-134 = RXD +names-xenomorph-first-dataset-135 = TXD +names-xenomorph-first-dataset-136 = ZXD +names-xenomorph-first-dataset-137 = QXD +names-xenomorph-first-dataset-138 = LXD +names-xenomorph-first-dataset-139 = MXD +names-xenomorph-first-dataset-140 = PXD + +names-xenomorph-first-dataset-141 = NXF +names-xenomorph-first-dataset-142 = AXF +names-xenomorph-first-dataset-143 = VXF +names-xenomorph-first-dataset-144 = RXF +names-xenomorph-first-dataset-145 = TXF +names-xenomorph-first-dataset-146 = ZXF +names-xenomorph-first-dataset-147 = QXF +names-xenomorph-first-dataset-148 = LXF +names-xenomorph-first-dataset-149 = MXF +names-xenomorph-first-dataset-150 = PXF + +names-xenomorph-first-dataset-151 = NXK +names-xenomorph-first-dataset-152 = AXK +names-xenomorph-first-dataset-153 = VXK +names-xenomorph-first-dataset-154 = RXK +names-xenomorph-first-dataset-155 = TXK +names-xenomorph-first-dataset-156 = ZXK +names-xenomorph-first-dataset-157 = QXK +names-xenomorph-first-dataset-158 = LXK +names-xenomorph-first-dataset-159 = MXK +names-xenomorph-first-dataset-160 = PXK + +names-xenomorph-first-dataset-161 = NXZ +names-xenomorph-first-dataset-162 = AXZ +names-xenomorph-first-dataset-163 = VXZ +names-xenomorph-first-dataset-164 = RXZ +names-xenomorph-first-dataset-165 = TXZ +names-xenomorph-first-dataset-166 = ZXZ +names-xenomorph-first-dataset-167 = QXZ +names-xenomorph-first-dataset-168 = LXZ +names-xenomorph-first-dataset-169 = MXZ +names-xenomorph-first-dataset-170 = PXZ + +names-xenomorph-first-dataset-171 = NXY +names-xenomorph-first-dataset-172 = AXY +names-xenomorph-first-dataset-173 = VXY +names-xenomorph-first-dataset-174 = RXY +names-xenomorph-first-dataset-175 = TXY +names-xenomorph-first-dataset-176 = ZXY +names-xenomorph-first-dataset-177 = QXY +names-xenomorph-first-dataset-178 = LXY +names-xenomorph-first-dataset-179 = MXY +names-xenomorph-first-dataset-180 = PXY + +names-xenomorph-first-dataset-181 = NXH +names-xenomorph-first-dataset-182 = AXH +names-xenomorph-first-dataset-183 = VXH +names-xenomorph-first-dataset-184 = RXH +names-xenomorph-first-dataset-185 = TXH +names-xenomorph-first-dataset-186 = ZXH +names-xenomorph-first-dataset-187 = QXH +names-xenomorph-first-dataset-188 = LXH +names-xenomorph-first-dataset-189 = MXH +names-xenomorph-first-dataset-190 = PXH + +names-xenomorph-first-dataset-191 = NXP +names-xenomorph-first-dataset-192 = AXP +names-xenomorph-first-dataset-193 = VXP +names-xenomorph-first-dataset-194 = RXP +names-xenomorph-first-dataset-195 = TXP +names-xenomorph-first-dataset-196 = ZXP +names-xenomorph-first-dataset-197 = QXP +names-xenomorph-first-dataset-198 = LXP +names-xenomorph-first-dataset-199 = MXP +names-xenomorph-first-dataset-200 = PXP +names-xenomorph-first-dataset-201 = J.P.T.R +names-xenomorph-first-dataset-202 = L.R.D +names-xenomorph-first-dataset-203 = V.D +names-xenomorph-first-dataset-204 = N.X.S +names-xenomorph-first-dataset-205 = A.T.L.S +names-xenomorph-first-dataset-206 = H.L.S +names-xenomorph-first-dataset-207 = M.G +names-xenomorph-first-dataset-208 = R.V.N +names-xenomorph-first-dataset-209 = S.G.M +names-xenomorph-first-dataset-210 = P.H.N.T.M + +names-xenomorph-first-dataset-211 = C.N.T.R +names-xenomorph-first-dataset-212 = M.R.S +names-xenomorph-first-dataset-213 = V.C.T.R +names-xenomorph-first-dataset-214 = T.T.N +names-xenomorph-first-dataset-215 = R.B.T +names-xenomorph-first-dataset-216 = C.H +names-xenomorph-first-dataset-217 = K.S.R +names-xenomorph-first-dataset-218 = D.L.T +names-xenomorph-first-dataset-219 = R.C.H.N +names-xenomorph-first-dataset-220 = N.V + +names-xenomorph-first-dataset-221 = N.F.R.N +names-xenomorph-first-dataset-222 = M.B.R +names-xenomorph-first-dataset-223 = S.N.T.N.L +names-xenomorph-first-dataset-224 = R.P.R +names-xenomorph-first-dataset-225 = B.S.T.N +names-xenomorph-first-dataset-226 = V.N.G.R.D +names-xenomorph-first-dataset-227 = C.O.R +names-xenomorph-first-dataset-228 = B.S.D.N +names-xenomorph-first-dataset-229 = S.P.C.T +names-xenomorph-first-dataset-230 = F.R.G + +names-xenomorph-first-dataset-231 = I.C.N +names-xenomorph-first-dataset-232 = H.R.B.N.G.R +names-xenomorph-first-dataset-233 = R.L.C +names-xenomorph-first-dataset-234 = S.T.T.C +names-xenomorph-first-dataset-235 = P.R.M +names-xenomorph-first-dataset-236 = N.B.L +names-xenomorph-first-dataset-237 = C.T.L.S.T +names-xenomorph-first-dataset-238 = L.G.N +names-xenomorph-first-dataset-239 = D.M.N.N +names-xenomorph-first-dataset-240 = E.N.G.M + +names-xenomorph-first-dataset-241 = S.P.C.T.R.M +names-xenomorph-first-dataset-242 = V.R.T.X +names-xenomorph-first-dataset-243 = M.N.S +names-xenomorph-first-dataset-244 = X.M +names-xenomorph-first-dataset-245 = R.D.N.T +names-xenomorph-first-dataset-246 = M.N.L.T.H +names-xenomorph-first-dataset-247 = T.M.P.S.T +names-xenomorph-first-dataset-248 = K.R.N.L +names-xenomorph-first-dataset-249 = B.L.C.K.T +names-xenomorph-first-dataset-250 = S.C.T.R + +names-xenomorph-first-dataset-251 = C.P.H.R +names-xenomorph-first-dataset-252 = M.P.C.T +names-xenomorph-first-dataset-253 = D.R.F.T +names-xenomorph-first-dataset-254 = A.E.G.S +names-xenomorph-first-dataset-255 = R.G.N.N.T +names-xenomorph-first-dataset-256 = S.H.D.W +names-xenomorph-first-dataset-257 = N.T.R.N +names-xenomorph-first-dataset-258 = F.L.X +names-xenomorph-first-dataset-259 = H.V.C +names-xenomorph-first-dataset-260 = O.P.T.M + +names-xenomorph-first-dataset-261 = P.R.L.L.X +names-xenomorph-first-dataset-262 = W.E.I.N +names-xenomorph-first-dataset-263 = M.C.H +names-xenomorph-first-dataset-264 = S.N.T.H +names-xenomorph-first-dataset-265 = C.M.P.L.X +names-xenomorph-first-dataset-266 = T.R.C +names-xenomorph-first-dataset-267 = R.C.N +names-xenomorph-first-dataset-268 = L.C.S +names-xenomorph-first-dataset-269 = D.A.T.A +names-xenomorph-first-dataset-270 = N.M.D + +names-xenomorph-first-dataset-271 = X.D.S +names-xenomorph-first-dataset-272 = B.T.R.T +names-xenomorph-first-dataset-273 = N.D.X +names-xenomorph-first-dataset-274 = C.R.P.T +names-xenomorph-first-dataset-275 = S.N.G.L.R +names-xenomorph-first-dataset-276 = V.R.N.T +names-xenomorph-first-dataset-277 = R.S.N.N.C +names-xenomorph-first-dataset-278 = T.H.R.S.H.L.D +names-xenomorph-first-dataset-279 = P.R.T.C.L +names-xenomorph-first-dataset-280 = R.S.N.L + +names-xenomorph-first-dataset-281 = F.R.M.T +names-xenomorph-first-dataset-282 = D.S.C.R.D +names-xenomorph-first-dataset-283 = L.M.N.L +names-xenomorph-first-dataset-284 = M.S.S.N +names-xenomorph-first-dataset-285 = S.T.R.T.M +names-xenomorph-first-dataset-286 = K.Y.S.T.N +names-xenomorph-first-dataset-287 = C.N.S.T.R.C.T +names-xenomorph-first-dataset-288 = N.T.R.F.C +names-xenomorph-first-dataset-289 = R.D.C.T +names-xenomorph-first-dataset-290 = N.C.L.S + +names-xenomorph-first-dataset-291 = V.R.T.S +names-xenomorph-first-dataset-292 = P.R.T.R +names-xenomorph-first-dataset-293 = S.B.J.C.T +names-xenomorph-first-dataset-294 = M.T.R.X +names-xenomorph-first-dataset-295 = D.R.C.T.V +names-xenomorph-first-dataset-296 = P.R.C.S.N +names-xenomorph-first-dataset-297 = C.R.R.L.T +names-xenomorph-first-dataset-298 = Q.N.X +names-xenomorph-first-dataset-299 = T.R.M.N.S +names-xenomorph-first-dataset-300 = T.R.D.R + +names-xenomorph-first-dataset-301 = S.N.W +names-xenomorph-first-dataset-302 = F.R.M +names-xenomorph-first-dataset-303 = R.N.G +names-xenomorph-first-dataset-304 = V.L.N.C +names-xenomorph-first-dataset-305 = H.R.D.P.N.T +names-xenomorph-first-dataset-306 = L.T.T.C +names-xenomorph-first-dataset-307 = N.T.W.R.K +names-xenomorph-first-dataset-308 = D.P.T.H +names-xenomorph-first-dataset-309 = M.P.L.S +names-xenomorph-first-dataset-310 = B.C.K.B.N + +names-xenomorph-first-dataset-311 = O.R.G.N +names-xenomorph-first-dataset-312 = S.Q.N.C +names-xenomorph-first-dataset-313 = R.C.R.S.N +names-xenomorph-first-dataset-314 = P.R.M.T.R +names-xenomorph-first-dataset-315 = C.P.C.T.R +names-xenomorph-first-dataset-316 = T.R.N.S.T +names-xenomorph-first-dataset-317 = L.M.N.T +names-xenomorph-first-dataset-318 = F.L.M.N.T +names-xenomorph-first-dataset-319 = N.R.L +names-xenomorph-first-dataset-320 = D.R.C.T.R + +names-xenomorph-first-dataset-321 = G.R.G.T +names-xenomorph-first-dataset-322 = S.T.B.L.T +names-xenomorph-first-dataset-323 = V.L.C.T +names-xenomorph-first-dataset-324 = N.R.T +names-xenomorph-first-dataset-325 = C.M.P.S.T +names-xenomorph-first-dataset-326 = R.C.T.R +names-xenomorph-first-dataset-327 = B.J.C.T +names-xenomorph-first-dataset-328 = L.Y.R +names-xenomorph-first-dataset-329 = P.T.R.N +names-xenomorph-first-dataset-330 = S.T.R.M + +names-xenomorph-first-dataset-331 = D.N.S.T +names-xenomorph-first-dataset-332 = M.D.L +names-xenomorph-first-dataset-333 = N.C.D +names-xenomorph-first-dataset-334 = F.R.Q.N.C +names-xenomorph-first-dataset-335 = R.S.R.C +names-xenomorph-first-dataset-336 = I.N.P.T +names-xenomorph-first-dataset-337 = O.U.T.P.T +names-xenomorph-first-dataset-338 = B.N.D.W.D.T.H +names-xenomorph-first-dataset-339 = S.N.C +names-xenomorph-first-dataset-340 = C.L.S.T.R + +names-xenomorph-first-dataset-341 = P.R.S.R +names-xenomorph-first-dataset-342 = D.C.D +names-xenomorph-first-dataset-343 = R.N.D.R +names-xenomorph-first-dataset-344 = R.C.H.T.C.T +names-xenomorph-first-dataset-345 = L.G.C +names-xenomorph-first-dataset-346 = X.C.T.R +names-xenomorph-first-dataset-347 = N.S.T.N.C +names-xenomorph-first-dataset-348 = S.C.L.R +names-xenomorph-first-dataset-349 = V.C.T.R.L +names-xenomorph-first-dataset-350 = M.T.D.T + +names-xenomorph-first-dataset-351 = C.N.T.X.T +names-xenomorph-first-dataset-352 = R.F.R.N.C +names-xenomorph-first-dataset-353 = S.T.T +names-xenomorph-first-dataset-354 = T.R.T +names-xenomorph-first-dataset-355 = D.M.N +names-xenomorph-first-dataset-356 = N.T.T +names-xenomorph-first-dataset-357 = F.C.T.R +names-xenomorph-first-dataset-358 = P.R.N.D +names-xenomorph-first-dataset-359 = L.M.T +names-xenomorph-first-dataset-360 = C.N.S.T.N.T + +names-xenomorph-first-dataset-361 = P.R.F.L +names-xenomorph-first-dataset-362 = S.G.N.L +names-xenomorph-first-dataset-363 = R.G.S.T.R +names-xenomorph-first-dataset-364 = B.F.R +names-xenomorph-first-dataset-365 = T.R.T.N +names-xenomorph-first-dataset-366 = D.C.S.N +names-xenomorph-first-dataset-367 = C.C.S +names-xenomorph-first-dataset-368 = L.O.A.D +names-xenomorph-first-dataset-369 = V.N.T +names-xenomorph-first-dataset-370 = T.R.G.R + +names-xenomorph-first-dataset-371 = S.C.H.M +names-xenomorph-first-dataset-372 = R.T +names-xenomorph-first-dataset-373 = C.H.N.N.L +names-xenomorph-first-dataset-374 = P.R.T +names-xenomorph-first-dataset-375 = N.S.T.R.C.T +names-xenomorph-first-dataset-376 = D.F.N +names-xenomorph-first-dataset-377 = X.P.R.S +names-xenomorph-first-dataset-378 = L.N.K +names-xenomorph-first-dataset-379 = B.R.D.G +names-xenomorph-first-dataset-380 = N.D + +names-xenomorph-first-dataset-381 = C.N.N.C.T +names-xenomorph-first-dataset-382 = P.V.T +names-xenomorph-first-dataset-383 = S.H.F.T +names-xenomorph-first-dataset-384 = R.S.T +names-xenomorph-first-dataset-385 = T.R.M.N.L +names-xenomorph-first-dataset-386 = F.F.S.T +names-xenomorph-first-dataset-387 = D.L.Y +names-xenomorph-first-dataset-388 = F.D.B.C.K +names-xenomorph-first-dataset-389 = N.T.G.R.T +names-xenomorph-first-dataset-390 = T.M.T.N + +names-xenomorph-first-dataset-391 = C.N.T.R.L +names-xenomorph-first-dataset-392 = S.P.R.V.S.R +names-xenomorph-first-dataset-393 = R.G.L.T.R +names-xenomorph-first-dataset-394 = P.R.C.S +names-xenomorph-first-dataset-395 = N.G.N +names-xenomorph-first-dataset-396 = L.D.R +names-xenomorph-first-dataset-397 = D.M.N +names-xenomorph-first-dataset-398 = N.T +names-xenomorph-first-dataset-399 = S.S.T.M +names-xenomorph-first-dataset-400 = C.M.M.N.D diff --git a/Resources/Locale/ru-RU/_Arcane/datasets/names/xeno_last.ftl b/Resources/Locale/ru-RU/_Arcane/datasets/names/xeno_last.ftl new file mode 100644 index 00000000000..0665e636872 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/datasets/names/xeno_last.ftl @@ -0,0 +1,500 @@ +names-xeno-last-dataset-1 = - 01 +names-xeno-last-dataset-2 = - 02 +names-xeno-last-dataset-3 = - 03 +names-xeno-last-dataset-4 = - 04 +names-xeno-last-dataset-5 = - 05 +names-xeno-last-dataset-6 = - 06 +names-xeno-last-dataset-7 = - 07 +names-xeno-last-dataset-8 = - 08 +names-xeno-last-dataset-9 = - 09 +names-xeno-last-dataset-10 = - 10 +names-xeno-last-dataset-11 = - 11 +names-xeno-last-dataset-12 = - 12 +names-xeno-last-dataset-13 = - 13 +names-xeno-last-dataset-14 = - 14 +names-xeno-last-dataset-15 = - 15 +names-xeno-last-dataset-16 = - 16 +names-xeno-last-dataset-17 = - 17 +names-xeno-last-dataset-18 = - 18 +names-xeno-last-dataset-19 = - 19 +names-xeno-last-dataset-20 = - 20 +names-xeno-last-dataset-21 = - 21 +names-xeno-last-dataset-22 = - 22 +names-xeno-last-dataset-23 = - 23 +names-xeno-last-dataset-24 = - 24 +names-xeno-last-dataset-25 = - 25 +names-xeno-last-dataset-26 = - 26 +names-xeno-last-dataset-27 = - 27 +names-xeno-last-dataset-28 = - 28 +names-xeno-last-dataset-29 = - 29 +names-xeno-last-dataset-30 = - 30 +names-xeno-last-dataset-31 = - 31 +names-xeno-last-dataset-32 = - 32 +names-xeno-last-dataset-33 = - 33 +names-xeno-last-dataset-34 = - 34 +names-xeno-last-dataset-35 = - 35 +names-xeno-last-dataset-36 = - 36 +names-xeno-last-dataset-37 = - 37 +names-xeno-last-dataset-38 = - 38 +names-xeno-last-dataset-39 = - 39 +names-xeno-last-dataset-40 = - 40 +names-xeno-last-dataset-41 = - 41 +names-xeno-last-dataset-42 = - 42 +names-xeno-last-dataset-43 = - 43 +names-xeno-last-dataset-44 = - 44 +names-xeno-last-dataset-45 = - 45 +names-xeno-last-dataset-46 = - 46 +names-xeno-last-dataset-47 = - 47 +names-xeno-last-dataset-48 = - 48 +names-xeno-last-dataset-49 = - 49 +names-xeno-last-dataset-50 = - 50 +names-xeno-last-dataset-51 = - 51 +names-xeno-last-dataset-52 = - 52 +names-xeno-last-dataset-53 = - 53 +names-xeno-last-dataset-54 = - 54 +names-xeno-last-dataset-55 = - 55 +names-xeno-last-dataset-56 = - 56 +names-xeno-last-dataset-57 = - 57 +names-xeno-last-dataset-58 = - 58 +names-xeno-last-dataset-59 = - 59 +names-xeno-last-dataset-60 = - 60 +names-xeno-last-dataset-61 = - 61 +names-xeno-last-dataset-62 = - 62 +names-xeno-last-dataset-63 = - 63 +names-xeno-last-dataset-64 = - 64 +names-xeno-last-dataset-65 = - 65 +names-xeno-last-dataset-66 = - 66 +names-xeno-last-dataset-67 = - 67 +names-xeno-last-dataset-68 = - 68 +names-xeno-last-dataset-69 = - 69 +names-xeno-last-dataset-70 = - 70 +names-xeno-last-dataset-71 = - 71 +names-xeno-last-dataset-72 = - 72 +names-xeno-last-dataset-73 = - 73 +names-xeno-last-dataset-74 = - 74 +names-xeno-last-dataset-75 = - 75 +names-xeno-last-dataset-76 = - 76 +names-xeno-last-dataset-77 = - 77 +names-xeno-last-dataset-78 = - 78 +names-xeno-last-dataset-79 = - 79 +names-xeno-last-dataset-80 = - 80 +names-xeno-last-dataset-81 = - 81 +names-xeno-last-dataset-82 = - 82 +names-xeno-last-dataset-83 = - 83 +names-xeno-last-dataset-84 = - 84 +names-xeno-last-dataset-85 = - 85 +names-xeno-last-dataset-86 = - 86 +names-xeno-last-dataset-87 = - 87 +names-xeno-last-dataset-88 = - 88 +names-xeno-last-dataset-89 = - 89 +names-xeno-last-dataset-90 = - 90 +names-xeno-last-dataset-91 = - 91 +names-xeno-last-dataset-92 = - 92 +names-xeno-last-dataset-93 = - 93 +names-xeno-last-dataset-94 = - 94 +names-xeno-last-dataset-95 = - 95 +names-xeno-last-dataset-96 = - 96 +names-xeno-last-dataset-97 = - 97 +names-xeno-last-dataset-98 = - 98 +names-xeno-last-dataset-99 = - 99 +names-xeno-last-dataset-100 = - 100 +names-xeno-last-dataset-101 = - 101 +names-xeno-last-dataset-102 = - 102 +names-xeno-last-dataset-103 = - 103 +names-xeno-last-dataset-104 = - 104 +names-xeno-last-dataset-105 = - 105 +names-xeno-last-dataset-106 = - 106 +names-xeno-last-dataset-107 = - 107 +names-xeno-last-dataset-108 = - 108 +names-xeno-last-dataset-109 = - 109 +names-xeno-last-dataset-110 = - 110 +names-xeno-last-dataset-111 = - 111 +names-xeno-last-dataset-112 = - 112 +names-xeno-last-dataset-113 = - 113 +names-xeno-last-dataset-114 = - 114 +names-xeno-last-dataset-115 = - 115 +names-xeno-last-dataset-116 = - 116 +names-xeno-last-dataset-117 = - 117 +names-xeno-last-dataset-118 = - 118 +names-xeno-last-dataset-119 = - 119 +names-xeno-last-dataset-120 = - 120 +names-xeno-last-dataset-121 = - 121 +names-xeno-last-dataset-122 = - 122 +names-xeno-last-dataset-123 = - 123 +names-xeno-last-dataset-124 = - 124 +names-xeno-last-dataset-125 = - 125 +names-xeno-last-dataset-126 = - 126 +names-xeno-last-dataset-127 = - 127 +names-xeno-last-dataset-128 = - 128 +names-xeno-last-dataset-129 = - 129 +names-xeno-last-dataset-130 = - 130 +names-xeno-last-dataset-131 = - 131 +names-xeno-last-dataset-132 = - 132 +names-xeno-last-dataset-133 = - 133 +names-xeno-last-dataset-134 = - 134 +names-xeno-last-dataset-135 = - 135 +names-xeno-last-dataset-136 = - 136 +names-xeno-last-dataset-137 = - 137 +names-xeno-last-dataset-138 = - 138 +names-xeno-last-dataset-139 = - 139 +names-xeno-last-dataset-140 = - 140 +names-xeno-last-dataset-141 = - 141 +names-xeno-last-dataset-142 = - 142 +names-xeno-last-dataset-143 = - 143 +names-xeno-last-dataset-144 = - 144 +names-xeno-last-dataset-145 = - 145 +names-xeno-last-dataset-146 = - 146 +names-xeno-last-dataset-147 = - 147 +names-xeno-last-dataset-148 = - 148 +names-xeno-last-dataset-149 = - 149 +names-xeno-last-dataset-150 = - 150 +names-xeno-last-dataset-151 = - 151 +names-xeno-last-dataset-152 = - 152 +names-xeno-last-dataset-153 = - 153 +names-xeno-last-dataset-154 = - 154 +names-xeno-last-dataset-155 = - 155 +names-xeno-last-dataset-156 = - 156 +names-xeno-last-dataset-157 = - 157 +names-xeno-last-dataset-158 = - 158 +names-xeno-last-dataset-159 = - 159 +names-xeno-last-dataset-160 = - 160 +names-xeno-last-dataset-161 = - 161 +names-xeno-last-dataset-162 = - 162 +names-xeno-last-dataset-163 = - 163 +names-xeno-last-dataset-164 = - 164 +names-xeno-last-dataset-165 = - 165 +names-xeno-last-dataset-166 = - 166 +names-xeno-last-dataset-167 = - 167 +names-xeno-last-dataset-168 = - 168 +names-xeno-last-dataset-169 = - 169 +names-xeno-last-dataset-170 = - 170 +names-xeno-last-dataset-171 = - 171 +names-xeno-last-dataset-172 = - 172 +names-xeno-last-dataset-173 = - 173 +names-xeno-last-dataset-174 = - 174 +names-xeno-last-dataset-175 = - 175 +names-xeno-last-dataset-176 = - 176 +names-xeno-last-dataset-177 = - 177 +names-xeno-last-dataset-178 = - 178 +names-xeno-last-dataset-179 = - 179 +names-xeno-last-dataset-180 = - 180 +names-xeno-last-dataset-181 = - 181 +names-xeno-last-dataset-182 = - 182 +names-xeno-last-dataset-183 = - 183 +names-xeno-last-dataset-184 = - 184 +names-xeno-last-dataset-185 = - 185 +names-xeno-last-dataset-186 = - 186 +names-xeno-last-dataset-187 = - 187 +names-xeno-last-dataset-188 = - 188 +names-xeno-last-dataset-189 = - 189 +names-xeno-last-dataset-190 = - 190 +names-xeno-last-dataset-191 = - 191 +names-xeno-last-dataset-192 = - 192 +names-xeno-last-dataset-193 = - 193 +names-xeno-last-dataset-194 = - 194 +names-xeno-last-dataset-195 = - 195 +names-xeno-last-dataset-196 = - 196 +names-xeno-last-dataset-197 = - 197 +names-xeno-last-dataset-198 = - 198 +names-xeno-last-dataset-199 = - 199 +names-xeno-last-dataset-200 = - 200 +names-xeno-last-dataset-201 = - 201 +names-xeno-last-dataset-202 = - 202 +names-xeno-last-dataset-203 = - 203 +names-xeno-last-dataset-204 = - 204 +names-xeno-last-dataset-205 = - 205 +names-xeno-last-dataset-206 = - 206 +names-xeno-last-dataset-207 = - 207 +names-xeno-last-dataset-208 = - 208 +names-xeno-last-dataset-209 = - 209 +names-xeno-last-dataset-210 = - 210 +names-xeno-last-dataset-211 = - 211 +names-xeno-last-dataset-212 = - 212 +names-xeno-last-dataset-213 = - 213 +names-xeno-last-dataset-214 = - 214 +names-xeno-last-dataset-215 = - 215 +names-xeno-last-dataset-216 = - 216 +names-xeno-last-dataset-217 = - 217 +names-xeno-last-dataset-218 = - 218 +names-xeno-last-dataset-219 = - 219 +names-xeno-last-dataset-220 = - 220 +names-xeno-last-dataset-221 = - 221 +names-xeno-last-dataset-222 = - 222 +names-xeno-last-dataset-223 = - 223 +names-xeno-last-dataset-224 = - 224 +names-xeno-last-dataset-225 = - 225 +names-xeno-last-dataset-226 = - 226 +names-xeno-last-dataset-227 = - 227 +names-xeno-last-dataset-228 = - 228 +names-xeno-last-dataset-229 = - 229 +names-xeno-last-dataset-230 = - 230 +names-xeno-last-dataset-231 = - 231 +names-xeno-last-dataset-232 = - 232 +names-xeno-last-dataset-233 = - 233 +names-xeno-last-dataset-234 = - 234 +names-xeno-last-dataset-235 = - 235 +names-xeno-last-dataset-236 = - 236 +names-xeno-last-dataset-237 = - 237 +names-xeno-last-dataset-238 = - 238 +names-xeno-last-dataset-239 = - 239 +names-xeno-last-dataset-240 = - 240 +names-xeno-last-dataset-241 = - 241 +names-xeno-last-dataset-242 = - 242 +names-xeno-last-dataset-243 = - 243 +names-xeno-last-dataset-244 = - 244 +names-xeno-last-dataset-245 = - 245 +names-xeno-last-dataset-246 = - 246 +names-xeno-last-dataset-247 = - 247 +names-xeno-last-dataset-248 = - 248 +names-xeno-last-dataset-249 = - 249 +names-xeno-last-dataset-250 = - 250 +names-xeno-last-dataset-251 = - 251 +names-xeno-last-dataset-252 = - 252 +names-xeno-last-dataset-253 = - 253 +names-xeno-last-dataset-254 = - 254 +names-xeno-last-dataset-255 = - 255 +names-xeno-last-dataset-256 = - 256 +names-xeno-last-dataset-257 = - 257 +names-xeno-last-dataset-258 = - 258 +names-xeno-last-dataset-259 = - 259 +names-xeno-last-dataset-260 = - 260 +names-xeno-last-dataset-261 = - 261 +names-xeno-last-dataset-262 = - 262 +names-xeno-last-dataset-263 = - 263 +names-xeno-last-dataset-264 = - 264 +names-xeno-last-dataset-265 = - 265 +names-xeno-last-dataset-266 = - 266 +names-xeno-last-dataset-267 = - 267 +names-xeno-last-dataset-268 = - 268 +names-xeno-last-dataset-269 = - 269 +names-xeno-last-dataset-270 = - 270 +names-xeno-last-dataset-271 = - 271 +names-xeno-last-dataset-272 = - 272 +names-xeno-last-dataset-273 = - 273 +names-xeno-last-dataset-274 = - 274 +names-xeno-last-dataset-275 = - 275 +names-xeno-last-dataset-276 = - 276 +names-xeno-last-dataset-277 = - 277 +names-xeno-last-dataset-278 = - 278 +names-xeno-last-dataset-279 = - 279 +names-xeno-last-dataset-280 = - 280 +names-xeno-last-dataset-281 = - 281 +names-xeno-last-dataset-282 = - 282 +names-xeno-last-dataset-283 = - 283 +names-xeno-last-dataset-284 = - 284 +names-xeno-last-dataset-285 = - 285 +names-xeno-last-dataset-286 = - 286 +names-xeno-last-dataset-287 = - 287 +names-xeno-last-dataset-288 = - 288 +names-xeno-last-dataset-289 = - 289 +names-xeno-last-dataset-290 = - 290 +names-xeno-last-dataset-291 = - 291 +names-xeno-last-dataset-292 = - 292 +names-xeno-last-dataset-293 = - 293 +names-xeno-last-dataset-294 = - 294 +names-xeno-last-dataset-295 = - 295 +names-xeno-last-dataset-296 = - 296 +names-xeno-last-dataset-297 = - 297 +names-xeno-last-dataset-298 = - 298 +names-xeno-last-dataset-299 = - 299 +names-xeno-last-dataset-300 = - 300 +names-xeno-last-dataset-301 = - 301 +names-xeno-last-dataset-302 = - 302 +names-xeno-last-dataset-303 = - 303 +names-xeno-last-dataset-304 = - 304 +names-xeno-last-dataset-305 = - 305 +names-xeno-last-dataset-306 = - 306 +names-xeno-last-dataset-307 = - 307 +names-xeno-last-dataset-308 = - 308 +names-xeno-last-dataset-309 = - 309 +names-xeno-last-dataset-310 = - 310 +names-xeno-last-dataset-311 = - 311 +names-xeno-last-dataset-312 = - 312 +names-xeno-last-dataset-313 = - 313 +names-xeno-last-dataset-314 = - 314 +names-xeno-last-dataset-315 = - 315 +names-xeno-last-dataset-316 = - 316 +names-xeno-last-dataset-317 = - 317 +names-xeno-last-dataset-318 = - 318 +names-xeno-last-dataset-319 = - 319 +names-xeno-last-dataset-320 = - 320 +names-xeno-last-dataset-321 = - 321 +names-xeno-last-dataset-322 = - 322 +names-xeno-last-dataset-323 = - 323 +names-xeno-last-dataset-324 = - 324 +names-xeno-last-dataset-325 = - 325 +names-xeno-last-dataset-326 = - 326 +names-xeno-last-dataset-327 = - 327 +names-xeno-last-dataset-328 = - 328 +names-xeno-last-dataset-329 = - 329 +names-xeno-last-dataset-330 = - 330 +names-xeno-last-dataset-331 = - 331 +names-xeno-last-dataset-332 = - 332 +names-xeno-last-dataset-333 = - 333 +names-xeno-last-dataset-334 = - 334 +names-xeno-last-dataset-335 = - 335 +names-xeno-last-dataset-336 = - 336 +names-xeno-last-dataset-337 = - 337 +names-xeno-last-dataset-338 = - 338 +names-xeno-last-dataset-339 = - 339 +names-xeno-last-dataset-340 = - 340 +names-xeno-last-dataset-341 = - 341 +names-xeno-last-dataset-342 = - 342 +names-xeno-last-dataset-343 = - 343 +names-xeno-last-dataset-344 = - 344 +names-xeno-last-dataset-345 = - 345 +names-xeno-last-dataset-346 = - 346 +names-xeno-last-dataset-347 = - 347 +names-xeno-last-dataset-348 = - 348 +names-xeno-last-dataset-349 = - 349 +names-xeno-last-dataset-350 = - 350 +names-xeno-last-dataset-351 = - 351 +names-xeno-last-dataset-352 = - 352 +names-xeno-last-dataset-353 = - 353 +names-xeno-last-dataset-354 = - 354 +names-xeno-last-dataset-355 = - 355 +names-xeno-last-dataset-356 = - 356 +names-xeno-last-dataset-357 = - 357 +names-xeno-last-dataset-358 = - 358 +names-xeno-last-dataset-359 = - 359 +names-xeno-last-dataset-360 = - 360 +names-xeno-last-dataset-361 = - 361 +names-xeno-last-dataset-362 = - 362 +names-xeno-last-dataset-363 = - 363 +names-xeno-last-dataset-364 = - 364 +names-xeno-last-dataset-365 = - 365 +names-xeno-last-dataset-366 = - 366 +names-xeno-last-dataset-367 = - 367 +names-xeno-last-dataset-368 = - 368 +names-xeno-last-dataset-369 = - 369 +names-xeno-last-dataset-370 = - 370 +names-xeno-last-dataset-371 = - 371 +names-xeno-last-dataset-372 = - 372 +names-xeno-last-dataset-373 = - 373 +names-xeno-last-dataset-374 = - 374 +names-xeno-last-dataset-375 = - 375 +names-xeno-last-dataset-376 = - 376 +names-xeno-last-dataset-377 = - 377 +names-xeno-last-dataset-378 = - 378 +names-xeno-last-dataset-379 = - 379 +names-xeno-last-dataset-380 = - 380 +names-xeno-last-dataset-381 = - 381 +names-xeno-last-dataset-382 = - 382 +names-xeno-last-dataset-383 = - 383 +names-xeno-last-dataset-384 = - 384 +names-xeno-last-dataset-385 = - 385 +names-xeno-last-dataset-386 = - 386 +names-xeno-last-dataset-387 = - 387 +names-xeno-last-dataset-388 = - 388 +names-xeno-last-dataset-389 = - 389 +names-xeno-last-dataset-390 = - 390 +names-xeno-last-dataset-391 = - 391 +names-xeno-last-dataset-392 = - 392 +names-xeno-last-dataset-393 = - 393 +names-xeno-last-dataset-394 = - 394 +names-xeno-last-dataset-395 = - 395 +names-xeno-last-dataset-396 = - 396 +names-xeno-last-dataset-397 = - 397 +names-xeno-last-dataset-398 = - 398 +names-xeno-last-dataset-399 = - 399 +names-xeno-last-dataset-400 = - 400 +names-xeno-last-dataset-401 = - 401 +names-xeno-last-dataset-402 = - 402 +names-xeno-last-dataset-403 = - 403 +names-xeno-last-dataset-404 = - 404 +names-xeno-last-dataset-405 = - 405 +names-xeno-last-dataset-406 = - 406 +names-xeno-last-dataset-407 = - 407 +names-xeno-last-dataset-408 = - 408 +names-xeno-last-dataset-409 = - 409 +names-xeno-last-dataset-410 = - 410 +names-xeno-last-dataset-411 = - 411 +names-xeno-last-dataset-412 = - 412 +names-xeno-last-dataset-413 = - 413 +names-xeno-last-dataset-414 = - 414 +names-xeno-last-dataset-415 = - 415 +names-xeno-last-dataset-416 = - 416 +names-xeno-last-dataset-417 = - 417 +names-xeno-last-dataset-418 = - 418 +names-xeno-last-dataset-419 = - 419 +names-xeno-last-dataset-420 = - 420 +names-xeno-last-dataset-421 = - 421 +names-xeno-last-dataset-422 = - 422 +names-xeno-last-dataset-423 = - 423 +names-xeno-last-dataset-424 = - 424 +names-xeno-last-dataset-425 = - 425 +names-xeno-last-dataset-426 = - 426 +names-xeno-last-dataset-427 = - 427 +names-xeno-last-dataset-428 = - 428 +names-xeno-last-dataset-429 = - 429 +names-xeno-last-dataset-430 = - 430 +names-xeno-last-dataset-431 = - 431 +names-xeno-last-dataset-432 = - 432 +names-xeno-last-dataset-433 = - 433 +names-xeno-last-dataset-434 = - 434 +names-xeno-last-dataset-435 = - 435 +names-xeno-last-dataset-436 = - 436 +names-xeno-last-dataset-437 = - 437 +names-xeno-last-dataset-438 = - 438 +names-xeno-last-dataset-439 = - 439 +names-xeno-last-dataset-440 = - 440 +names-xeno-last-dataset-441 = - 441 +names-xeno-last-dataset-442 = - 442 +names-xeno-last-dataset-443 = - 443 +names-xeno-last-dataset-444 = - 444 +names-xeno-last-dataset-445 = - 445 +names-xeno-last-dataset-446 = - 446 +names-xeno-last-dataset-447 = - 447 +names-xeno-last-dataset-448 = - 448 +names-xeno-last-dataset-449 = - 449 +names-xeno-last-dataset-450 = - 450 +names-xeno-last-dataset-451 = - 451 +names-xeno-last-dataset-452 = - 452 +names-xeno-last-dataset-453 = - 453 +names-xeno-last-dataset-454 = - 454 +names-xeno-last-dataset-455 = - 455 +names-xeno-last-dataset-456 = - 456 +names-xeno-last-dataset-457 = - 457 +names-xeno-last-dataset-458 = - 458 +names-xeno-last-dataset-459 = - 459 +names-xeno-last-dataset-460 = - 460 +names-xeno-last-dataset-461 = - 461 +names-xeno-last-dataset-462 = - 462 +names-xeno-last-dataset-463 = - 463 +names-xeno-last-dataset-464 = - 464 +names-xeno-last-dataset-465 = - 465 +names-xeno-last-dataset-466 = - 466 +names-xeno-last-dataset-467 = - 467 +names-xeno-last-dataset-468 = - 468 +names-xeno-last-dataset-469 = - 469 +names-xeno-last-dataset-470 = - 470 +names-xeno-last-dataset-471 = - 471 +names-xeno-last-dataset-472 = - 472 +names-xeno-last-dataset-473 = - 473 +names-xeno-last-dataset-474 = - 474 +names-xeno-last-dataset-475 = - 475 +names-xeno-last-dataset-476 = - 476 +names-xeno-last-dataset-477 = - 477 +names-xeno-last-dataset-478 = - 478 +names-xeno-last-dataset-479 = - 479 +names-xeno-last-dataset-480 = - 480 +names-xeno-last-dataset-481 = - 481 +names-xeno-last-dataset-482 = - 482 +names-xeno-last-dataset-483 = - 483 +names-xeno-last-dataset-484 = - 484 +names-xeno-last-dataset-485 = - 485 +names-xeno-last-dataset-486 = - 486 +names-xeno-last-dataset-487 = - 487 +names-xeno-last-dataset-488 = - 488 +names-xeno-last-dataset-489 = - 489 +names-xeno-last-dataset-490 = - 490 +names-xeno-last-dataset-491 = - 491 +names-xeno-last-dataset-492 = - 492 +names-xeno-last-dataset-493 = - 493 +names-xeno-last-dataset-494 = - 494 +names-xeno-last-dataset-495 = - 495 +names-xeno-last-dataset-496 = - 496 +names-xeno-last-dataset-497 = - 497 +names-xeno-last-dataset-498 = - 498 +names-xeno-last-dataset-499 = - 499 +names-xeno-last-dataset-500 = - 500 diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/hands/gloves.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/hands/gloves.ftl new file mode 100644 index 00000000000..44b42d47526 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/hands/gloves.ftl @@ -0,0 +1,2 @@ +ent-ClothingHandsQMLongGloves = длинные перчатки квартирмейстера + .desc = Чёрные перчатки, защищающие руки от порезов денежными купюрами. diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/head/hats.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/head/hats.ftl new file mode 100644 index 00000000000..e6b0c96b723 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/head/hats.ftl @@ -0,0 +1,12 @@ +ent-ClothingHatNTRBlackBeret = чёрный берет представителя NanoTrasen + .desc = Элегантный головной убор. +ent-ClothingHatClownPink = розовая шапка клоуна + .desc = Розовый - значит забавный! +ent-ClothingHatCMO = шапочка главного врача + .desc = Создана для проведения операций и осмотров, но выглядит так, будто для парадов. +ent-ClothingHatHOSCap = фуражка ГСБ + .desc = Я здесь закон! +ent-ClothingHatQMBlackBeret = альтернативный берет квартирмейстера + .desc = Берет главы отдела снабжения. +ent-ClothingHatSanitar = шапочка санитара + .desc = Головной убор маньяка из слэшера. diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/innerclothing/uniforms.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/innerclothing/uniforms.ftl new file mode 100644 index 00000000000..e39c42ff244 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/innerclothing/uniforms.ftl @@ -0,0 +1,30 @@ +ent-ClothingUniformBartender = униформа бармена + .desc = Униформа бармена. +ent-ClothingUniformBartenderSkirt = униформа бармена с юбкой + .desc = Униформа бармена с юбкой. +ent-ClothingUniformNTRBlack = чёрная униформа представителя NanoTrasen + .desc = Показатель навыка и чувства стиля. +ent-ClothingUniformNTRBlackSkirt = чёрная униформа представителя NanoTrasen с юбкой + .desc = Показатель навыка и чувства стиля. +ent-ClothingUniformNTRWhiteSkirt = белая униформа представителя NanoTrasen с юбкой + .desc = Показатель навыка и чувства стиля. +ent-ClothingUniformNTRWhite = белая униформа представителя NanoTrasen + .desc = Показатель навыка и чувства стиля. +ent-ClothingUniformPinkClown = розовое клоунское платье + .desc = Ещё больше веселья, приколов и стиля! +ent-ClothingUniformCMOSweaterSkirt = свитер главного врача с юбкой + .desc = Дорогой, качественный свитер, показывающий, кто тут босс практической медицины. +ent-ClothingUniformCMOSweater = свитер главного врача + .desc = Дорогой, качественный свитер, показывающий, кто тут босс практической медицины. +ent-ClothingUniformHOSShortDress = короткое платье ГСБ + .desc = Покажи им, кто тут мать. +ent-ClothingUniformNun = платье монашки + .desc = Скромное готическое чёрное платье. +ent-ClothingUniformQMBlackSkirtSleeveles = чёрная юбка-униформа квартирмейстера без рукавов + .desc = "Проваливай отсюда и принеси мне денег!" +ent-ClothingUniformQMBlackSleeveles = чёрная униформа квартирмейстера без рукавов + .desc = "Проваливай отсюда и принеси мне денег!" +ent-ClothingUniformQMSkirtSleeveles =юбка-униформа квартирмейстера без рукавов + .desc = "Проваливай отсюда и принеси мне денег!" +ent-ClothingUniformQMSleeveles = униформа квартирмейстера без рукавов + .desc = "Проваливай отсюда и принеси мне денег!" diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/lovemate.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/lovemate.ftl new file mode 100644 index 00000000000..83d71ee2549 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/lovemate.ftl @@ -0,0 +1,8 @@ +ent-ClothingJumpsuitBDSMress = БДСМ платье + .desc = Короткое чёрное соблазнительное платье, которое так и кричит о том, что сегодня над вами будут доминировать. +ent-ClothingJumpsuitBlackShirt = чёрная сорочка + .desc = Полупрозрачная сорочка для комфортного сна. +ent-ClothingJumpsuitWhiteShirt = белая сорочка + .desc = Полупрозрачная сорочка для комфортного сна. +ent-ClothingHandsBDSMgloves = БДСМ перчатки + .desc = Длинные чёрные перчатки, созданные для того, чтобы затянуть на вашей шее поводок потуже. diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/neck/cloaks.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/neck/cloaks.ftl new file mode 100644 index 00000000000..4c0350afa3a --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/neck/cloaks.ftl @@ -0,0 +1,14 @@ +ent-ClothingCloakNTRBlack = чёрный плащ представителя NanoTrasen + .desc = Чёрный плащ с золотой отделкой, созданный для лучших в своём деле. +ent-ClothingCloakNTRTricolor = трёхцветный плащ представителя NanoTrasen + .desc = Зелёная полоса? Выглядит изысканно. +ent-ClothingCloakCMOHonorable = почётный плащ главного врача + .desc = Только опытнейший врач может позволить себе такой. +ent-ClothingCloakHOSBlack = чёрный плащ ГСБ + .desc = Брутальный и мрачный. +ent-ClothingCloakHOSRed = красный плащ ГСБ + .desc = Брутальный и мрачный. +ent-ClothingCloakQMBlack = чёрный плащ квартирмейстера + .desc = Чёрные перья! Ты однозначно босс здесь. +ent-ClothingCloakQMWhite = светлый плащ квартирмейстера + .desc = Классика. diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/outerclothing/armor.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/outerclothing/armor.ftl new file mode 100644 index 00000000000..e22cffc8eff --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/outerclothing/armor.ftl @@ -0,0 +1,2 @@ +ent-ClothingOuterHOSLongVest = длинный бронежилет ГСБ + .desc = Высококачественный бронированный жилет из прочного синтетического материала. Несмотря на внушительную защиту, он гибкий и лёгкий. diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/outerclothing/coats.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/outerclothing/coats.ftl new file mode 100644 index 00000000000..636078359e6 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/outerclothing/coats.ftl @@ -0,0 +1,14 @@ +ent-ClothingOuterArmorHoSLeather = кожаный плащ + .desc = Чёрный кожаный плащ, усиленный экспериментальным сплавом с поддержкой bluespace для дополнительной защиты и стиля тех, кто обладает командным присутствием. +ent-ClothingOuterCoatLabEasy = свободный лабораторный халат + .desc =Халат, защищающий от небольших разливов химикатов. +ent-ClothingOuterCoatLabBelts = халат с портупеей + .desc = Халат, защищающий от небольших разливов химикатов. Имеет несколько чёрных ремней на груди. +ent-ClothingOuterCoatLabBlack = чёрный халат + .desc = Чёрный халат, защищающий от небольших разливов химикатов. +ent-ClothingOuterCoatLabEnlightenment = халат эпохи возрождения + .desc = Слово "бахус" и слово "смерть" для вас означают одно и то же. +ent-ClothingOuterApostolCoat = плащ апостола + .desc = Вонми гласу моления моего, внегда воззвати ми к Тебе. +ent-ClothingOuterCoatAdjutant = зимняя куртка адъютанта + .desc = Тяжёлая куртка из 'синтетического' меха животных. diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/shoes/boots.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/shoes/boots.ftl new file mode 100644 index 00000000000..8416fdeeb49 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/shoes/boots.ftl @@ -0,0 +1,2 @@ +ent-ClothingShoesQMBoots = ботинки квартирмейстера + .desc = Дорогие стильные чёрные ботинки. diff --git a/Resources/Locale/ru-RU/_Arcane/entities/clothing/shoes/shoes.ftl b/Resources/Locale/ru-RU/_Arcane/entities/clothing/shoes/shoes.ftl new file mode 100644 index 00000000000..e64159cf586 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/clothing/shoes/shoes.ftl @@ -0,0 +1,2 @@ +ent-ClothingShoesOldFashionedMedical = старомодные туфли врача + .desc = Классические туфли эпохи возрождения. diff --git a/Resources/Locale/ru-RU/_Arcane/entities/erp.ftl b/Resources/Locale/ru-RU/_Arcane/entities/erp.ftl new file mode 100644 index 00000000000..d9d80caa188 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/erp.ftl @@ -0,0 +1,44 @@ +ent-Whip = плётка + .desc = Для любителей развлечений пожёстче. +ent-BlowGreen = зелёный рот + .desc = Игрушка, имитирующая рот. +ent-BlowPink = розовый рот + .desc = Игрушка, имитирующая рот. +ent-BlowPurple = фиолетовый рот + .desc = Игрушка, имитирующая рот. +ent-BunnyVibrator = вибратор-кролик + .desc = Вибратор с двумя концами. +ent-ButtholeGreen = зелёный искусственный анус + .desc = Игрушка, имитирующая анус. +ent-ButtholePink = розовый искусственный анус + .desc = Игрушка, имитирующая анус. +ent-ButtholePurple = фиолетовый искусственный анус + .desc = Игрушка, имитирующая анус. +ent-DogDildo = собачий дилдо + .desc = Игрушка, имитирующая мужской половой орган. +ent-HorseDildo = конский дилдо + .desc = Игрушка, имитирующая мужской половой орган. +ent-TentacleSDildo = дилдо-щупальце + .desc = Игрушка, имитирующая мужской половой орган. +ent-SlimeDildo = слайм-дилдо + .desc = Игрушка, имитирующая мужской половой орган. +ent-XenoDildo = дилдо ксено + .desc = Игрушка, имитирующая мужской половой орган. +ent-OnaholeGreen = зелёная киска + .desc = Игрушка, имитирующая женский половой орган. +ent-OnaholePink = розовая киска + .desc = Игрушка, имитирующая женский половой орган. +ent-OnaholePurple = фиолетовая киска + .desc = Игрушка, имитирующая женский половой орган. +ent-PussyVulpaBlue = голубая киска вульпы + .desc = Игрушка, имитирующая женский половой орган вульпканина. +ent-PussyVulpaPink = розовая киска вульпы + .desc = Игрушка, имитирующая женский половой орган вульпканина. +ent-PussyVulpaRed = красная киска вульпы + .desc = Игрушка, имитирующая женский половой орган вульпканина. +ent-Condom = презерватив + .desc = Один из самых распространённых контрацептивов. Не забудь надеть! +ent-CondomTrash = пустая упаковка от презерватива + .desc = Это мусор. +ent-ClothingUnderwearCondom = презерватив + .desc = Один из самых распространённых контрацептивов. Не забудь надеть! diff --git a/Resources/Locale/ru-RU/_Arcane/entities/mobs/player/humanoid_xeno.ftl b/Resources/Locale/ru-RU/_Arcane/entities/mobs/player/humanoid_xeno.ftl new file mode 100644 index 00000000000..61c201d9577 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/mobs/player/humanoid_xeno.ftl @@ -0,0 +1,2 @@ +ent-MobHumanoidXeno = Урист МакКсено + .desc = { ent-BaseMobHumanoidXeno.desc } diff --git a/Resources/Locale/ru-RU/_Arcane/entities/mobs/species/humanoid_xeno.ftl b/Resources/Locale/ru-RU/_Arcane/entities/mobs/species/humanoid_xeno.ftl new file mode 100644 index 00000000000..e06c2127da2 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/mobs/species/humanoid_xeno.ftl @@ -0,0 +1,9 @@ +species-name-xeno = Ксеноморф + +ent-BaseMobHumanoidXeno = Урист МакКсено + .desc = { ent-BaseMobSpeciesOrganic.desc } +ent-MobXenoDummy = { ent-BaseSpeciesDummy } + .desc = { ent-BaseSpeciesDummy.desc } +ent-MobHumanoidXenoRandom = { ent-BaseMobHumanoidXeno } + .suffix = Случайный вид + .desc = { ent-BaseMobHumanoidXeno.desc } diff --git a/Resources/Locale/ru-RU/_Arcane/entities/structures/machines/vending_machines.ftl b/Resources/Locale/ru-RU/_Arcane/entities/structures/machines/vending_machines.ftl new file mode 100644 index 00000000000..99894e0f83e --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/entities/structures/machines/vending_machines.ftl @@ -0,0 +1,2 @@ +ent-VendingMachineLove = Лавмат + .desc = Широкий выбор развлечений для вас! diff --git a/Resources/Locale/ru-RU/_Arcane/markings/humanoid_xeno.ftl b/Resources/Locale/ru-RU/_Arcane/markings/humanoid_xeno.ftl new file mode 100644 index 00000000000..792bbf10659 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/markings/humanoid_xeno.ftl @@ -0,0 +1,42 @@ +marking-HumanoidXenoTailDrone = Хвост дрона +marking-HumanoidXenoTailPredalien = Хвост предалиена +marking-HumanoidXenoTailPretor = Хвост преторианца +marking-HumanoidXenoTailQueen = Хвост королевы +marking-HumanoidXenoTailRavager = Хвост разрушителя +marking-HumanoidXenoTailSpitter = Хвост плевателя +marking-HumanoidXenoTailRunner = Хвост бегуна +marking-HumanoidXenoTailBoiler = Хвост бойлера +marking-HumanoidXenoTailCrusher = Хвост крушителя +marking-HumanoidXenoTailNeomprph = Хвост неоморфа +marking-HumanoidXenoTailQueenLong = Длинный хвост королевы +marking-HumanoidXenoHeadDrone = Голова дрона +marking-HumanoidXenoHeadSpitter = Голова плевателя +marking-HumanoidXenoHeadPretor = Голова претора +marking-HumanoidXenoHeadQueen = Голова королевы +marking-HumanoidXenoHeadPredalien = Голова предалиена +marking-HumanoidXenoHeadRavager = Голова разрушителя +marking-HumanoidXenoHeadRunner = Голова бегуна +marking-HumanoidXenoHeadBoiler = Голова бойлера +marking-HumanoidXenoHeadCrusher = Голова крушителя +marking-HumanoidXenoHeadCarrier = Голова носителя +marking-HumanoidXenoHeadNeomorph = Голова неоморфа +marking-HumanoidXenoHeadWorker = Голова рабочего +marking-HumanoidXenoChestPredalien = Грудь предалиена +marking-HumanoidXenoChestSpitter = Грудь плевателя +marking-HumanoidXenoChestMuscles = "Мышцы" +marking-HumanoidXenoChestNeomorph = Тело неоморфа +marking-HumanoidXenoChestUnnaturalMuscles = Неестественные мышцы +marking-HumanoidXenoTracheasDrone = Трахеи дрона +marking-HumanoidXenoTracheasPredalien = Трахеи предалиена +marking-HumanoidXenoTracheasPretor = Трахеи преторианца +marking-HumanoidXenoTracheasQueen = Трахеи королевы +marking-HumanoidXenoTracheasRavager = Трахеи разрушителя +marking-HumanoidXenoTracheasBoiler = Трахеи бойлера +marking-HumanoidXenoTracheasCrusher = Трахеи крушителя +marking-HumanoidXenoTracheasNeomorph = Трахеи неоморфа +marking-HumanoidXenoTracheasCarrier = Трахеи носителя +marking-HumanoidXenoLegsPredalien = Ноги предалиена +marking-HumanoidXenoLegsMuscles = "Мышцы" +marking-HumanoidXenoArmsPredalien = Руки предалиена +marking-HumanoidXenoArmsRavager = Руки разрушителя +marking-HumanoidXenoArmsMuscles = "Мышцы" diff --git a/Resources/Locale/ru-RU/_Arcane/preferences/loadout_groups.ftl b/Resources/Locale/ru-RU/_Arcane/preferences/loadout_groups.ftl new file mode 100644 index 00000000000..8d7b9e00e99 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/preferences/loadout_groups.ftl @@ -0,0 +1 @@ +loadout-group-quartermaster-hands = Квартирмейстер, руки diff --git a/Resources/Locale/ru-RU/_Arcane/voice/humanoid_xeno.ftl b/Resources/Locale/ru-RU/_Arcane/voice/humanoid_xeno.ftl new file mode 100644 index 00000000000..ae55cc6cac8 --- /dev/null +++ b/Resources/Locale/ru-RU/_Arcane/voice/humanoid_xeno.ftl @@ -0,0 +1,7 @@ +chat-emote-name-hisses = Шипение +chat-emote-name-roars = Рёв +chat-emote-name-rumbles = Урчание + +chat-emote-msg-hisses = шипит. +chat-emote-msg-roars = ревёт! +chat-emote-msg-rumbles = урчит. diff --git a/Resources/Prototypes/Loadouts/LoadoutGroups/loadout_groups.yml b/Resources/Prototypes/Loadouts/LoadoutGroups/loadout_groups.yml index 1f879a07058..6f203001805 100644 --- a/Resources/Prototypes/Loadouts/LoadoutGroups/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/LoadoutGroups/loadout_groups.yml @@ -683,6 +683,7 @@ loadouts: - JesterHat - JesterAltHat + - ClownPinkHatPatron # Arcane - type: loadoutGroup id: ClownJumpsuit @@ -699,6 +700,7 @@ - ClownSpottedJumpskirt # Starlight - JesterSuit - JesterAltSuit + - ClownPinkPatron # Arcane - type: loadoutGroup @@ -888,6 +890,7 @@ loadouts: - QuartermasterHead - QuartermasterBeret + - QMBlackBeretPatron # Arcane - type: loadoutGroup id: QuartermasterJumpsuit @@ -915,6 +918,15 @@ loadouts: - QuartermasterWintercoat +# Arcane - Start +- type: loadoutGroup + id: QuartermasterHands + name: loadout-group-quartermaster-hands + minLimit: 0 + loadouts: + - QMGlovesPatron +# Arcane - End + - type: loadoutGroup id: QuartermasterShoes name: loadout-group-quartermaster-shoes @@ -927,6 +939,7 @@ - SalvageBoots - WorkBoots - Heels + - QMShoesPatron # Arcane - type: loadoutGroup id: QuartermasterJobTrinkets @@ -1378,6 +1391,7 @@ - HeadofSecurityHead - HeadofSecuritySheriff #Starlight - HeadofSecurityBeret + - HOSCapPatron # Arcane - type: loadoutGroup id: HeadofSecurityJumpsuit @@ -1393,6 +1407,7 @@ - HeadofSecurityBlackSkirt - HeadofSecurityBlueJumpsuit - HeadofSecurityGreyJumpsuit + - HOSShortDressPatron # Arcane - type: loadoutGroup id: HeadofSecurityNeck diff --git a/Resources/Prototypes/Loadouts/LoadoutGroups/medical.yml b/Resources/Prototypes/Loadouts/LoadoutGroups/medical.yml index 891a55487b8..e6b2af7eb94 100644 --- a/Resources/Prototypes/Loadouts/LoadoutGroups/medical.yml +++ b/Resources/Prototypes/Loadouts/LoadoutGroups/medical.yml @@ -27,6 +27,7 @@ - Heels # 🌟Starlight🌟 - LaceupShoes # 🌟Starlight🌟 - LeatherShoes # 🌟Starlight🌟 + - OldFashionesDoctorShoesPatron # Arcane - type: loadoutGroup id: SurvivalMedical @@ -51,6 +52,7 @@ loadouts: - ChiefMedicalOfficerBeret - CMOMedicalHeadMirror + - CMOHatPatron # Arcane - type: loadoutGroup id: ChiefMedicalOfficerJumpsuit @@ -84,6 +86,7 @@ - ChiefMedicalOfficerMantle - ChiefMedicalOfficerShawl # DeltaV - ChiefMedicalOfficerOverShoulder # DeltaV + - CMOHonorableCloakPatron # Arcane - type: loadoutGroup id: ChiefMedicalOfficerShoes @@ -117,6 +120,7 @@ - RainbowSurgeryCap # Delta V - WhiteSurgeryCap # Delta V - NurseHat + - SanitarHatPatron # Arcane - type: loadoutGroup id: MedicalDoctorJumpsuit diff --git a/Resources/Prototypes/Loadouts/RoleLoadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/RoleLoadouts/role_loadouts.yml index 1606047e808..09900f62cb1 100644 --- a/Resources/Prototypes/Loadouts/RoleLoadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/RoleLoadouts/role_loadouts.yml @@ -284,6 +284,7 @@ - GroupTankHarness - QuartermasterHead - QuartermasterNeck + - QuartermasterHands # Arcane - QuartermasterJumpsuit - CargoTechnicianBackpack - QuartermasterOuterClothing diff --git a/Resources/Prototypes/_Arcane/Body/Organs/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Body/Organs/humanoid_xeno.yml new file mode 100644 index 00000000000..18a7634393d --- /dev/null +++ b/Resources/Prototypes/_Arcane/Body/Organs/humanoid_xeno.yml @@ -0,0 +1,170 @@ +- type: entity + id: BaseHumanoidXenoOrganUnGibbable + parent: BaseItem + abstract: true + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/organs.rsi + - type: Organ + - type: Extractable + grindableSolutionName: organ + - type: SolutionContainerManager + solutions: + organ: + reagents: + - ReagentId: Nutriment + Quantity: 10 + food: + maxVol: 5 + reagents: + - ReagentId: FluorosulfuricAcid + Quantity: 5 + - type: FlavorProfile + flavors: + - people + - type: Tag + tags: + - Meat + +- type: entity + id: BaseHumanoidXenoOrgan + parent: BaseHumanoidXenoOrganUnGibbable + abstract: true + +- type: entity + id: OrganHumanoidXenoBrain + parent: [BaseHumanoidXenoOrgan, OrganHumanBrain] + name: brain + description: The nexus of the alien mind. Thoughts you don't want to know. + components: + - type: Sprite + state: brain + - type: Organ + - type: Input + context: "ghost" + - type: Brain + - type: InputMover + - type: Examiner + - type: BlockMovement + - type: BadFood + - type: Tag + tags: + - Meat + - type: SolutionContainerManager + solutions: + organ: + reagents: + - ReagentId: Nutriment + Quantity: 10 + food: + maxVol: 5 + reagents: + - ReagentId: GreyMatter + Quantity: 5 + - type: FlavorProfile + flavors: + - people + +- type: entity + id: OrganHumanoidXenoLungs + parent: [BaseHumanoidXenoOrgan] + name: lungs + description: They filter oxygen from the atmosphere and channel it into the bloodstream, where it is used as an electron carrier. + components: + - type: Sprite + layers: + - state: lung-l + - state: lung-r + - type: SolutionContainerManager + solutions: + organ: + reagents: + - ReagentId: Nutriment + Quantity: 10 + food: + maxVol: 5 + reagents: + - ReagentId: FluorosulfuricAcid + Quantity: 5 + +- type: entity + id: OrganHumanoidXenoHeart + parent: [BaseHumanoidXenoOrgan, OrganHumanHeart] + name: xenomorph heart + description: A powerful organ that pumps acidic blood through tough tissues and provides incredible stamina and strength to every xenomorph. + components: + - type: Sprite + state: heart-off + - type: Metabolizer + #maxPoisonsProcessable: 2 + metabolizerTypes: [Animal] + groups: + - id: Medicine + - id: Poison + - id: Narcotic + +- type: entity + id: OrganHumanoidXenoStomach + parent: [BaseHumanoidXenoOrgan, OrganHumanStomach] + name: stomach + description: A voracious pit. + components: + - type: Sprite + state: stomach + - type: SolutionContainerManager + solutions: + stomach: + maxVol: 100 + food: + maxVol: 5 + reagents: + - ReagentId: FluorosulfuricAcid + Quantity: 5 + - type: Stomach + - type: Metabolizer + #maxPoisonsProcessable: 3 + metabolizerTypes: [Animal] + groups: + - id: Food + - id: Drink + +- type: entity + id: OrganHumanoidXenoLiver + parent: [BaseHumanoidXenoOrgan, OrganHumanLiver] + name: liver + description: A powerful detoxifier that neutralizes dangerous substances with ease. + components: + - type: Sprite + state: liver + - type: Metabolizer + #maxPoisonsProcessable: 1 + metabolizerTypes: [Human] + groups: + - id: Alcohol + rateModifier: 0.1 + +- type: entity + id: OrganHumanoidXenoKidneys + parent: [BaseHumanoidXenoOrgan, OrganHumanKidneys] + name: kidneys + description: Paired filters, ruthlessly taking out anything superfluous. + components: + - type: Sprite + layers: + - state: kidney-l + - state: kidney-r + - type: Metabolizer + #maxPoisonsProcessable: 5 + metabolizerTypes: [Human] + removeEmpty: true + +- type: entity + id: OrganHumanoidXenoEyes + parent: [BaseHumanoidXenoOrgan, OrganHumanEyes] + name: eyes + description: Eyes. They see. + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/organs.rsi + layers: + - state: nerve diff --git a/Resources/Prototypes/_Arcane/Body/Parts/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Body/Parts/humanoid_xeno.yml new file mode 100644 index 00000000000..ca421ba8936 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Body/Parts/humanoid_xeno.yml @@ -0,0 +1,111 @@ +- type: entity + id: PartHumanoidXeno + parent: [BaseItem, BasePart] + name: "xenomorph body part" + abstract: true + components: + - type: Icon + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: torso_m + - type: BodyPart + #species: HumanoidXeno + - type: Extractable + juiceSolution: + reagents: + - ReagentId: Fat + Quantity: 3 + - ReagentId: Blood + Quantity: 10 + +- type: entity + id: ChestHumanoidXeno + name: "xenomorph chest" + parent: [PartHumanoidXeno, BaseTorso] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "torso_m" + +- type: entity + id: HeadHumanoidXeno + name: "xenomorph head" + parent: [PartHumanoidXeno, BaseHead] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "head_m" + - type: Icon + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "head_m" + +- type: entity + id: LeftArmHumanoidXeno + name: "left xenomorph arm" + parent: [PartHumanoidXeno, BaseLeftArm] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "l_arm" + +- type: entity + id: RightArmHumanoidXeno + name: "right xenomorph arm" + parent: [PartHumanoidXeno, BaseRightArm] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "r_arm" + +- type: entity + id: LeftHandHumanoidXeno + name: "left xenomorph hand" + parent: [PartHumanoidXeno, BaseLeftHand] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "l_hand" + +- type: entity + id: RightHandHumanoidXeno + name: "right xenomorph hand" + parent: [PartHumanoidXeno, BaseRightHand] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "r_hand" + +- type: entity + id: LeftLegHumanoidXeno + name: "left xenomorph leg" + parent: [PartHumanoidXeno, BaseLeftLeg] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "l_leg" + +- type: entity + id: RightLegHumanoidXeno + name: "right xenomorph leg" + parent: [PartHumanoidXeno, BaseRightLeg] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "r_leg" + +- type: entity + id: LeftFootHumanoidXeno + name: "left xenomorph foot" + parent: [PartHumanoidXeno, BaseLeftFoot] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "l_foot" + +- type: entity + id: RightFootHumanoidXeno + name: "right xenomorph foot" + parent: [PartHumanoidXeno, BaseRightFoot] + components: + - type: Sprite + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: "r_foot" diff --git a/Resources/Prototypes/_Arcane/Body/Prototypes/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Body/Prototypes/humanoid_xeno.yml new file mode 100644 index 00000000000..62c1a35c522 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Body/Prototypes/humanoid_xeno.yml @@ -0,0 +1,54 @@ +- type: body + name: Xenomorph + id: HumanoidXeno + root: chest + slots: + head: + part: HeadHumanoidXeno + connections: + - chest + organs: + brain: OrganHumanoidXenoBrain + eyes: OrganHumanoidXenoEyes + tongue: OrganHumanTongue + chest: + part: ChestHumanoidXeno + connections: + - right arm + - left arm + - right leg + - left leg + organs: + heart: OrganHumanoidXenoHeart + lungs: OrganHumanoidXenoLungs + stomach: OrganHumanoidXenoStomach + liver: OrganHumanoidXenoLiver + kidneys: OrganHumanoidXenoKidneys + right arm: + part: RightArmHumanoidXeno + connections: + - right hand + left arm: + part: LeftArmHumanoidXeno + connections: + - left hand + right hand: + part: RightHandHumanoidXeno + organs: + hand_implant: null + left hand: + part: LeftHandHumanoidXeno + organs: + hand_implant: null + right leg: + part: RightLegHumanoidXeno + connections: + - right foot + left leg: + part: LeftLegHumanoidXeno + connections: + - left foot + right foot: + part: RightFootHumanoidXeno + left foot: + part: LeftFootHumanoidXeno diff --git a/Resources/Prototypes/_Arcane/Catalog/VendingMachines/Inventories/lovemate.yml b/Resources/Prototypes/_Arcane/Catalog/VendingMachines/Inventories/lovemate.yml new file mode 100644 index 00000000000..43519dc248c --- /dev/null +++ b/Resources/Prototypes/_Arcane/Catalog/VendingMachines/Inventories/lovemate.yml @@ -0,0 +1,27 @@ +- type: vendingMachineInventory + id: LoveMateInventory + startingInventory: + ClothingJumpsuitBDSMress: 3 + ClothingJumpsuitBlackShirt: 3 + ClothingJumpsuitWhiteShirt: 3 + ClothingHandsBDSMgloves: 3 + Whip: 3 + BlowGreen: 3 + BlowPink: 3 + BlowPurple: 3 + BunnyVibrator: 3 + ButtholeGreen: 3 + ButtholePink: 3 + ButtholePurple: 3 + DogDildo: 3 + HorseDildo: 3 + TentacleSDildo: 3 + SlimeDildo: 3 + XenoDildo: 3 + OnaholeGreen: 3 + OnaholePink: 3 + OnaholePurple: 3 + PussyVulpaBlue: 3 + PussyVulpaPink: 3 + PussyVulpaRed: 3 + Condom: 10 diff --git a/Resources/Prototypes/_Arcane/CollectiveMind/collective_minds.yml b/Resources/Prototypes/_Arcane/CollectiveMind/collective_minds.yml new file mode 100644 index 00000000000..166475f9c18 --- /dev/null +++ b/Resources/Prototypes/_Arcane/CollectiveMind/collective_minds.yml @@ -0,0 +1,5 @@ +- type: collectiveMind + id: HumanoidXenomind + name: collective-mind-humanoid-xeno + keycode: 'x' + color: "#44944A" diff --git a/Resources/Prototypes/_Arcane/Damage/modifier_sets.yml b/Resources/Prototypes/_Arcane/Damage/modifier_sets.yml new file mode 100644 index 00000000000..bb2ab14050f --- /dev/null +++ b/Resources/Prototypes/_Arcane/Damage/modifier_sets.yml @@ -0,0 +1,9 @@ +- type: damageModifierSet + id: HumanoidXenomorph + coefficients: + Piercing: 1.05 + Cold: 0 + Heat: 1.2 + Shock: 1.25 + flatReductions: + Blunt: 4 diff --git a/Resources/Prototypes/_Arcane/Datasets/Names/xeno_first.yml b/Resources/Prototypes/_Arcane/Datasets/Names/xeno_first.yml new file mode 100644 index 00000000000..8dc1f2a2dc5 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Datasets/Names/xeno_first.yml @@ -0,0 +1,5 @@ +- type: localizedDataset + id: names_xeno_first + values: + prefix: names-xenomorph-first-dataset- + count: 400 diff --git a/Resources/Prototypes/_Arcane/Datasets/Names/xeno_last.yml b/Resources/Prototypes/_Arcane/Datasets/Names/xeno_last.yml new file mode 100644 index 00000000000..f873f5edd32 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Datasets/Names/xeno_last.yml @@ -0,0 +1,5 @@ +- type: localizedDataset + id: names_xeno_last + values: + prefix: names-xeno-last-dataset- + count: 500 diff --git a/Resources/Prototypes/_Arcane/Entities/Clothes/Hands/gloves.yml b/Resources/Prototypes/_Arcane/Entities/Clothes/Hands/gloves.yml new file mode 100644 index 00000000000..5ce02306a9d --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Clothes/Hands/gloves.yml @@ -0,0 +1,21 @@ +- type: entity + parent: ClothingHandsButcherable + id: ClothingHandsBDSMgloves + name: BDSM gloves + description: These hands will make you scream. + components: + - type: Sprite + sprite: _Arcane/Clothing/Hands/bdsm_gloves.rsi + - type: Clothing + sprite: _Arcane/Clothing/Hands/bdsm_gloves.rsi + +- type: entity + parent: ClothingHandsButcherable + id: ClothingHandsQMLongGloves + name: QM's long gloves + description: Gloves made to protect against cuts from banknotes. + components: + - type: Sprite + sprite: _Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi + - type: Clothing + sprite: _Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/Clothes/Head/hats.yml b/Resources/Prototypes/_Arcane/Entities/Clothes/Head/hats.yml new file mode 100644 index 00000000000..6a9a01859d1 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Clothes/Head/hats.yml @@ -0,0 +1,65 @@ +- type: entity + parent: ClothingHeadBase + id: ClothingHatNTRBlackBeret + name: NTR's black beret + description: NTR's black beret. + components: + - type: Sprite + sprite: _Arcane/Clothing/Head/Sponsor/NTR_beret.rsi + - type: Clothing + sprite: _Arcane/Clothing/Head/Sponsor/NTR_beret.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHatClownPink + name: pink clown hat + description: Pink clown hat. + components: + - type: Sprite + sprite: _Arcane/Clothing/Head/Sponsor/clown.rsi + - type: Clothing + sprite: _Arcane/Clothing/Head/Sponsor/clown.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHatCMO + name: CMO's hat + description: CMO's hat. + components: + - type: Sprite + sprite: _Arcane/Clothing/Head/Sponsor/CMO_hat.rsi + - type: Clothing + sprite: _Arcane/Clothing/Head/Sponsor/CMO_hat.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHatHOSCap + name: HOS' cap. + description: HOS' cap. + components: + - type: Sprite + sprite: _Arcane/Clothing/Head/Sponsor/HOS_cap.rsi + - type: Clothing + sprite: _Arcane/Clothing/Head/Sponsor/HOS_cap.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHatQMBlackBeret + name: QM's black beret + description: QM's black beret. + components: + - type: Sprite + sprite: _Arcane/Clothing/Head/Sponsor/QM_beret.rsi + - type: Clothing + sprite: _Arcane/Clothing/Head/Sponsor/QM_beret.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHatSanitar + name: sanitar hat + description: Sanitar hat. + components: + - type: Sprite + sprite: _Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi + - type: Clothing + sprite: _Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/Clothes/Innerclothing/lovemate.yml b/Resources/Prototypes/_Arcane/Entities/Clothes/Innerclothing/lovemate.yml new file mode 100644 index 00000000000..0de69365a0b --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Clothes/Innerclothing/lovemate.yml @@ -0,0 +1,32 @@ +- type: entity + parent: ClothingUniformBase + id: ClothingJumpsuitBDSMress + name: BDSM dress + description: Lord have mercy. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/bdsm_dress.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/bdsm_dress.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingJumpsuitBlackShirt + name: Black shirt + description: Translucent nightgrown for comfortable sleep. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/black_shirt.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/black_shirt.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingJumpsuitWhiteShirt + name: White shirt + description: Translucent nightgrown for comfortable sleep. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/white_shirt.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/white_shirt.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/Clothes/Innerclothing/uniforms.yml b/Resources/Prototypes/_Arcane/Entities/Clothes/Innerclothing/uniforms.yml new file mode 100644 index 00000000000..72fc883f0e6 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Clothes/Innerclothing/uniforms.yml @@ -0,0 +1,164 @@ +- type: entity + parent: ClothingUniformBase + id: ClothingUniformBartender + name: bartender unoform + description: Bartender uniform. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformBartenderSkirt + name: bartender unoform with skirt + description: Bartender uniform with skirt. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformNTRBlack + name: NTR's black uniform + description: An indicator of skill and sense of style. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformNTRBlackSkirt + name: NTR's black uniform with skirt + description: An indicator of skill and sense of style. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformNTRWhiteSkirt + name: NTR's white uniform with skirt + description: An indicator of skill and sense of style. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformNTRWhite + name: NTR's white uniform + description: An indicator of skill and sense of style. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformPinkClown + name: pink clown dress + description: Even more fun, tricks and style! + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/clown.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/clown.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformCMOSweaterSkirt + name: CMO's sweater with skirt + description: An expensive, high-quality sweater shows who's the boss of pracrical medicine. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformCMOSweater + name: CMO's sweater + description: An expensive, high-quality sweater shows who's the boss of pracrical medicine. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformHOSShortDress + name: HOS' short dress + description: Show them, who's mom here. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformNun + name: nun's dress + description: Modest gothic black dress. + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/nun.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/nun.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformQMBlackSkirtSleeveles + name: sleeveles QM's black uniform with skirt + description: "Get out of here and get me some money too!" + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformQMBlackSleeveles + name: sleeveles QM's black uniform + description: "Get out of here and get me some money too!" + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformQMSkirtSleeveles + name: sleeveles QM's uniform with skirt + description: "Get out of here and get me some money too!" + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformQMSleeveles + name: sleeveles QM's uniform + description: "Get out of here and get me some money too!" + components: + - type: Sprite + sprite: _Arcane/Clothing/Innerclothing/Sponsor/QM.rsi + - type: Clothing + sprite: _Arcane/Clothing/Innerclothing/Sponsor/QM.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/Clothes/Neck/cloaks.yml b/Resources/Prototypes/_Arcane/Entities/Clothes/Neck/cloaks.yml new file mode 100644 index 00000000000..473e318398f --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Clothes/Neck/cloaks.yml @@ -0,0 +1,62 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingCloakNTRBlack + name: NTR's black cloak + description: A black cloak with gold trim, made for the best in his field. + components: + - type: Sprite + sprite: _Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingCloakNTRTricolor + name: NTR's tricolor cloak + description: Green stripe? Looks exquisitely. + components: + - type: Sprite + sprite: _Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingCloakCMOHonorable + name: CMO's honorable cloak + description: Only the most experienced doctor can get this. + components: + - type: Sprite + sprite: _Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingCloakHOSBlack + name: HOS' black cloak + description: Brutal and gloomy. + components: + - type: Sprite + sprite: _Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingCloakHOSRed + name: HOS' red cloak + description: Brutal and gloomy. + components: + - type: Sprite + sprite: _Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingCloakQMBlack + name: QM's black cloak + description: Black feathers! You are definately boss here. + components: + - type: Sprite + sprite: _Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingCloakQMWhite + name: QM's white cloak + description: Classic. + components: + - type: Sprite + sprite: _Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/Clothes/OuterClothing/armor.yml b/Resources/Prototypes/_Arcane/Entities/Clothes/OuterClothing/armor.yml new file mode 100644 index 00000000000..28eaae6bc1a --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Clothes/OuterClothing/armor.yml @@ -0,0 +1,10 @@ +- type: entity + parent: [ClothingOuterArmorHoS, ClothingOuterStorageBase, BaseSecurityCommandContraband] + id: ClothingOuterHOSLongVest + name: HOS' long vest + description: A high-quality armored vest made from a hard synthetic material. It is surprisingly flexible and light, despite formidable armor plating. + components: + - type: Sprite + sprite: _Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi + - type: Clothing + sprite: _Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/Clothes/OuterClothing/coats.yml b/Resources/Prototypes/_Arcane/Entities/Clothes/OuterClothing/coats.yml new file mode 100644 index 00000000000..12b5ed50773 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Clothes/OuterClothing/coats.yml @@ -0,0 +1,105 @@ +- type: entity + parent: [ClothingOuterArmorHoS, ClothingOuterStorageBase, BaseSecurityCommandContraband] + id: ClothingOuterArmorHoSLeather + name: leather coat + description: A black leather coat with an experimental bluespace assisted alloy for some extra protection and style for those with a commanding presence. + components: + - type: Sprite + sprite: _Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi + - type: Clothing + sprite: _Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatLabEasy + name: easy lab coat + description: A suit that protects against minor chemical spills. + components: + - type: Sprite + sprite: _Arcane/Clothing/OuterClothing/Sponsor/robe.rsi + - type: Clothing + sprite: _Arcane/Clothing/OuterClothing/Sponsor/robe.rsi + #- type: Armor + #coverage: + #- Chest + #- Groin + #- Tail + #- Arm + #- Leg + #modifiers: + #coefficients: + #Caustic: 0.65 + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatLabBelts + name: lab coat with belts + description: A suit that protects against minor chemical spills. Has some black belts on chest. + components: + - type: Sprite + sprite: _Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi + - type: Clothing + sprite: _Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi + #- type: Armor + #coverage: + #- Chest + #- Groin + #- Tail + #- Arm + #- Leg + #modifiers: + #coefficients: + #Caustic: 0.65 + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatLabBlack + name: black lab coat + description: Black suit that protects against minor chemical spills. + components: + - type: Sprite + sprite: _Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi + - type: Clothing + sprite: _Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi + #- type: Armor + #coverage: + #- Chest + #- Groin + #- Tail + #- Arm + #- Leg + #modifiers: + #coefficients: + #Caustic: 0.65 + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatLabEnlightenment + name: enlightenment lab coat + description: Word "bacchus" and word "death" means same for you. + components: + - type: Sprite + sprite: _Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi + - type: Clothing + sprite: _Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi + #- type: Armor + #coverage: + #- Chest + #- Groin + #- Tail + #- Arm + #- Leg + #modifiers: + #coefficients: + #Caustic: 0.65 + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterApostolCoat + name: apostol coat + description: Heed the voice of my prayer when I call upon You. + components: + - type: Sprite + sprite: _Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi + - type: Clothing + sprite: _Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/Clothes/Shoes/shoes.yml b/Resources/Prototypes/_Arcane/Entities/Clothes/Shoes/shoes.yml new file mode 100644 index 00000000000..aedf0288e0d --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Clothes/Shoes/shoes.yml @@ -0,0 +1,21 @@ +- type: entity + parent: ClothingShoesBase + id: ClothingShoesOldFashionedMedical + name: doctor's old-fashioned shoes + description: Classic shoes from enlightenment ages. + components: + - type: Sprite + sprite: _Arcane/Clothing/Shoes/Sponsor/livsey.rsi + - type: Clothing + sprite: _Arcane/Clothing/Shoes/Sponsor/livsey.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingShoesQMBoots + name: QM's boots + description: Expensive stylish black boots. + components: + - type: Sprite + sprite: _Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi + - type: Clothing + sprite: _Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/ERP/condoms.yml b/Resources/Prototypes/_Arcane/Entities/ERP/condoms.yml new file mode 100644 index 00000000000..a65944c1e16 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/ERP/condoms.yml @@ -0,0 +1,44 @@ +- type: entity + parent: FoodPacketTrash + id: CondomTrash + components: + - type: Sprite + sprite: _Arcane/ERP/condoms.rsi + state: condom-trash + - type: Item + sprite: _Arcane/ERP/condoms.rsi + size: Tiny + +- type: entity + parent: ClothingUnderwearBase + id: ClothingUnderwearCondom + name: condom + description: One of the most common contraceptives. Don't forget to wear it! + components: + - type: Sprite + sprite: _Arcane/ERP/condoms.rsi + state: icon1 + - type: Item + size: Tiny + sprite: _Arcane/ERP/condoms.rsi + - type: Clothing + sprite: _Arcane/ERP/condoms.rsi + +- type: entity + parent: [BaseItem] + id: Condom + name: condom + description: One of the most common contraceptives. Don't forget to wear it! + components: + - type: Sprite + sprite: _Arcane/ERP/condoms.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/condoms.rsi + - type: SpawnItemsOnUse + items: + - id: CondomTrash + - id: ClothingUnderwearCondom + sound: + path: /Audio/Effects/unwrap.ogg diff --git a/Resources/Prototypes/_Arcane/Entities/ERP/toys.yml b/Resources/Prototypes/_Arcane/Entities/ERP/toys.yml new file mode 100644 index 00000000000..c04b048ba27 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/ERP/toys.yml @@ -0,0 +1,253 @@ +- type: entity + parent: BaseItem + id: Whip + name: whip + description: Please no. + components: + - type: Sprite + sprite: _Arcane/ERP/whip.rsi + state: icon + scale: 0.8,0.8 + - type: Item + size: Normal + sprite: _Arcane/ERP/whip.rsi + - type: StaminaDamageOnHit + damage: 8 + - type: MeleeWeapon + damage: + types: + Blunt: 0 + +- type: entity + parent: BaseItem + id: BlowGreen + name: green blow + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/blow_green.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/blow_green.rsi + +- type: entity + parent: BaseItem + id: BlowPink + name: pink blow + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/blow_pink.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/blow_pink.rsi + +- type: entity + parent: BaseItem + id: BlowPurple + name: purple blow + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/blow_purple.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/blow_purple.rsi + +- type: entity + parent: BaseItem + id: BunnyVibrator + name: bunny vibrator + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/bunny_vibrator.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/bunny_vibrator.rsi + +- type: entity + parent: BaseItem + id: ButtholeGreen + name: green butthole + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/butthole_green.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/butthole_green.rsi + +- type: entity + parent: BaseItem + id: ButtholePink + name: pink butthole + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/butthole_pink.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/butthole_pink.rsi + +- type: entity + parent: BaseItem + id: ButtholePurple + name: purple butthole + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/butthole_purple.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/butthole_purple.rsi + +- type: entity + parent: BaseItem + id: DogDildo + name: dog dildo + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/dog_dildo.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/dog_dildo.rsi + +- type: entity + parent: BaseItem + id: HorseDildo + name: horse dildo + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/horse_dildo.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/horse_dildo.rsi + +- type: entity + parent: BaseItem + id: TentacleSDildo + name: tentacle dildo + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/tentacle_dildo.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/tentacle_dildo.rsi + +- type: entity + parent: BaseItem + id: SlimeDildo + name: slime dildo + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/slime_dildo.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/slime_dildo.rsi + +- type: entity + parent: BaseItem + id: XenoDildo + name: xeno dildo + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/xeno_dildo.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/xeno_dildo.rsi + +- type: entity + parent: BaseItem + id: OnaholeGreen + name: green onahole + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/onahole_green.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/onahole_green.rsi + +- type: entity + parent: BaseItem + id: OnaholePink + name: pink onahole + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/onahole_pink.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/onahole_pink.rsi + +- type: entity + parent: BaseItem + id: OnaholePurple + name: purple onahole + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/onahole_purple.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/onahole_purple.rsi + +- type: entity + parent: BaseItem + id: PussyVulpaBlue + name: blue vulpkanin pussy + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/vulp_blue.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/vulp_blue.rsi + +- type: entity + parent: BaseItem + id: PussyVulpaPink + name: pink vulpkanin pussy + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/vulp_pink.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/vulp_pink.rsi + +- type: entity + parent: BaseItem + id: PussyVulpaRed + name: red vulpkanin pussy + description: You'd better work. + components: + - type: Sprite + sprite: _Arcane/ERP/Toys/vulp_red.rsi + state: icon + - type: Item + size: Tiny + sprite: _Arcane/ERP/Toys/vulp_red.rsi diff --git a/Resources/Prototypes/_Arcane/Entities/Mobs/Customization/Markings/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Entities/Mobs/Customization/Markings/humanoid_xeno.yml new file mode 100644 index 00000000000..724278c7616 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Mobs/Customization/Markings/humanoid_xeno.yml @@ -0,0 +1,459 @@ +- type: marking + id: HumanoidXenoTailDrone + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: tail_drone + +- type: marking + id: HumanoidXenoTailPredalien + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: predalien_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: predalien_tail_grad + +- type: marking + id: HumanoidXenoTailPretor + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: pretor_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: pretor_tail_grad + +- type: marking + id: HumanoidXenoTailQueen + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: queen_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: queen_tail_grad + +- type: marking + id: HumanoidXenoTailRavager + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: ravager_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: ravager_tail_grad + +- type: marking + id: HumanoidXenoTailSpitter + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: spitter_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: spitter_tail_grad + +- type: marking + id: HumanoidXenoTailRunner + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: runner_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: runner_tail_grad + +- type: marking + id: HumanoidXenoTailBoiler + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: boiler_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: boiler_tail_grad + +- type: marking + id: HumanoidXenoTailCrusher + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi + state: crusher_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi + state: crusher_tail_grad + +- type: marking + id: HumanoidXenoTailQueenLong + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi + state: queen_long_tail + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi + state: queen_long_tail_grad + +- type: marking + id: HumanoidXenoTailNeomprph + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tail.rsi + state: neomorph_tail + +# Head + +- type: marking + id: HumanoidXenoHeadDrone + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: drone_head + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: teeth_drone + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: shine + +- type: marking + id: HumanoidXenoHeadSpitter + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: spitter_head + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: spitter_teeth + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: spitter_veins + +- type: marking + id: HumanoidXenoHeadPretor + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: pretor_head + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: pretor_teeth + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: pretor_shine + +- type: marking + id: HumanoidXenoHeadQueen + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: queen_head + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: queen_teeth + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: queen_shine + +- type: marking + id: HumanoidXenoHeadPredalien + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: predalien_head + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: predalien_teeth + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: predalien_shine + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: predalien_hair + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: predalien_mandibles + +- type: marking + id: HumanoidXenoHeadRavager + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: ravager_head + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: ravager_teeth + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: ravager_shine + +- type: marking + id: HumanoidXenoHeadRunner + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: runner_head + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: runner_teeth + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: runner_shine + +- type: marking + id: HumanoidXenoHeadBoiler + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: boiler_head + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: boiler_teeth + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: boiler_veins + +- type: marking + id: HumanoidXenoHeadCrusher + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: crusher_head + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: crusher_teeth + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: crusher_shine + +- type: marking + id: HumanoidXenoHeadCarrier + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: carrier_plate + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: carrier_neck + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: carrier_teeth + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: carrier_shine + +- type: marking + id: HumanoidXenoHeadNeomorph + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: neomorph_head + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: neomorph_teeth + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: neomorph_veins + +- type: marking + id: HumanoidXenoHeadWorker + bodyPart: Head + markingCategory: Head + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: worker_head + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: worker_teeth + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/head.rsi + state: worker_shine + +# Chest + +- type: marking + id: HumanoidXenoChestPredalien + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/chest.rsi + state: predalien_chest + +- type: marking + id: HumanoidXenoChestSpitter + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/chest.rsi + state: spitter_chest + +- type: marking + id: HumanoidXenoChestMuscles + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/chest.rsi + state: muscles_belly + +- type: marking + id: HumanoidXenoChestNeomorph + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/chest.rsi + state: neomorph_body + +- type: marking + id: HumanoidXenoChestUnnaturalMuscles + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/chest.rsi + state: unnatural_muscles_body + +# Tracheas + +- type: marking + id: HumanoidXenoTracheasDrone + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: tubes_drone + +- type: marking + id: HumanoidXenoTracheasPredalien + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi + state: predalien_tubes + +- type: marking + id: HumanoidXenoTracheasPretor + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi + state: pretor_tubes + +- type: marking + id: HumanoidXenoTracheasQueen + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi + state: queen_tubes + +- type: marking + id: HumanoidXenoTracheasRavager + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi + state: ravager_tubes + +- type: marking + id: HumanoidXenoTracheasBoiler + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi + state: boiler_tubes + +- type: marking + id: HumanoidXenoTracheasCrusher + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi + state: crusher_tubes + +- type: marking + id: HumanoidXenoTracheasNeomorph + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi + state: neomorph_tubes + +- type: marking + id: HumanoidXenoTracheasCarrier + bodyPart: Chest + markingCategory: Wings + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/long_tracheas.rsi + state: carrier_tubes + +# Legs + +- type: marking + id: HumanoidXenoLegsPredalien + bodyPart: LLeg + markingCategory: Legs + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/legs.rsi + state: predalien_legs + +- type: marking + id: HumanoidXenoLegsMuscles + bodyPart: LLeg + markingCategory: Legs + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/legs.rsi + state: muscles_legs + +# Arms + +- type: marking + id: HumanoidXenoArmsPredalien + bodyPart: LArm + markingCategory: Arms + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/arms.rsi + state: predalien_arms + +- type: marking + id: HumanoidXenoArmsRavager + bodyPart: LArm + markingCategory: Arms + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/arms.rsi + state: ravager_arms + +- type: marking + id: HumanoidXenoArmsMuscles + bodyPart: LArm + markingCategory: Arms + speciesRestriction: [HumanoidXeno] + sprites: + - sprite: _Arcane/Mobs/Customization/HumanoidXeno/arms.rsi + state: muscles_arms diff --git a/Resources/Prototypes/_Arcane/Entities/Mobs/Player/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Entities/Mobs/Player/humanoid_xeno.yml new file mode 100644 index 00000000000..e4ceac4404e --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Mobs/Player/humanoid_xeno.yml @@ -0,0 +1,14 @@ +- type: entity + save: false + name: Urist McXeno + parent: BaseMobHumanoidXeno + id: MobHumanoidXeno + components: + - type: Input + context: "human" + - type: MobMover + - type: InputMover + - type: Alerts + - type: Eye + - type: CameraRecoil + - type: Examiner diff --git a/Resources/Prototypes/_Arcane/Entities/Mobs/Species/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Entities/Mobs/Species/humanoid_xeno.yml new file mode 100644 index 00000000000..eccd9297ef2 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Mobs/Species/humanoid_xeno.yml @@ -0,0 +1,237 @@ +- type: entity + parent: BaseMobSpeciesOrganic + id: BaseMobHumanoidXeno + name: Urist McXeno + abstract: true + components: + - type: Respirator + damage: + types: + Asphyxiation: 0.2 + damageRecovery: + types: + Asphyxiation: -1.0 + maxSaturation: 50 + minSaturation: 40 + - type: Vocal + sounds: + Male: XenoHumanoid + Female: XenoHumanoid + Unsexed: XenoHumanoid + - type: PressureImmunity + - type: TypingIndicator + proto: alien + - type: Temperature + currentTemperature: 310.15 + - type: Speech + speechVerb: LargeMob + allowedEmotes: [ 'Hisses', 'Roars', 'Rumbles', 'Growl', 'Scream' ] + - type: MeleeWeapon + hidden: true + soundHit: + collection: Punch + angle: 30 + animation: WeaponArcClaw + attackRate: 1 + damage: + types: + Blunt: 5 + Slash: 5 + Caustic: 1 + - type: LizardAccent + - type: Bloodstream + bloodReferenceSolution: + reagents: + - ReagentId: FluorosulfuricAcidHumanoidXeno + Quantity: 300 + - type: ProtectedFromStepTriggers + - type: Damageable + damageContainer: Biological + damageModifierSet: HumanoidXenomorph + - type: NightVision + - type: Stamina + baseCritThreshold: 125 + - type: Hunger + baseDecayRate: 0.08 + - type: Thirst + baseDecayRate: 0.15 + - type: Icon + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: full + - type: Perishable + - type: Butcherable + butcheringType: Spike + spawned: + - id: FoodMeatXeno + amount: 5 + - type: Body + prototype: HumanoidXeno + requiredLegs: 2 + - type: Inventory + speciesId: reptilian + templateId: humanoidxeno + femaleDisplacements: + jumpsuit: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: jumpsuit-female + shoes: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + socks: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + displacements: + jumpsuit: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: jumpsuit + shoes: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + socks: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + maleDisplacements: + jumpsuit: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: jumpsuit + shoes: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + socks: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + - type: HumanoidAppearance + species: HumanoidXeno + permanentlyHidden: + - Eyes + - type: LanguageKnowledge + speaks: + - GalacticCommon + understands: + - GalacticCommon + - type: CollectiveMind + defaultChannel: HumanoidXenomind + channels: + - HumanoidXenomind + - type: Tag + tags: + - CanPilot + - FootstepSound + - DoorBumpOpener + - AnomalyHost + - HumanoidXeno + +- type: entity + parent: BaseSpeciesDummy + id: MobXenoDummy + categories: [ HideSpawnMenu ] + components: + - type: HumanoidAppearance + species: HumanoidXeno + - type: Inventory + speciesId: reptilian + templateId: humanoidxeno + femaleDisplacements: + jumpsuit: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: jumpsuit-female + shoes: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + socks: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + displacements: + jumpsuit: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: jumpsuit + shoes: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + socks: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + maleDisplacements: + jumpsuit: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: jumpsuit + shoes: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + socks: + sizeMaps: + 32: + sprite: _White/Mobs/Species/displacement.rsi + state: shoes + - type: Body + prototype: HumanoidXeno + # Arcane-start: species-specific organ prototypes + #- type: EroticOrgans + #groinCommon: + #- proto: OrganAnus + # slot: anus + #- proto: OrganButt + #slot: butt + #groinMale: + #- proto: OrganPenisHumanoidXeno + # slot: penis + # - proto: OrganTesticles + #slot: testicles + #groinFemale: + #- proto: OrganVagina + # slot: vagina + # - proto: OrganUterus + #slot: uterus + #chestFemale: + #- proto: OrganBreastsHumanoidXeno + #slot: breasts + # hideWhenFlaccid: + #- penis + # Arcane-end + +- type: entity + parent: BaseMobHumanoidXeno + id: MobHumanoidXenoRandom + name: Urist McXeno + suffix: Random Appearance + components: + - type: RandomHumanoidAppearance + - type: RandomMetadata + nameSegments: + - names_xeno_first + - names_xeno_last + nameFormat: name-format-standard diff --git a/Resources/Prototypes/_Arcane/Entities/Structures/Machines/VendingMachines.yml b/Resources/Prototypes/_Arcane/Entities/Structures/Machines/VendingMachines.yml new file mode 100644 index 00000000000..ce864506a6e --- /dev/null +++ b/Resources/Prototypes/_Arcane/Entities/Structures/Machines/VendingMachines.yml @@ -0,0 +1,30 @@ +- type: entity + parent: VendingMachine + id: VendingMachineLove + name: LoveMate + description: A wide selection of fun for you! + components: + - type: VendingMachine + pack: LoveMateInventory + offState: off + brokenState: broken + normalState: normal-unshaded + denyState: deny-unshaded + - type: SpeakOnUIClosed + pack: GenericVendGoodbyes + - type: Sprite + sprite: _Arcane/Structures/Machines/VendingMachines/lovemate.rsi + layers: + - state: "off" + map: ["enum.VendingMachineVisualLayers.Base"] + - state: "off" + map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] + shader: unshaded + - state: panel + map: ["enum.WiresVisualLayers.MaintenancePanel"] + - type: PointLight + radius: 2 + energy: 1.6 + color: "#d64bc3" + mask: /Textures/Effects/LightMasks/cone.png + autoRot: true diff --git a/Resources/Prototypes/_Arcane/InventoryTemplates/humanoid_xeno_inventory_template.yml b/Resources/Prototypes/_Arcane/InventoryTemplates/humanoid_xeno_inventory_template.yml new file mode 100644 index 00000000000..51a2552a673 --- /dev/null +++ b/Resources/Prototypes/_Arcane/InventoryTemplates/humanoid_xeno_inventory_template.yml @@ -0,0 +1,176 @@ +- type: inventoryTemplate + id: humanoidxeno + slots: + - name: shoes + slotTexture: shoes + slotFlags: FEET + stripTime: 3 + uiWindowPos: 1,0 + strippingWindowPos: 1,3 + displayName: Shoes + ## Пока решено не добавлять фичу, что ксеносы не могу носить обычную обувь + ## но на всякий случай добавляем этот тег в шаблон. Добавье эти теги в обувь, если решите вернуть фичу. + blacklist: + tags: + - NoXeno + - name: jumpsuit + slotTexture: uniform + slotFlags: INNERCLOTHING + stripTime: 6 + uiWindowPos: 0,1 + strippingWindowPos: 0,2 + displayName: Jumpsuit + - name: outerClothing + slotTexture: suit + slotFlags: OUTERCLOTHING + stripTime: 6 + uiWindowPos: 1,1 + strippingWindowPos: 1,2 + displayName: Suit + blacklist: + tags: + - Hardsuit + - name: gloves + slotTexture: gloves + slotFlags: GLOVES + uiWindowPos: 2,1 + strippingWindowPos: 2,0 + displayName: Gloves + - name: neck + slotTexture: neck + slotFlags: NECK + uiWindowPos: 0,2 + strippingWindowPos: 0,1 + displayName: Neck + - name: mask + slotTexture: mask + slotFlags: MASK + uiWindowPos: 1,2 + strippingWindowPos: 1,1 + displayName: Mask + - name: ears + slotTexture: ears + slotFlags: EARS + stripTime: 3 + uiWindowPos: 2,2 + strippingWindowPos: 2,-1 + displayName: Ears + - name: head + slotTexture: head + slotFlags: HEAD + uiWindowPos: 1,3 + strippingWindowPos: 1,0 + displayName: Head + - name: pocket1 + slotTexture: pocket + fullTextureName: template_small + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 0,3 + strippingWindowPos: 0,4 + dependsOn: jumpsuit + displayName: Pocket 1 + stripHidden: true + - name: pocket2 + slotTexture: pocket + fullTextureName: template_small + slotFlags: POCKET + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 2,3 + strippingWindowPos: 1,4 + dependsOn: jumpsuit + displayName: Pocket 2 + stripHidden: true + - name: suitstorage + slotTexture: suit_storage + slotFlags: SUITSTORAGE + slotGroup: MainHotbar + stripTime: 3 + uiWindowPos: 2,0 + strippingWindowPos: 0,3 + dependsOn: outerClothing + dependsOnComponents: + - type: AllowSuitStorage + displayName: Suit Storage + - name: id + slotTexture: id + fullTextureName: template_small + slotFlags: IDCARD + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 2,1 + strippingWindowPos: 2,4 + dependsOn: jumpsuit + displayName: ID + - name: belt + slotTexture: belt + fullTextureName: template_small + slotFlags: BELT + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 3,1 + strippingWindowPos: 1,5 + displayName: Belt + - name: back + slotTexture: back + fullTextureName: template_small + slotFlags: BACK + slotGroup: SecondHotbar + stripTime: 6 + uiWindowPos: 3,0 + strippingWindowPos: 0,5 + displayName: Back + - name: socks + slotTexture: socks + fullTextureName: template_small + slotFlags: SOCKS + slotGroup: Extra + stripTime: 3 + uiWindowPos: 0,2 + strippingWindowPos: 3,3 + displayName: Socks + - name: undershirt + slotTexture: undershirt + fullTextureName: template_small + slotFlags: UNDERSHIRT + slotGroup: Extra + uiWindowPos: 0,3 + strippingWindowPos: 3,2 + displayName: Shirt + stripTime: 6 + - name: underwear + slotTexture: underwear + fullTextureName: template_small + slotFlags: UNDERWEAR + slotGroup: Extra + uiWindowPos: 0,1 + strippingWindowPos: 3,1 + displayName: Underwear + stripTime: 6 + #- name: wrists + #slotTexture: wrists + #fullTextureName: template_small + #slotFlags: WRISTS + #slotGroup: Extra + #uiWindowPos: 1,1 + #strippingWindowPos: 3,4 + #displayName: Wrists + #stripTime: 3 + #- name: earsright + # slotTexture: ears_right + #fullTextureName: template_small + #slotFlags: EARSRIGHT + #slotGroup: Extra + #uiWindowPos: 2,1 + #strippingWindowPos: 3,0 + #displayName: Right Ear + #stripTime: 3 + - name: eyes + slotTexture: glasses + slotFlags: EYES + stripTime: 3 + uiWindowPos: 0,3 + strippingWindowPos: 0,0 + displayName: Eyes diff --git a/Resources/Prototypes/_Arcane/Loadouts/Miscellaneous/patron.yml b/Resources/Prototypes/_Arcane/Loadouts/Miscellaneous/patron.yml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Resources/Prototypes/_Arcane/Reagents/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Reagents/humanoid_xeno.yml new file mode 100644 index 00000000000..468e3cbad0f --- /dev/null +++ b/Resources/Prototypes/_Arcane/Reagents/humanoid_xeno.yml @@ -0,0 +1,59 @@ +- type: reagent + id: FluorosulfuricAcidHumanoidXeno + name: reagent-name-fluorosulfuric-acid + group: Toxins + desc: reagent-desc-fluorosulfuric-acid + physicalDesc: reagent-physical-desc-strong-smelling + flavor: acid + color: "#44944A" + boilingPoint: 78.2 + meltingPoint: -19.4 + reactiveEffects: + Acidic: + methods: [ Touch ] + effects: + - !type:HealthChange + conditions: + - !type:TagCondition + tag: HumanoidXeno + inverted: true + #scaleByQuantity: true + ignoreResistances: false + damage: + types: + Caustic: 1 + - !type:Emote + conditions: + - !type:TagCondition + tag: HumanoidXeno + inverted: true + emote: Scream + probability: 0.2 + metabolisms: + Poison: + metabolismRate: 3.00 + effects: + - !type:HealthChange + conditions: + - !type:TagCondition + tag: HumanoidXeno + inverted: true + damage: + types: + Caustic: 7 + - !type:PopupMessage + conditions: + - !type:TagCondition + tag: HumanoidXeno + inverted: true + type: Local + visualType: Large + messages: [ "generic-reagent-effect-burning-insides" ] + probability: 0.33 + - !type:Emote + conditions: + - !type:TagCondition + tag: HumanoidXeno + inverted: true + emote: Scream + probability: 0.25 diff --git a/Resources/Prototypes/_Arcane/SoundCollections/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/SoundCollections/humanoid_xeno.yml new file mode 100644 index 00000000000..b4cdea1ed43 --- /dev/null +++ b/Resources/Prototypes/_Arcane/SoundCollections/humanoid_xeno.yml @@ -0,0 +1,66 @@ +- type: soundCollection + id: HumanoidXenoScreams + files: + - /Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream1.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream2.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream3.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/humanoid_xeno_scream4.ogg + +- type: soundCollection + id: HumanoidXenoSqeals + files: + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_1.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_2.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_3.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_4.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_5.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_scream_6.ogg + +- type: soundCollection + id: HumanoidXenoGrowls + files: + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_1.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_2.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_growl_3.ogg + +- type: soundCollection + id: HumanoidXenoHisses + files: + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_1.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_2.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_3.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_4.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_5.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_6.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_7.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_hiss_8.ogg + +- type: soundCollection + id: HumanoidXenoRoars + files: + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_1.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_2.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_3.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_4.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_roar_5.ogg + +- type: soundCollection + id: HumanoidXenoRumbles + files: + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_1.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_2.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_3.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_rumble_4.ogg + +- type: soundCollection + id: HumanoidXenoDeathgasp + files: + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_deathgasp_1.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_deathgasp_2.ogg + +- type: soundCollection + id: HumanoidXenoCry + files: + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_1.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_2.ogg + - /Audio/_Arcane/Voice/HumanoidXeno/xeno_cry_3.ogg diff --git a/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml new file mode 100644 index 00000000000..7f2c9acef8a --- /dev/null +++ b/Resources/Prototypes/_Arcane/Species/humanoid_xeno.yml @@ -0,0 +1,174 @@ +- type: species + id: HumanoidXeno + name: species-name-xeno + roundStart: true + prototype: MobHumanoidXeno + sprites: MobHumanoidXenoSprites + markingLimits: MobHumanoidXenoMarkingLimits + dollPrototype: MobXenoDummy + skinColoration: Hues + maleFirstNames: names_xeno_first + femaleFirstNames: names_xeno_first + lastNames: names_xeno_last + sexes: [Unsexed, Male, Female] + #category: Unusual + #description: "/ServerInfo/_Arcane/SpeciesDescriptions/HumanoidXeno.xml" + minHeight: 0.90 + defaultHeight: 1 + maxHeight: 1.20 + minWidth: 0.90 + defaultWidth: 1 + maxWidth: 1.10 + #pros: + #- Иммунитет к давлению открытого космоса. + #- Кислотная кровь — ранения обжигают всех, кроме ксеноморфов. + #- Получают на 4 единицы меньше тупого урона. + #- Ночное видение. + #- Порог выносливости увеличен до 125. + #cons: + #- Получают на 25% больше электрического урона. + #- Получают на 20% больше теплового урона. + #- Получают на 10% больше холодного урона. + #- Получают на 5% больше колющего урона. + +- type: speciesBaseSprites + id: MobHumanoidXenoSprites + sprites: + Special: MobHumanoidAnyMarking + Head: MobHumanoidXenoHead + Hair: MobHumanoidAnyMarking + FacialHair: MobHumanoidAnyMarking + Snout: MobHumanoidAnyMarking + Eyes: MobHumanoidAnyMarking + Chest: MobHumanoidXenoTorso + HeadTop: MobHumanoidAnyMarking + HeadSide: MobHumanoidAnyMarking + Tail: MobHumanoidAnyMarking + Wings: MobHumanoidAnyMarking + LArm: MobHumanoidXenoLArm + RArm: MobHumanoidXenoRArm + LHand: MobHumanoidXenoLHand + RHand: MobHumanoidXenoRHand + LLeg: MobHumanoidXenoLLeg + RLeg: MobHumanoidXenoRLeg + LFoot: MobHumanoidXenoLFoot + RFoot: MobHumanoidXenoRFoot + +- type: markingPoints + id: MobHumanoidXenoMarkingLimits + onlyWhitelisted: true + points: + Hair: + points: 0 + required: false + FacialHair: + points: 0 + required: false + Tail: + points: 1 + required: true + defaultMarkings: [ HumanoidXenoTailDrone ] + Head: + points: 1 + required: true + defaultMarkings: [ HumanoidXenoHeadDrone ] + HeadTop: + points: 1 + required: false + Chest: + points: 1 + required: false + Legs: + points: 1 + required: false + Arms: + points: 1 + required: false + Wings: + points: 1 + required: true + defaultMarkings: [ HumanoidXenoTracheasDrone ] + +- type: humanoidBaseSprite + id: MobHumanoidXenoHead + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: head_m + +- type: humanoidBaseSprite + id: MobHumanoidXenoHeadMale + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: head_m + +- type: humanoidBaseSprite + id: MobHumanoidXenoHeadFemale + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: head_m + +- type: humanoidBaseSprite + id: MobHumanoidXenoTorso + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: torso_m + +- type: humanoidBaseSprite + id: MobHumanoidXenoTorsoMale + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: torso_m + +- type: humanoidBaseSprite + id: MobHumanoidXenoTorsoFemale + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: torso_m + +- type: humanoidBaseSprite + id: MobHumanoidXenoLLeg + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: l_leg + +- type: humanoidBaseSprite + id: MobHumanoidXenoLArm + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: l_arm + +- type: humanoidBaseSprite + id: MobHumanoidXenoLHand + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: l_hand + +- type: humanoidBaseSprite + id: MobHumanoidXenoLFoot + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: l_foot + +- type: humanoidBaseSprite + id: MobHumanoidXenoRLeg + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: r_leg + +- type: humanoidBaseSprite + id: MobHumanoidXenoRArm + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: r_arm + +- type: humanoidBaseSprite + id: MobHumanoidXenoRHand + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: r_hand + +- type: humanoidBaseSprite + id: MobHumanoidXenoRFoot + baseSprite: + sprite: _Arcane/Mobs/Species/HumanoidXeno/parts.rsi + state: r_foot diff --git a/Resources/Prototypes/_Arcane/Voice/humanoid_xeno.yml b/Resources/Prototypes/_Arcane/Voice/humanoid_xeno.yml new file mode 100644 index 00000000000..0a73cc439e8 --- /dev/null +++ b/Resources/Prototypes/_Arcane/Voice/humanoid_xeno.yml @@ -0,0 +1,80 @@ +- type: speechSounds + id: XenoHumanoid + saySound: + path: /Audio/_White/Voice/Talk/xenomorph.ogg + askSound: + path: /Audio/_White/Voice/Talk/xenomorph_ask.ogg + exclaimSound: + path: /Audio/_White/Voice/Talk/xenomorph_exclaim.ogg + +- type: emoteSounds + id: XenoHumanoid + params: + variation: 0.125 + sounds: + Scream: + collection: HumanoidXenoSqeals + Laugh: + collection: XenomorphLaugh + Sneeze: + collection: XenomorphCoughs + params: + volume: -12 + Cough: + collection: XenomorphCoughs + params: + volume: -12 + Hisses: + collection: HumanoidXenoHisses + Roars: + collection: HumanoidXenoRoars + Growl: + collection: HumanoidXenoGrowls + Rumbles: + collection: HumanoidXenoRumbles + Crying: + collection: HumanoidXenoCry + DefaultDeathgasp: + collection: HumanoidXenoDeathgasp + Yawn: + collection: XenomorphHiss + params: + volume: -12 + Snore: + collection: XenomorphSnores + params: + volume: -12 + Honk: + collection: BikeHorn + Weh: + collection: Weh + Whistle: + collection: Whistles + +- type: emote + id: Roars + name: chat-emote-name-roars + category: Vocal + available: false + icon: Interface/Emotes/scream.png + whitelist: + components: + - Vocal + chatMessages: ["chat-emote-msg-roars"] + chatTriggers: + - roars + - roaring + +- type: emote + id: Rumbles + name: chat-emote-name-rumbles + category: Vocal + available: false + icon: Interface/Emotes/vocal.png + whitelist: + components: + - Vocal + chatMessages: ["chat-emote-msg-rumbles"] + chatTriggers: + - rumbles + - rumbling diff --git a/Resources/Prototypes/_Orion/Entities/Clothing/Underwear/base_clothingunderwear.yml b/Resources/Prototypes/_Orion/Entities/Clothing/Underwear/base_clothingunderwear.yml new file mode 100644 index 00000000000..5190856f733 --- /dev/null +++ b/Resources/Prototypes/_Orion/Entities/Clothing/Underwear/base_clothingunderwear.yml @@ -0,0 +1,49 @@ +- type: entity + abstract: true + parent: Clothing + id: ClothingUnderwearBase + name: panties + description: Panties. + components: + - type: Clothing + quickEquip: true + slots: + - underwear + - type: Item + size: Small + - type: Butcherable + butcheringType: Knife + spawned: + - id: MaterialCloth1 + amount: 2 + - type: PhysicalComposition # 50% of the amount of cloth you'd obtain upon butchering + materialComposition: + Cloth: 100 + - type: Edible + requiresSpecialDigestion: true + - type: SolutionContainerManager + solutions: + food: + maxVol: 10 + reagents: + - ReagentId: Fiber + Quantity: 10 + - type: Sprite + state: icon + - type: TemperatureProtection + heatingCoefficient: 0.90 + - type: Tag + tags: + - ClothMade + - Recyclable + - WhitelistChameleon + - type: Armor + modifiers: + coefficients: {} + # coverage: + #- Groin + # Arcane-start: hide erp groin organs when worn + #- type: HideLayerClothing + #layers: + #ErpGroin: UNDERWEAR + # Arcane-end diff --git a/Resources/Prototypes/_Starlight/Entities/Effects/night_vision.yml b/Resources/Prototypes/_Starlight/Entities/Effects/night_vision.yml index 6ea10455fbb..fdeffb5dc46 100644 --- a/Resources/Prototypes/_Starlight/Entities/Effects/night_vision.yml +++ b/Resources/Prototypes/_Starlight/Entities/Effects/night_vision.yml @@ -29,3 +29,17 @@ - type: PointLight castShadows: false - type: DarkLight + +# Arcane - Start +- type: entity + id: EffectNightVisionXeno + categories: [ HideSpawnMenu ] + name: night vision + components: + - type: PointLight + color: "#44944A" + energy: 0.8 + radius: 20 + softness: 20 + - type: DarkLight + # Arcane - End diff --git a/Resources/Prototypes/_Starlight/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Starlight/Loadouts/loadout_groups.yml index c548f88fdc5..39a6fc2fa7f 100644 --- a/Resources/Prototypes/_Starlight/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Starlight/Loadouts/loadout_groups.yml @@ -266,6 +266,7 @@ - NanoTrasenRepresentativeTophat - NanoTrasenRepresentativeEliteTophat - NanoTrasenRepresentativeCap + - NTRBlackBeretPatron # Arcane - type: loadoutGroup id: NanoTrasenRepresentativeNeck @@ -273,6 +274,10 @@ minLimit: 0 loadouts: - NanoTrasenRepresentativeCloak + # Arcane - Start + - NTRBlackCloakPatron + - NTRTricolorCloakPatron + # Arcane - End - type: loadoutGroup id: NanoTrasenRepresentativeJumpsuit @@ -284,6 +289,12 @@ - NanoTrasenRepresentativeTurtleneck - NanoTrasenRepresentativeTurtleneckSkirt - NanoTrasenRepresentativeNoble + # Arcane - Start + - NTRBlackPatron + - NTRBlackSkirtPatron + - NTRWhiteSkirtPatron + - NTRWhitePatron + # Arcane - End - type: loadoutGroup id: NanoTrasenRepresentativeEyewear diff --git a/Resources/Prototypes/_White/SoundCollections/coughs.yml b/Resources/Prototypes/_White/SoundCollections/coughs.yml new file mode 100644 index 00000000000..24f911b8b96 --- /dev/null +++ b/Resources/Prototypes/_White/SoundCollections/coughs.yml @@ -0,0 +1,4 @@ +- type: soundCollection + id: XenomorphCoughs + files: + - /Audio/_White/Voice/Xenomorph/cough1.ogg diff --git a/Resources/Prototypes/_White/SoundCollections/hiss.yml b/Resources/Prototypes/_White/SoundCollections/hiss.yml new file mode 100644 index 00000000000..8ea3e95fe0e --- /dev/null +++ b/Resources/Prototypes/_White/SoundCollections/hiss.yml @@ -0,0 +1,8 @@ +- type: soundCollection + id: XenomorphHiss + files: + - /Audio/_White/Voice/Xenomorph/hiss1.ogg + - /Audio/_White/Voice/Xenomorph/hiss2.ogg + - /Audio/_White/Voice/Xenomorph/hiss3.ogg + - /Audio/_White/Voice/Xenomorph/hiss4.ogg + - /Audio/_White/Voice/Xenomorph/hiss5.ogg diff --git a/Resources/Prototypes/_White/SoundCollections/laugh.yml b/Resources/Prototypes/_White/SoundCollections/laugh.yml new file mode 100644 index 00000000000..552fdf9a099 --- /dev/null +++ b/Resources/Prototypes/_White/SoundCollections/laugh.yml @@ -0,0 +1,6 @@ +- type: soundCollection + id: XenomorphLaugh + files: + - /Audio/_White/Voice/Xenomorph/laugh1.ogg + - /Audio/_White/Voice/Xenomorph/laugh2.ogg + - /Audio/_White/Voice/Xenomorph/laugh3.ogg diff --git a/Resources/Prototypes/_White/SoundCollections/screams.yml b/Resources/Prototypes/_White/SoundCollections/screams.yml new file mode 100644 index 00000000000..464540a0bcc --- /dev/null +++ b/Resources/Prototypes/_White/SoundCollections/screams.yml @@ -0,0 +1,13 @@ +- type: soundCollection + id: XenomorphScreams + files: + - /Audio/_White/Voice/Xenomorph/scream1.ogg + - /Audio/_White/Voice/Xenomorph/scream2.ogg + - /Audio/_White/Voice/Xenomorph/scream3.ogg + - /Audio/_White/Voice/Xenomorph/scream4.ogg + - /Audio/_White/Voice/Xenomorph/scream5.ogg + - /Audio/_White/Voice/Xenomorph/scream6.ogg + - /Audio/_White/Voice/Xenomorph/scream7.ogg + - /Audio/_White/Voice/Xenomorph/scream8.ogg + - /Audio/_White/Voice/Xenomorph/scream9.ogg + - /Audio/_White/Voice/Xenomorph/scream10.ogg diff --git a/Resources/Prototypes/_White/SoundCollections/snores.yml b/Resources/Prototypes/_White/SoundCollections/snores.yml new file mode 100644 index 00000000000..9f4c65088f3 --- /dev/null +++ b/Resources/Prototypes/_White/SoundCollections/snores.yml @@ -0,0 +1,8 @@ +- type: soundCollection + id: XenomorphSnores + files: + - /Audio/_White/Voice/Xenomorph/snoring1.ogg + - /Audio/_White/Voice/Xenomorph/snoring2.ogg + - /Audio/_White/Voice/Xenomorph/snoring3.ogg + - /Audio/_White/Voice/Xenomorph/snoring4.ogg + - /Audio/_White/Voice/Xenomorph/snoring5.ogg diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 2c0f7ea06f5..ee3e349ede6 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1580,6 +1580,14 @@ - type: Tag id: XenoborgModuleStealth # Cyborg module category for evil stealth xenoborg +# Arcane - Start +- type: Tag + id: HumanoidXeno # гуманоидные ксеноморфы + +- type: Tag + id: NoXeno # для ограничения ксеноморфов +# Arcane - End + ## Y ## ## Z ## # ALPHABETICAL diff --git a/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/equipped-HAND.png b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/equipped-HAND.png new file mode 100644 index 00000000000..003dd57857f Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/icon.png new file mode 100644 index 00000000000..cecc5ef8df0 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/inhand-left.png new file mode 100644 index 00000000000..8ad174870e1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/inhand-right.png new file mode 100644 index 00000000000..a9f44c2bfce Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/meta.json new file mode 100644 index 00000000000..879ea0082e3 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Hands/Sponsor/QM_long_gloves.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/equipped-HAND.png b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/equipped-HAND.png new file mode 100644 index 00000000000..b264a0e3db1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/icon.png new file mode 100644 index 00000000000..3484cdd3a49 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/inhand-left.png new file mode 100644 index 00000000000..a01bf98fd6b Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/inhand-right.png new file mode 100644 index 00000000000..d79fff1887c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/meta.json new file mode 100644 index 00000000000..879ea0082e3 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Hands/bdsm_gloves.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/equipped-HELMET.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..d7b6e25d095 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/icon.png new file mode 100644 index 00000000000..0a0cb02e2b1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/inhand-left.png new file mode 100644 index 00000000000..5721c69b615 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/inhand-right.png new file mode 100644 index 00000000000..d5d74687b67 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/meta.json new file mode 100644 index 00000000000..ba117bda2a9 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/CMO_hat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/equipped-HELMET.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..c8dbf0af9a0 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/icon.png new file mode 100644 index 00000000000..d519e30845c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/inhand-left.png new file mode 100644 index 00000000000..8b42733bd83 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/inhand-right.png new file mode 100644 index 00000000000..9c06f813fad Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/meta.json new file mode 100644 index 00000000000..ba117bda2a9 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/HOS_cap.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/equipped-HELMET.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..3bfaa1f89ca Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/icon.png new file mode 100644 index 00000000000..1e437e45b94 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/inhand-left.png new file mode 100644 index 00000000000..4d661fab16e Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/inhand-right.png new file mode 100644 index 00000000000..a38b9fddbc4 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/meta.json new file mode 100644 index 00000000000..ba117bda2a9 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/NTR_beret.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/equipped-HELMET.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..ee446887b9c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/icon.png new file mode 100644 index 00000000000..888808c7b87 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/inhand-left.png new file mode 100644 index 00000000000..22c3d2dbf26 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/inhand-right.png new file mode 100644 index 00000000000..93cbb2bd06d Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/meta.json new file mode 100644 index 00000000000..ba117bda2a9 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/QM_beret.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/equipped-HELMET.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..2869aebc8d6 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/icon.png new file mode 100644 index 00000000000..788f2d5e7ca Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/inhand-left.png new file mode 100644 index 00000000000..ddb92db3c31 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/inhand-right.png new file mode 100644 index 00000000000..dc52b7ca158 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/meta.json new file mode 100644 index 00000000000..ba117bda2a9 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/clown.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/equipped-HELMET.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..f3d17875993 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/icon.png new file mode 100644 index 00000000000..5af17968bbb Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/inhand-left.png new file mode 100644 index 00000000000..34a27d5681f Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/inhand-right.png new file mode 100644 index 00000000000..da33b168fe1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/meta.json new file mode 100644 index 00000000000..ba117bda2a9 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Head/Sponsor/sanitar_hat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..e5a1a352b7a Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/icon.png new file mode 100644 index 00000000000..908803c8b07 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/inhand-left.png new file mode 100644 index 00000000000..7076890687c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/inhand-right.png new file mode 100644 index 00000000000..e0c86ea89f1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/meta.json new file mode 100644 index 00000000000..8900a27af7b --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..6292389a3f2 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/icon.png new file mode 100644 index 00000000000..ba56967a3b8 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/inhand-left.png new file mode 100644 index 00000000000..8efeded2271 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/inhand-right.png new file mode 100644 index 00000000000..e95551016d7 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/meta.json new file mode 100644 index 00000000000..8900a27af7b --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/CMO_sweater_skirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..438316824a7 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/icon.png new file mode 100644 index 00000000000..5d719ab7f76 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/inhand-left.png new file mode 100644 index 00000000000..17f3802bc4f Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/inhand-right.png new file mode 100644 index 00000000000..3b313ef3eb5 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/HOS_short_dress.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..9813e00f4e9 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/icon.png new file mode 100644 index 00000000000..613bc27461e Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/inhand-left.png new file mode 100644 index 00000000000..6e5a0750945 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/inhand-right.png new file mode 100644 index 00000000000..5901cd2965c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..54357e4826c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/icon.png new file mode 100644 index 00000000000..b8967d82396 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/inhand-left.png new file mode 100644 index 00000000000..6e5a0750945 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/inhand-right.png new file mode 100644 index 00000000000..5901cd2965c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_black_skirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..a1f199299f6 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/icon.png new file mode 100644 index 00000000000..723bc7ebc39 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/inhand-left.png new file mode 100644 index 00000000000..bdf4bd5a1de Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/inhand-right.png new file mode 100644 index 00000000000..b3b10941148 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..05594cdffbb Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/icon.png new file mode 100644 index 00000000000..04f8a3c68ee Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/inhand-left.png new file mode 100644 index 00000000000..7ae9e7b64b4 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/inhand-right.png new file mode 100644 index 00000000000..bca98c6fd3b Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/NTR_white_skirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..ce40a6cdf19 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/icon.png new file mode 100644 index 00000000000..aaa13db84be Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/inhand-left.png new file mode 100644 index 00000000000..4e39c1fcd63 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/inhand-right.png new file mode 100644 index 00000000000..66f5e4769b5 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..be80806992c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/icon.png new file mode 100644 index 00000000000..4e1bd2893c6 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/inhand-left.png new file mode 100644 index 00000000000..d377cd374a6 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/inhand-right.png new file mode 100644 index 00000000000..7579623f537 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..22cf933ef6f Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/icon.png new file mode 100644 index 00000000000..f969d989d7b Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/inhand-left.png new file mode 100644 index 00000000000..5a7f80d3b95 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/inhand-right.png new file mode 100644 index 00000000000..6889fcb6195 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_black_skirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..69ef6cd5624 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/icon.png new file mode 100644 index 00000000000..fbb05c13595 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/inhand-left.png new file mode 100644 index 00000000000..1e8d8613345 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/inhand-right.png new file mode 100644 index 00000000000..d6337e508f6 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/QM_skirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..52dbfb8ff79 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/icon.png new file mode 100644 index 00000000000..d1ede97e4ed Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/inhand-left.png new file mode 100644 index 00000000000..50ebc9a0fde Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/inhand-right.png new file mode 100644 index 00000000000..984d5ad2da1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..ee89680f103 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/icon.png new file mode 100644 index 00000000000..726e5cd5a28 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/inhand-left.png new file mode 100644 index 00000000000..bc16f86a45a Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/inhand-right.png new file mode 100644 index 00000000000..666aac9cf82 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/bartender_skirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..2dffcab8d3c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/icon.png new file mode 100644 index 00000000000..43d3b9f569d Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/inhand-left.png new file mode 100644 index 00000000000..4bc9351008e Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/inhand-right.png new file mode 100644 index 00000000000..045b3a10d29 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/clown.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..0b5058c61ec Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/icon.png new file mode 100644 index 00000000000..d83acdbb106 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/inhand-left.png new file mode 100644 index 00000000000..ba6997f0b72 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/inhand-right.png new file mode 100644 index 00000000000..bd2c70a68db Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/nun.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..ff00fac32f2 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/icon.png new file mode 100644 index 00000000000..e41a9923272 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/inhand-left.png new file mode 100644 index 00000000000..e12958c2998 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/inhand-right.png new file mode 100644 index 00000000000..ba82de03f77 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/Sponsor/sanitar.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..518b3a197e3 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/icon.png new file mode 100644 index 00000000000..52adcb56c54 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/inhand-left.png new file mode 100644 index 00000000000..9cadc3ac436 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/inhand-right.png new file mode 100644 index 00000000000..9f0f33fae63 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/bdsm_dress.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..c4bcb9dfed7 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/icon.png new file mode 100644 index 00000000000..efcf4813cc6 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/inhand-left.png new file mode 100644 index 00000000000..0db7ed193f1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/inhand-right.png new file mode 100644 index 00000000000..f8939890e38 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/black_shirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..2b4084ca470 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/icon.png new file mode 100644 index 00000000000..bcbb62423c5 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/inhand-left.png new file mode 100644 index 00000000000..971fa54a16d Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/inhand-right.png new file mode 100644 index 00000000000..ec32495c3aa Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/meta.json new file mode 100644 index 00000000000..8471501ed29 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Innerclothing/white_shirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/equipped-NECK.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..ce19afb0eb2 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/icon.png new file mode 100644 index 00000000000..ac412fc8a04 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/inhand-left.png new file mode 100644 index 00000000000..9d8d071f968 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/inhand-right.png new file mode 100644 index 00000000000..c8021185823 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/meta.json new file mode 100644 index 00000000000..66b86b8233d --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/CMO_cloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/equipped-NECK.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..acb54123637 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/icon.png new file mode 100644 index 00000000000..1b32ae5ec07 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/inhand-left.png new file mode 100644 index 00000000000..b862e9cac9a Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/inhand-right.png new file mode 100644 index 00000000000..def00f7dbe1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/meta.json new file mode 100644 index 00000000000..08b58ce599e --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_black_cloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/equipped-NECK.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..0c8dff8a29c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/icon.png new file mode 100644 index 00000000000..14300db4658 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/inhand-left.png new file mode 100644 index 00000000000..c19034c721c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/inhand-right.png new file mode 100644 index 00000000000..eec553926c3 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/meta.json new file mode 100644 index 00000000000..08b58ce599e --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/HOS_red_cloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/equipped-NECK.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..a5280c64bee Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/icon.png new file mode 100644 index 00000000000..a3354b591e1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/inhand-left.png new file mode 100644 index 00000000000..cfa728dcbb7 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/inhand-right.png new file mode 100644 index 00000000000..00ac471f8e3 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/meta.json new file mode 100644 index 00000000000..08b58ce599e --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_black_cloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/equipped-NECK.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..ad1c68202b8 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/icon.png new file mode 100644 index 00000000000..9f2f6f784a3 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/inhand-left.png new file mode 100644 index 00000000000..84fea663a15 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/inhand-right.png new file mode 100644 index 00000000000..c34125e023d Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/meta.json new file mode 100644 index 00000000000..08b58ce599e --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/NTR_white_cloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/equipped-NECK.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..92bc9ccf08a Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/icon.png new file mode 100644 index 00000000000..a4022d645d4 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/inhand-left.png new file mode 100644 index 00000000000..00174415758 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/inhand-right.png new file mode 100644 index 00000000000..3e3b98541d0 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/meta.json new file mode 100644 index 00000000000..08b58ce599e --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_black_cloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/equipped-NECK.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..694543c68b3 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/icon.png new file mode 100644 index 00000000000..7b95b7a2685 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/inhand-left.png new file mode 100644 index 00000000000..293c81ad917 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/inhand-right.png new file mode 100644 index 00000000000..b6b12f2d345 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/meta.json new file mode 100644 index 00000000000..08b58ce599e --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Neck/Sponsor/QM_white_cloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..67d578ac895 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/icon.png new file mode 100644 index 00000000000..e11484ff484 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/inhand-left.png new file mode 100644 index 00000000000..e7710bf1ba0 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/inhand-right.png new file mode 100644 index 00000000000..8fdff3c8c9d Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/meta.json new file mode 100644 index 00000000000..17f064f8bf5 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/HOS_armor.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..1cf3e4a0512 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/icon.png new file mode 100644 index 00000000000..c624c522c53 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/inhand-left.png new file mode 100644 index 00000000000..b4392f546ae Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/inhand-right.png new file mode 100644 index 00000000000..ebf9dc3a478 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/meta.json new file mode 100644 index 00000000000..17f064f8bf5 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/apostol.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..6d067282aad Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/icon.png new file mode 100644 index 00000000000..fdf7627f1f4 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/inhand-left.png new file mode 100644 index 00000000000..4bf615340ff Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/inhand-right.png new file mode 100644 index 00000000000..0292342ce95 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/meta.json new file mode 100644 index 00000000000..fa588a733a5 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/black_robe.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..7c2dded70bc Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/icon.png new file mode 100644 index 00000000000..0b7ca06f04b Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/inhand-left.png new file mode 100644 index 00000000000..dfa7c3121d1 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/inhand-right.png new file mode 100644 index 00000000000..4109eb4f697 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/meta.json new file mode 100644 index 00000000000..17f064f8bf5 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/leather_coat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..037b97b0a89 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/icon.png new file mode 100644 index 00000000000..62998056d96 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/inhand-left.png new file mode 100644 index 00000000000..7c06322fdb8 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/inhand-right.png new file mode 100644 index 00000000000..816998635cf Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/meta.json new file mode 100644 index 00000000000..fa588a733a5 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/livsey.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/equipped-NECK.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/equipped-NECK.png new file mode 100644 index 00000000000..3d8295b0263 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..90561dc0d80 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/icon.png new file mode 100644 index 00000000000..df21a900d8a Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/inhand-left.png new file mode 100644 index 00000000000..1ebaa498be4 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/inhand-right.png new file mode 100644 index 00000000000..7e9db66a4a9 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/meta.json new file mode 100644 index 00000000000..43469829873 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..58e322fea5c Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/icon.png new file mode 100644 index 00000000000..1452ff69f5a Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/inhand-left.png new file mode 100644 index 00000000000..c24a3b43d1d Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/inhand-right.png new file mode 100644 index 00000000000..e8d8b94b43f Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/meta.json new file mode 100644 index 00000000000..fa588a733a5 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/OuterClothing/Sponsor/robe_belts.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/equipped-FEET.png b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/equipped-FEET.png new file mode 100644 index 00000000000..f4c496307b0 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/icon.png new file mode 100644 index 00000000000..6898ba71f9f Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/inhand-left.png new file mode 100644 index 00000000000..fa464e830cc Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/inhand-right.png new file mode 100644 index 00000000000..4d2a601931a Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/meta.json new file mode 100644 index 00000000000..017e96883b1 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/QM_boots.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/equipped-FEET.png b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/equipped-FEET.png new file mode 100644 index 00000000000..72991ea9fad Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/icon.png b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/icon.png new file mode 100644 index 00000000000..86b8894867f Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/inhand-left.png b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/inhand-left.png new file mode 100644 index 00000000000..c4989f00f59 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/inhand-right.png b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/inhand-right.png new file mode 100644 index 00000000000..f42930ca9b6 Binary files /dev/null and b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/meta.json b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/meta.json new file mode 100644 index 00000000000..ee55c820838 --- /dev/null +++ b/Resources/Textures/_Arcane/Clothing/Shoes/Sponsor/livsey.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/icon.png new file mode 100644 index 00000000000..0f7bb7a9c72 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/inhand-left.png new file mode 100644 index 00000000000..700e1d1a119 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/inhand-right.png new file mode 100644 index 00000000000..b02997081e5 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/blow_green.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/icon.png new file mode 100644 index 00000000000..e2e85e9ad95 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..7b48827e366 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..7ba7a1b7dd3 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/blow_pink.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/icon.png new file mode 100644 index 00000000000..4237d6b6b10 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/inhand-left.png new file mode 100644 index 00000000000..2596702bf0f Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/inhand-right.png new file mode 100644 index 00000000000..f310335e1e2 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/blow_purple.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/icon.png new file mode 100644 index 00000000000..42a1571d06b Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/inhand-left.png new file mode 100644 index 00000000000..62a85ca0c7a Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/inhand-right.png new file mode 100644 index 00000000000..4817045061b Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/bunny_vibrator.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/icon.png new file mode 100644 index 00000000000..6ea0cb2a4f3 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/inhand-left.png new file mode 100644 index 00000000000..b13d3886d8e Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/inhand-right.png new file mode 100644 index 00000000000..2329d312a41 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/butthole_green.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/icon.png new file mode 100644 index 00000000000..a7df6487c0e Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..315bfc5e00e Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..c290550d90c Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/butthole_pink.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/icon.png new file mode 100644 index 00000000000..cfbe86c8942 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/inhand-left.png new file mode 100644 index 00000000000..97a595fcf33 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/inhand-right.png new file mode 100644 index 00000000000..4c48e5c8760 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/butthole_purple.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/icon.png new file mode 100644 index 00000000000..c0d293372b2 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/inhand-left.png new file mode 100644 index 00000000000..06afb2509f1 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/inhand-right.png new file mode 100644 index 00000000000..595f5df75c8 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/dog_dildo.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/icon.png new file mode 100644 index 00000000000..a96e510ec4c Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/inhand-left.png new file mode 100644 index 00000000000..3ce5919af33 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/inhand-right.png new file mode 100644 index 00000000000..4ea8282d115 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/horse_dildo.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/icon.png new file mode 100644 index 00000000000..019c45a8997 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/inhand-left.png new file mode 100644 index 00000000000..ed161e1b40e Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/inhand-right.png new file mode 100644 index 00000000000..fcaf811bbc7 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/onahole_green.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/icon.png new file mode 100644 index 00000000000..b3c9795bb24 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..aac0df8ccf0 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..501fee544cb Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/onahole_pink.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/icon.png new file mode 100644 index 00000000000..48431a8802c Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/inhand-left.png new file mode 100644 index 00000000000..51cce81e47e Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/inhand-right.png new file mode 100644 index 00000000000..45f2ed99c3d Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/onahole_purple.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/icon.png new file mode 100644 index 00000000000..cee0cf9b52a Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/inhand-left.png new file mode 100644 index 00000000000..4e848f3a48c Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/inhand-right.png new file mode 100644 index 00000000000..6033822a305 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/slime_dildo.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/icon.png new file mode 100644 index 00000000000..a37945c2b54 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/inhand-left.png new file mode 100644 index 00000000000..4d4933a990e Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/inhand-right.png new file mode 100644 index 00000000000..7ea8e120a09 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/tentacle_dildo.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/icon.png new file mode 100644 index 00000000000..e56d2b54a2f Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/inhand-left.png new file mode 100644 index 00000000000..ebf24b7e529 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/inhand-right.png new file mode 100644 index 00000000000..6ee8f4d5632 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/vulp_blue.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/icon.png new file mode 100644 index 00000000000..308db444ddd Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..aac0df8ccf0 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..501fee544cb Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/vulp_pink.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/icon.png new file mode 100644 index 00000000000..2c8727b7e41 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/inhand-left.png new file mode 100644 index 00000000000..6a625227c44 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/inhand-right.png new file mode 100644 index 00000000000..b579f799115 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/vulp_red.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/icon.png b/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/icon.png new file mode 100644 index 00000000000..7c9324f43d0 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/inhand-left.png new file mode 100644 index 00000000000..07080ab945f Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/inhand-right.png new file mode 100644 index 00000000000..5084c2aa9e6 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/meta.json b/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/Toys/xeno_dildo.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/condoms.rsi/condom-trash.png b/Resources/Textures/_Arcane/ERP/condoms.rsi/condom-trash.png new file mode 100644 index 00000000000..c4045440bb1 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/condoms.rsi/condom-trash.png differ diff --git a/Resources/Textures/_Arcane/ERP/condoms.rsi/equipped-UNDERWEAR.png b/Resources/Textures/_Arcane/ERP/condoms.rsi/equipped-UNDERWEAR.png new file mode 100644 index 00000000000..b75ac870f13 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/condoms.rsi/equipped-UNDERWEAR.png differ diff --git a/Resources/Textures/_Arcane/ERP/condoms.rsi/icon.png b/Resources/Textures/_Arcane/ERP/condoms.rsi/icon.png new file mode 100644 index 00000000000..900687d2198 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/condoms.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/condoms.rsi/icon1.png b/Resources/Textures/_Arcane/ERP/condoms.rsi/icon1.png new file mode 100644 index 00000000000..feec1482b90 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/condoms.rsi/icon1.png differ diff --git a/Resources/Textures/_Arcane/ERP/condoms.rsi/meta.json b/Resources/Textures/_Arcane/ERP/condoms.rsi/meta.json new file mode 100644 index 00000000000..093dd0b2ccc --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/condoms.rsi/meta.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-UNDERWEAR", + "directions": 4 + }, + { + "name": "condom-trash" + }, + { + "name": "icon" + }, + { + "name": "icon1" + } + ] +} diff --git a/Resources/Textures/_Arcane/ERP/whip.rsi/icon.png b/Resources/Textures/_Arcane/ERP/whip.rsi/icon.png new file mode 100644 index 00000000000..77344dc0294 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/whip.rsi/icon.png differ diff --git a/Resources/Textures/_Arcane/ERP/whip.rsi/inhand-left.png b/Resources/Textures/_Arcane/ERP/whip.rsi/inhand-left.png new file mode 100644 index 00000000000..99e0af5dbc4 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/whip.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Arcane/ERP/whip.rsi/inhand-right.png b/Resources/Textures/_Arcane/ERP/whip.rsi/inhand-right.png new file mode 100644 index 00000000000..b6d3cab6aa1 Binary files /dev/null and b/Resources/Textures/_Arcane/ERP/whip.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Arcane/ERP/whip.rsi/meta.json b/Resources/Textures/_Arcane/ERP/whip.rsi/meta.json new file mode 100644 index 00000000000..1818e2a0fad --- /dev/null +++ b/Resources/Textures/_Arcane/ERP/whip.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by seraphimttt (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/meta.json new file mode 100644 index 00000000000..b64ae1886e7 --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by bulbo44kkey (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "predalien_arms", + "directions": 4 + }, + { + "name": "ravager_arms", + "directions": 4 + }, + { + "name": "muscles_arms", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/muscles_arms.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/muscles_arms.png new file mode 100644 index 00000000000..f15ee050ad3 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/muscles_arms.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/predalien_arms.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/predalien_arms.png new file mode 100644 index 00000000000..35e8756b7c8 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/predalien_arms.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/ravager_arms.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/ravager_arms.png new file mode 100644 index 00000000000..e13b82c48de Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/arms.rsi/ravager_arms.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/meta.json new file mode 100644 index 00000000000..7008c9cf7b8 --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/meta.json @@ -0,0 +1,31 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by bulbo44kkey (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "predalien_chest", + "directions": 4 + }, + { + "name": "spitter_chest", + "directions": 4 + }, + { + "name": "muscles_belly", + "directions": 4 + }, + { + "name": "neomorph_body", + "directions": 4 + }, + { + "name": "unnatural_muscles_body", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/muscles_belly.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/muscles_belly.png new file mode 100644 index 00000000000..404773fbc93 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/muscles_belly.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/neomorph_body.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/neomorph_body.png new file mode 100644 index 00000000000..08db101de4f Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/neomorph_body.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/predalien_chest.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/predalien_chest.png new file mode 100644 index 00000000000..910ec8215a0 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/predalien_chest.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/spitter_chest.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/spitter_chest.png new file mode 100644 index 00000000000..b506a35d548 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/spitter_chest.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/unnatural_muscles_body.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/unnatural_muscles_body.png new file mode 100644 index 00000000000..fd7c0b25a4b Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/chest.rsi/unnatural_muscles_body.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_head.png new file mode 100644 index 00000000000..a62bcf90133 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_teeth.png new file mode 100644 index 00000000000..f988a698c31 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_veins.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_veins.png new file mode 100644 index 00000000000..f58e5725d26 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/boiler_veins.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_neck.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_neck.png new file mode 100644 index 00000000000..d2412ed3b5f Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_neck.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_plate.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_plate.png new file mode 100644 index 00000000000..e037ce7e547 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_plate.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_shine.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_shine.png new file mode 100644 index 00000000000..4fa8691baaf Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_teeth.png new file mode 100644 index 00000000000..60d9797aaf6 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/carrier_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_head.png new file mode 100644 index 00000000000..574f0cb86ea Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_shine.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_shine.png new file mode 100644 index 00000000000..4698aa5a5f2 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_teeth.png new file mode 100644 index 00000000000..f09f6171e2a Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/crusher_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/drone_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/drone_head.png new file mode 100644 index 00000000000..5d3ce905da9 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/drone_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/meta.json new file mode 100644 index 00000000000..23fcc137ada --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/meta.json @@ -0,0 +1,143 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by bulbo44kkey (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "predalien_hair", + "directions": 4 + }, + { + "name": "predalien_head", + "directions": 4 + }, + { + "name": "predalien_mandibles", + "directions": 4 + }, + { + "name": "predalien_shine", + "directions": 4 + }, + { + "name": "predalien_teeth", + "directions": 4 + }, + { + "name": "pretor_head", + "directions": 4 + }, + { + "name": "pretor_shine", + "directions": 4 + }, + { + "name": "pretor_teeth", + "directions": 4 + }, + { + "name": "ravager_head", + "directions": 4 + }, + { + "name": "ravager_shine", + "directions": 4 + }, + { + "name": "ravager_teeth", + "directions": 4 + }, + { + "name": "runner_head", + "directions": 4 + }, + { + "name": "runner_shine", + "directions": 4 + }, + { + "name": "runner_teeth", + "directions": 4 + }, + { + "name": "drone_head", + "directions": 4 + }, + { + "name": "teeth_drone", + "directions": 4 + }, + { + "name": "shine", + "directions": 4 + }, + { + "name": "boiler_head", + "directions": 4 + }, + { + "name": "boiler_teeth", + "directions": 4 + }, + { + "name": "boiler_veins", + "directions": 4 + }, + { + "name": "carrier_neck", + "directions": 4 + }, + { + "name": "carrier_plate", + "directions": 4 + }, + { + "name": "carrier_shine", + "directions": 4 + }, + { + "name": "carrier_teeth", + "directions": 4 + }, + { + "name": "crusher_head", + "directions": 4 + }, + { + "name": "crusher_shine", + "directions": 4 + }, + { + "name": "crusher_teeth", + "directions": 4 + }, + { + "name": "neomorph_head", + "directions": 4 + }, + { + "name": "neomorph_teeth", + "directions": 4 + }, + { + "name": "neomorph_veins", + "directions": 4 + }, + { + "name": "worker_head", + "directions": 4 + }, + { + "name": "worker_shine", + "directions": 4 + }, + { + "name": "worker_teeth", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_head.png new file mode 100644 index 00000000000..657c607ad2f Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_teeth.png new file mode 100644 index 00000000000..aeec69aa486 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_veins.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_veins.png new file mode 100644 index 00000000000..628e910944e Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/neomorph_veins.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_hair.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_hair.png new file mode 100644 index 00000000000..ba44e1e03cb Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_hair.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_head.png new file mode 100644 index 00000000000..c42ef0485c4 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_mandibles.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_mandibles.png new file mode 100644 index 00000000000..4c609ba7807 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_mandibles.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_shine.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_shine.png new file mode 100644 index 00000000000..c3ed60f3391 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_teeth.png new file mode 100644 index 00000000000..08c621e56e7 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/predalien_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_head.png new file mode 100644 index 00000000000..bea90326ceb Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_shine.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_shine.png new file mode 100644 index 00000000000..8aaaecb3667 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_teeth.png new file mode 100644 index 00000000000..1f69064dabd Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/pretor_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_head.png new file mode 100644 index 00000000000..9231e53524a Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_shine.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_shine.png new file mode 100644 index 00000000000..0d0e2cc2345 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_teeth.png new file mode 100644 index 00000000000..5060da44cbc Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/ravager_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_head.png new file mode 100644 index 00000000000..2107e17fc5e Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_shine.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_shine.png new file mode 100644 index 00000000000..62078aec655 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_teeth.png new file mode 100644 index 00000000000..71c0e7f707c Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/runner_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/shine.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/shine.png new file mode 100644 index 00000000000..f663e62e7bd Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/teeth_drone.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/teeth_drone.png new file mode 100644 index 00000000000..71c0e7f707c Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/teeth_drone.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_head.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_head.png new file mode 100644 index 00000000000..f6d25212e61 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_shine.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_shine.png new file mode 100644 index 00000000000..05a07f6f4cb Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_teeth.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_teeth.png new file mode 100644 index 00000000000..d927966cc5d Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/head.rsi/worker_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/meta.json new file mode 100644 index 00000000000..d795251d778 --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/meta.json @@ -0,0 +1,19 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by bulbo44kkey (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "predalien_legs", + "directions": 4 + }, + { + "name": "muscles_legs", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/muscles_legs.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/muscles_legs.png new file mode 100644 index 00000000000..cb2f2c4ebd5 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/muscles_legs.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/predalien_legs.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/predalien_legs.png new file mode 100644 index 00000000000..f1d32fa9085 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/legs.rsi/predalien_legs.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/crusher_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/crusher_tail.png new file mode 100644 index 00000000000..2c8bb0f9848 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/crusher_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/crusher_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/crusher_tail_grad.png new file mode 100644 index 00000000000..408805f7537 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/crusher_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/meta.json new file mode 100644 index 00000000000..8c65e4840be --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by bulbo44kkey (Discord)", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "crusher_tail", + "directions": 4 + }, + { + "name": "crusher_tail_grad", + "directions": 4 + }, + { + "name": "queen_long_tail", + "directions": 4 + }, + { + "name": "queen_long_tail_grad", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/queen_long_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/queen_long_tail.png new file mode 100644 index 00000000000..f78dc96f0d8 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/queen_long_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/queen_long_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/queen_long_tail_grad.png new file mode 100644 index 00000000000..2a7556cded9 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tails.rsi/queen_long_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tracheas.rsi/carrier_tubes.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tracheas.rsi/carrier_tubes.png new file mode 100644 index 00000000000..8efd07f8981 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tracheas.rsi/carrier_tubes.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tracheas.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tracheas.rsi/meta.json new file mode 100644 index 00000000000..dadb2ab4e24 --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/long_tracheas.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by bulbo44kkey (Discord)", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "carrier_tubes", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/boiler_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/boiler_tail.png new file mode 100644 index 00000000000..0e403d4475b Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/boiler_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/boiler_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/boiler_tail_grad.png new file mode 100644 index 00000000000..55c08b71de6 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/boiler_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/meta.json new file mode 100644 index 00000000000..ab4cea8c9b9 --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/meta.json @@ -0,0 +1,71 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by bulbo44kkey (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "predalien_tail", + "directions": 4 + }, + { + "name": "ravager_tail", + "directions": 4 + }, + { + "name": "pretor_tail", + "directions": 4 + }, + { + "name": "queen_tail", + "directions": 4 + }, + { + "name": "runner_tail", + "directions": 4 + }, + { + "name": "spitter_tail", + "directions": 4 + }, + { + "name": "spitter_tail_grad", + "directions": 4 + }, + { + "name": "predalien_tail_grad", + "directions": 4 + }, + { + "name": "pretor_tail_grad", + "directions": 4 + }, + { + "name": "queen_tail_grad", + "directions": 4 + }, + { + "name": "runner_tail_grad", + "directions": 4 + }, + { + "name": "ravager_tail_grad", + "directions": 4 + }, + { + "name": "boiler_tail", + "directions": 4 + }, + { + "name": "boiler_tail_grad", + "directions": 4 + }, + { + "name": "neomorph_tail", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/neomorph_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/neomorph_tail.png new file mode 100644 index 00000000000..2cb60757442 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/neomorph_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/predalien_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/predalien_tail.png new file mode 100644 index 00000000000..a4e58a258ee Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/predalien_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/predalien_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/predalien_tail_grad.png new file mode 100644 index 00000000000..ad6bfd02219 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/predalien_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/pretor_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/pretor_tail.png new file mode 100644 index 00000000000..0e706d8c33a Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/pretor_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/pretor_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/pretor_tail_grad.png new file mode 100644 index 00000000000..1a7a4ad939b Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/pretor_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/queen_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/queen_tail.png new file mode 100644 index 00000000000..3bfb294822e Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/queen_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/queen_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/queen_tail_grad.png new file mode 100644 index 00000000000..77edb166267 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/queen_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/ravager_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/ravager_tail.png new file mode 100644 index 00000000000..43976e56ee5 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/ravager_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/ravager_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/ravager_tail_grad.png new file mode 100644 index 00000000000..55287416f75 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/ravager_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/runner_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/runner_tail.png new file mode 100644 index 00000000000..5a0873781dc Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/runner_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/runner_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/runner_tail_grad.png new file mode 100644 index 00000000000..3511e0864ae Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/runner_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/spitter_tail.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/spitter_tail.png new file mode 100644 index 00000000000..1ca59aa22bb Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/spitter_tail.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/spitter_tail_grad.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/spitter_tail_grad.png new file mode 100644 index 00000000000..09c65e3aad3 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tail.rsi/spitter_tail_grad.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/boiler_tubes.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/boiler_tubes.png new file mode 100644 index 00000000000..1f7b005dc66 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/boiler_tubes.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/crusher_tubes.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/crusher_tubes.png new file mode 100644 index 00000000000..1c5097f8cf4 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/crusher_tubes.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/meta.json new file mode 100644 index 00000000000..893d2bff650 --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/meta.json @@ -0,0 +1,39 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by bulbo44kkey (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "predalien_tubes", + "directions": 4 + }, + { + "name": "pretor_tubes", + "directions": 4 + }, + { + "name": "queen_tubes", + "directions": 4 + }, + { + "name": "ravager_tubes", + "directions": 4 + }, + { + "name": "boiler_tubes", + "directions": 4 + }, + { + "name": "crusher_tubes", + "directions": 4 + }, + { + "name": "neomorph_tubes", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/neomorph_tubes.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/neomorph_tubes.png new file mode 100644 index 00000000000..0f7e33f03e4 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/neomorph_tubes.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/predalien_tubes.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/predalien_tubes.png new file mode 100644 index 00000000000..b47395ec831 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/predalien_tubes.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/pretor_tubes.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/pretor_tubes.png new file mode 100644 index 00000000000..b5285f75d64 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/pretor_tubes.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/queen_tubes.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/queen_tubes.png new file mode 100644 index 00000000000..620ba7c6f6f Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/queen_tubes.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/ravager_tubes.png b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/ravager_tubes.png new file mode 100644 index 00000000000..8b3af601236 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Customization/HumanoidXeno/tracheas.rsi/ravager_tubes.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/brain.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/brain.png new file mode 100644 index 00000000000..d1767b25487 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/brain.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/heart-off.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/heart-off.png new file mode 100644 index 00000000000..c08b1bfceec Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/heart-off.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/kidney-l.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/kidney-l.png new file mode 100644 index 00000000000..ab3b86dbc3d Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/kidney-l.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/kidney-r.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/kidney-r.png new file mode 100644 index 00000000000..1496ba048c9 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/kidney-r.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/liver.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/liver.png new file mode 100644 index 00000000000..65df7245ed8 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/liver.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/lung-l.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/lung-l.png new file mode 100644 index 00000000000..5651b30df94 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/lung-l.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/lung-r.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/lung-r.png new file mode 100644 index 00000000000..5651b30df94 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/lung-r.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/meta.json new file mode 100644 index 00000000000..78670893d8d --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/meta.json @@ -0,0 +1,47 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Discord: bulbo44kkey", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "brain" + }, + { + "name": "heart-off" + }, + { + "name": "kidney-l" + }, + { + "name": "kidney-r" + }, + { + "name": "liver" + }, + { + "name": "lung-l" + }, + { + "name": "lung-r" + }, + { + "name": "stomach" + }, + { + "name": "tongue" + }, + { + "name": "muscle" + }, + { + "name": "nerve" + }, + { + "name": "vessel" + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/muscle.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/muscle.png new file mode 100644 index 00000000000..f5585ae19e1 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/muscle.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/nerve.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/nerve.png new file mode 100644 index 00000000000..ef13e5dbaf2 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/nerve.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/stomach.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/stomach.png new file mode 100644 index 00000000000..69a2ca2ae12 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/stomach.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/tongue.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/tongue.png new file mode 100644 index 00000000000..594ac6da0d5 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/tongue.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/vessel.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/vessel.png new file mode 100644 index 00000000000..da1798c530d Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/organs.rsi/vessel.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/full.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/full.png new file mode 100644 index 00000000000..1b1822bc0aa Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/full.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/head_m.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/head_m.png new file mode 100644 index 00000000000..3f4625d444e Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/head_m.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_arm.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_arm.png new file mode 100644 index 00000000000..82a8e4e083f Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_arm.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_foot.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_foot.png new file mode 100644 index 00000000000..a80d7e88116 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_foot.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_hand.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_hand.png new file mode 100644 index 00000000000..e8ff2a1a541 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_hand.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_leg.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_leg.png new file mode 100644 index 00000000000..3a18d7148fe Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/l_leg.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/meta.json b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/meta.json new file mode 100644 index 00000000000..c55b240343f --- /dev/null +++ b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/meta.json @@ -0,0 +1,98 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Discord: bulbo44kkey", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "head_m", + "directions": 4 + }, + { + "name": "torso_m", + "directions": 4 + }, + { + "name": "l_arm", + "directions": 4 + }, + { + "name": "r_arm", + "directions": 4 + }, + { + "name": "l_hand", + "directions": 4 + }, + { + "name": "r_hand", + "directions": 4 + }, + { + "name": "l_leg", + "directions": 4 + }, + { + "name": "r_leg", + "directions": 4 + }, + { + "name": "l_foot", + "directions": 4 + }, + { + "name": "r_foot", + "directions": 4 + }, + { + "name": "tail_drone", + "directions": 4 + }, + { + "name": "tubes_drone", + "directions": 4 + }, + { + "name": "queen_head", + "directions": 4 + }, + { + "name": "queen_shine", + "directions": 4 + }, + { + "name": "queen_teeth", + "directions": 4 + }, + { + "name": "pretor_head", + "directions": 4 + }, + { + "name": "pretor_shine", + "directions": 4 + }, + { + "name": "pretor_teeth", + "directions": 4 + }, + { + "name": "spitter_head", + "directions": 4 + }, + { + "name": "spitter_teeth", + "directions": 4 + }, + { + "name": "spitter_veins", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_head.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_head.png new file mode 100644 index 00000000000..bea90326ceb Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_shine.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_shine.png new file mode 100644 index 00000000000..8aaaecb3667 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_teeth.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_teeth.png new file mode 100644 index 00000000000..1f69064dabd Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/pretor_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_head.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_head.png new file mode 100644 index 00000000000..e8c8c53e038 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_shine.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_shine.png new file mode 100644 index 00000000000..150183e4ba8 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_shine.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_teeth.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_teeth.png new file mode 100644 index 00000000000..8e6a9cd60eb Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/queen_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_arm.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_arm.png new file mode 100644 index 00000000000..a66ce1e6550 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_arm.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_foot.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_foot.png new file mode 100644 index 00000000000..354104a00ad Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_foot.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_hand.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_hand.png new file mode 100644 index 00000000000..62a76ce6825 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_hand.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_leg.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_leg.png new file mode 100644 index 00000000000..8e6821e5e51 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/r_leg.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_head.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_head.png new file mode 100644 index 00000000000..f04424cf63b Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_head.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_teeth.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_teeth.png new file mode 100644 index 00000000000..1f69064dabd Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_teeth.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_veins.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_veins.png new file mode 100644 index 00000000000..512cdeddd46 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/spitter_veins.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/tail_drone.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/tail_drone.png new file mode 100644 index 00000000000..5c87cf17ce5 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/tail_drone.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/torso_m.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/torso_m.png new file mode 100644 index 00000000000..f98d9d90397 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/torso_m.png differ diff --git a/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/tubes_drone.png b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/tubes_drone.png new file mode 100644 index 00000000000..b949d2d55a3 Binary files /dev/null and b/Resources/Textures/_Arcane/Mobs/Species/HumanoidXeno/parts.rsi/tubes_drone.png differ diff --git a/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/broken.png b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/broken.png new file mode 100644 index 00000000000..590dc66e564 Binary files /dev/null and b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/broken.png differ diff --git a/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/deny-unshaded.png b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/deny-unshaded.png new file mode 100644 index 00000000000..66f257064cf Binary files /dev/null and b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/deny-unshaded.png differ diff --git a/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/meta.json b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/meta.json new file mode 100644 index 00000000000..067aa8be8ab --- /dev/null +++ b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/meta.json @@ -0,0 +1,174 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by bulbo44key (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "broken" + }, + { + "name": "normal-unshaded", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "off" + }, + { + "name": "deny-unshaded" + }, + { + "name": "panel" + } + ] +} diff --git a/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/normal-unshaded.png b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/normal-unshaded.png new file mode 100644 index 00000000000..92c2cfbfbd1 Binary files /dev/null and b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/normal-unshaded.png differ diff --git a/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/off.png b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/off.png new file mode 100644 index 00000000000..e5ca95d2513 Binary files /dev/null and b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/off.png differ diff --git a/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/panel.png b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/panel.png new file mode 100644 index 00000000000..02709a20dc1 Binary files /dev/null and b/Resources/Textures/_Arcane/Structures/Machines/VendingMachines/lovemate.rsi/panel.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Minor.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Minor.png new file mode 100644 index 00000000000..d786f09a3c4 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Minor.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Minor_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Minor_alt.png new file mode 100644 index 00000000000..a2918b21fce Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Minor_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Severe.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Severe.png new file mode 100644 index 00000000000..b4410cd935d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Severe.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Severe_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Severe_alt.png new file mode 100644 index 00000000000..c6c5f32844a Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Chest_Severe_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Minor.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Minor.png new file mode 100644 index 00000000000..56867c278a2 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Minor.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Minor_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Minor_alt.png new file mode 100644 index 00000000000..b6ccde59728 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Minor_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Severe.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Severe.png new file mode 100644 index 00000000000..e9a698eb828 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Severe.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Severe_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Severe_alt.png new file mode 100644 index 00000000000..640d71f7070 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Groin_Severe_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Minor.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Minor.png new file mode 100644 index 00000000000..f3690f34098 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Minor.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Minor_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Minor_alt.png new file mode 100644 index 00000000000..1d04b1ef5ce Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Minor_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Severe.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Severe.png new file mode 100644 index 00000000000..e3a7d6e46ac Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Severe.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Severe_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Severe_alt.png new file mode 100644 index 00000000000..5b57ced5750 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/Head_Severe_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Minor.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Minor.png new file mode 100644 index 00000000000..cdedddff6d8 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Minor.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Minor_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Minor_alt.png new file mode 100644 index 00000000000..6067feb516f Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Minor_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Severe.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Severe.png new file mode 100644 index 00000000000..d12aecc619e Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Severe.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Severe_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Severe_alt.png new file mode 100644 index 00000000000..532c269aea8 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LArm_Severe_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Minor.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Minor.png new file mode 100644 index 00000000000..8dbfc162feb Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Minor.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Minor_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Minor_alt.png new file mode 100644 index 00000000000..7bda656abed Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Minor_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Severe.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Severe.png new file mode 100644 index 00000000000..cb7c7476c98 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/LLeg_Severe.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Minor.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Minor.png new file mode 100644 index 00000000000..1d31800a21d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Minor.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Minor_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Minor_alt.png new file mode 100644 index 00000000000..7820331aceb Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Minor_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Severe.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Severe.png new file mode 100644 index 00000000000..93b0fae7c8c Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Severe.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Severe_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Severe_alt.png new file mode 100644 index 00000000000..e7221db0d94 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RArm_Severe_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Minor.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Minor.png new file mode 100644 index 00000000000..68537a25683 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Minor.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Minor_alt.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Minor_alt.png new file mode 100644 index 00000000000..fa9b838a397 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Minor_alt.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Severe.png b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Severe.png new file mode 100644 index 00000000000..9398bf7f2fd Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/RLeg_Severe.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/meta.json b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/meta.json new file mode 100644 index 00000000000..42339db9e3b --- /dev/null +++ b/Resources/Textures/_Shitmed/Mobs/Effects/bleeding_damage.rsi/meta.json @@ -0,0 +1,931 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "i forgo pls fill sm1", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "Head_Severe", + "directions": 4 + }, + { + "name": "Head_Minor", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "Head_Severe_alt", + "directions": 4 + }, + { + "name": "Head_Minor_alt", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "Chest_Severe", + "directions": 4 + }, + { + "name": "Chest_Severe_alt", + "directions": 4 + }, + { + "name": "Chest_Minor", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "Chest_Minor_alt", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "Groin_Severe", + "directions": 4 + }, + { + "name": "Groin_Severe_alt", + "directions": 4 + }, + { + "name": "Groin_Minor", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "Groin_Minor_alt", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "LArm_Severe", + "directions": 4 + }, + { + "name": "LArm_Severe_alt", + "directions": 4 + }, + { + "name": "LArm_Minor", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "LArm_Minor_alt", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "RArm_Severe", + "directions": 4 + }, + { + "name": "RArm_Severe_alt", + "directions": 4 + }, + { + "name": "RArm_Minor", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "RArm_Minor_alt", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "RLeg_Severe", + "directions": 4 + }, + { + "name": "RLeg_Minor", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "RLeg_Minor_alt", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "LLeg_Severe", + "directions": 4 + }, + { + "name": "LLeg_Minor", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + }, + { + "name": "LLeg_Minor_alt", + "directions": 4, + "delays": [ + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ], + [ + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4, + 0.4 + ] + ] + } + ] +} diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_10.png new file mode 100644 index 00000000000..3e642887972 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_100.png new file mode 100644 index 00000000000..14b1e44fc62 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_20.png new file mode 100644 index 00000000000..f823b2a6e01 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_30.png new file mode 100644 index 00000000000..516c3ba170a Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_40.png new file mode 100644 index 00000000000..516c3ba170a Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_50.png new file mode 100644 index 00000000000..eb000933740 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_70.png new file mode 100644 index 00000000000..504d8d1a4d2 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Chest_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_10.png new file mode 100644 index 00000000000..f917b09ecfa Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_100.png new file mode 100644 index 00000000000..0c28aa9d97a Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_20.png new file mode 100644 index 00000000000..a1cb8e8e8ea Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_30.png new file mode 100644 index 00000000000..50ff83d4f43 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_40.png new file mode 100644 index 00000000000..50ff83d4f43 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_50.png new file mode 100644 index 00000000000..d7e3ac2d69f Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_70.png new file mode 100644 index 00000000000..9d6ea047474 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Groin_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_10.png new file mode 100644 index 00000000000..7d3230bd1fd Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_100.png new file mode 100644 index 00000000000..f1de5695c5a Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_20.png new file mode 100644 index 00000000000..3cd1057e53b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_30.png new file mode 100644 index 00000000000..7b9f239f131 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_40.png new file mode 100644 index 00000000000..80674395302 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_50.png new file mode 100644 index 00000000000..80674395302 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_70.png new file mode 100644 index 00000000000..bc46dd32c03 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/Head_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_10.png new file mode 100644 index 00000000000..1c44d9234dd Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_100.png new file mode 100644 index 00000000000..488040b0c14 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_20.png new file mode 100644 index 00000000000..1547ab27d7f Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_30.png new file mode 100644 index 00000000000..7100559ec6d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_40.png new file mode 100644 index 00000000000..943a05f24da Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_50.png new file mode 100644 index 00000000000..943a05f24da Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_70.png new file mode 100644 index 00000000000..124c71636b8 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LArm_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_10.png new file mode 100644 index 00000000000..ec768124c11 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_100.png new file mode 100644 index 00000000000..09e4f816fd9 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_20.png new file mode 100644 index 00000000000..ec768124c11 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_30.png new file mode 100644 index 00000000000..ec768124c11 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_40.png new file mode 100644 index 00000000000..fbf8176edf1 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_50.png new file mode 100644 index 00000000000..09e4f816fd9 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_70.png new file mode 100644 index 00000000000..09e4f816fd9 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LFoot_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_10.png new file mode 100644 index 00000000000..fda89e28a47 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_100.png new file mode 100644 index 00000000000..aaa5f99e2e6 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_20.png new file mode 100644 index 00000000000..fda89e28a47 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_30.png new file mode 100644 index 00000000000..fda89e28a47 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_40.png new file mode 100644 index 00000000000..edb0eb1a697 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_50.png new file mode 100644 index 00000000000..edb0eb1a697 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_70.png new file mode 100644 index 00000000000..edb0eb1a697 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LHand_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_10.png new file mode 100644 index 00000000000..97e84cef5a6 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_100.png new file mode 100644 index 00000000000..6c1a2dcc19b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_20.png new file mode 100644 index 00000000000..0443a6b2ed0 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_30.png new file mode 100644 index 00000000000..cb476f3cda2 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_40.png new file mode 100644 index 00000000000..78ede1ae66f Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_50.png new file mode 100644 index 00000000000..78ede1ae66f Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_70.png new file mode 100644 index 00000000000..9e97b1b6289 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/LLeg_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_10.png new file mode 100644 index 00000000000..af40a70a94e Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_100.png new file mode 100644 index 00000000000..6b99414d0be Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_20.png new file mode 100644 index 00000000000..4323b32ff6c Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_30.png new file mode 100644 index 00000000000..f21b66c8f68 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_40.png new file mode 100644 index 00000000000..8d6e9336589 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_50.png new file mode 100644 index 00000000000..8d6e9336589 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_70.png new file mode 100644 index 00000000000..64113f8faca Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RArm_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_10.png new file mode 100644 index 00000000000..d3a0f31100c Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_100.png new file mode 100644 index 00000000000..0380426f559 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_20.png new file mode 100644 index 00000000000..d3a0f31100c Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_30.png new file mode 100644 index 00000000000..d3a0f31100c Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_40.png new file mode 100644 index 00000000000..d63211650e3 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_50.png new file mode 100644 index 00000000000..d63211650e3 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_70.png new file mode 100644 index 00000000000..0380426f559 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RFoot_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_10.png new file mode 100644 index 00000000000..70efc3583ee Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_100.png new file mode 100644 index 00000000000..5616f6f91f8 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_20.png new file mode 100644 index 00000000000..70efc3583ee Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_30.png new file mode 100644 index 00000000000..70efc3583ee Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_40.png new file mode 100644 index 00000000000..22d66efd209 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_50.png new file mode 100644 index 00000000000..22d66efd209 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_70.png new file mode 100644 index 00000000000..5616f6f91f8 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RHand_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_10.png new file mode 100644 index 00000000000..dfb9e2ddd2b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_100.png new file mode 100644 index 00000000000..6899cccab7c Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_20.png new file mode 100644 index 00000000000..e0f52111460 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_30.png new file mode 100644 index 00000000000..5e6a6e43905 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_40.png new file mode 100644 index 00000000000..1b646f052c5 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_50.png new file mode 100644 index 00000000000..1b646f052c5 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_70.png new file mode 100644 index 00000000000..77cb758ddad Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/RLeg_Brute_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/meta.json b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/meta.json new file mode 100644 index 00000000000..b855c894e90 --- /dev/null +++ b/Resources/Textures/_Shitmed/Mobs/Effects/brute_damage.rsi/meta.json @@ -0,0 +1,85 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser.", + "size": {"x": 32, "y": 32}, + "states": [ + {"name": "Head_Brute_10", "directions": 4}, + {"name": "LArm_Brute_10", "directions": 4}, + {"name": "LLeg_Brute_10", "directions": 4}, + {"name": "LHand_Brute_10", "directions": 4}, + {"name": "LFoot_Brute_10", "directions": 4}, + {"name": "RArm_Brute_10", "directions": 4}, + {"name": "RLeg_Brute_10", "directions": 4}, + {"name": "RHand_Brute_10", "directions": 4}, + {"name": "RFoot_Brute_10", "directions": 4}, + {"name": "Chest_Brute_10", "directions": 4}, + {"name": "Groin_Brute_10", "directions": 4}, + {"name": "Head_Brute_20", "directions": 4}, + {"name": "LArm_Brute_20", "directions": 4}, + {"name": "LLeg_Brute_20", "directions": 4}, + {"name": "LHand_Brute_20", "directions": 4}, + {"name": "LFoot_Brute_20", "directions": 4}, + {"name": "RArm_Brute_20", "directions": 4}, + {"name": "RLeg_Brute_20", "directions": 4}, + {"name": "RHand_Brute_20", "directions": 4}, + {"name": "RFoot_Brute_20", "directions": 4}, + {"name": "Chest_Brute_20", "directions": 4}, + {"name": "Groin_Brute_20", "directions": 4}, + {"name": "Head_Brute_30", "directions": 4}, + {"name": "LArm_Brute_30", "directions": 4}, + {"name": "LLeg_Brute_30", "directions": 4}, + {"name": "LHand_Brute_30", "directions": 4}, + {"name": "LFoot_Brute_30", "directions": 4}, + {"name": "RArm_Brute_30", "directions": 4}, + {"name": "RLeg_Brute_30", "directions": 4}, + {"name": "RHand_Brute_30", "directions": 4}, + {"name": "RFoot_Brute_30", "directions": 4}, + {"name": "Chest_Brute_30", "directions": 4}, + {"name": "Groin_Brute_30", "directions": 4}, + {"name": "Head_Brute_40", "directions": 4}, + {"name": "LArm_Brute_40", "directions": 4}, + {"name": "LLeg_Brute_40", "directions": 4}, + {"name": "LHand_Brute_40", "directions": 4}, + {"name": "LFoot_Brute_40", "directions": 4}, + {"name": "RArm_Brute_40", "directions": 4}, + {"name": "RLeg_Brute_40", "directions": 4}, + {"name": "RHand_Brute_40", "directions": 4}, + {"name": "RFoot_Brute_40", "directions": 4}, + {"name": "Chest_Brute_40", "directions": 4}, + {"name": "Groin_Brute_40", "directions": 4}, + {"name": "Head_Brute_50", "directions": 4}, + {"name": "LArm_Brute_50", "directions": 4}, + {"name": "LLeg_Brute_50", "directions": 4}, + {"name": "LHand_Brute_50", "directions": 4}, + {"name": "LFoot_Brute_50", "directions": 4}, + {"name": "RArm_Brute_50", "directions": 4}, + {"name": "RLeg_Brute_50", "directions": 4}, + {"name": "RHand_Brute_50", "directions": 4}, + {"name": "RFoot_Brute_50", "directions": 4}, + {"name": "Chest_Brute_50", "directions": 4}, + {"name": "Groin_Brute_50", "directions": 4}, + {"name": "Head_Brute_70", "directions": 4}, + {"name": "LArm_Brute_70", "directions": 4}, + {"name": "LLeg_Brute_70", "directions": 4}, + {"name": "LHand_Brute_70", "directions": 4}, + {"name": "LFoot_Brute_70", "directions": 4}, + {"name": "RArm_Brute_70", "directions": 4}, + {"name": "RLeg_Brute_70", "directions": 4}, + {"name": "RHand_Brute_70", "directions": 4}, + {"name": "RFoot_Brute_70", "directions": 4}, + {"name": "Chest_Brute_70", "directions": 4}, + {"name": "Groin_Brute_70", "directions": 4}, + {"name": "Head_Brute_100", "directions": 4}, + {"name": "LArm_Brute_100", "directions": 4}, + {"name": "LLeg_Brute_100", "directions": 4}, + {"name": "LHand_Brute_100", "directions": 4}, + {"name": "LFoot_Brute_100", "directions": 4}, + {"name": "RArm_Brute_100", "directions": 4}, + {"name": "RLeg_Brute_100", "directions": 4}, + {"name": "RHand_Brute_100", "directions": 4}, + {"name": "RFoot_Brute_100", "directions": 4}, + {"name": "Chest_Brute_100", "directions": 4}, + {"name": "Groin_Brute_100", "directions": 4} + ] +} diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_10.png new file mode 100644 index 00000000000..6b164bf05dc Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_100.png new file mode 100644 index 00000000000..532a811985b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_20.png new file mode 100644 index 00000000000..6b164bf05dc Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_30.png new file mode 100644 index 00000000000..6b164bf05dc Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_40.png new file mode 100644 index 00000000000..c1eea5eff61 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_50.png new file mode 100644 index 00000000000..c1eea5eff61 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_70.png new file mode 100644 index 00000000000..532a811985b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Chest_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_10.png new file mode 100644 index 00000000000..2ba596157a1 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_100.png new file mode 100644 index 00000000000..1dc4cca3f54 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_20.png new file mode 100644 index 00000000000..2ba596157a1 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_30.png new file mode 100644 index 00000000000..2ba596157a1 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_40.png new file mode 100644 index 00000000000..39ac67ac60d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_50.png new file mode 100644 index 00000000000..39ac67ac60d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_70.png new file mode 100644 index 00000000000..1dc4cca3f54 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Groin_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_10.png new file mode 100644 index 00000000000..147a3004c16 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_100.png new file mode 100644 index 00000000000..ed7484eef76 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_20.png new file mode 100644 index 00000000000..147a3004c16 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_30.png new file mode 100644 index 00000000000..147a3004c16 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_40.png new file mode 100644 index 00000000000..747ff96402d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_50.png new file mode 100644 index 00000000000..747ff96402d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_70.png new file mode 100644 index 00000000000..ed7484eef76 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/Head_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_10.png new file mode 100644 index 00000000000..a1adf532878 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_100.png new file mode 100644 index 00000000000..9749f6107e4 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_20.png new file mode 100644 index 00000000000..a1adf532878 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_30.png new file mode 100644 index 00000000000..a1adf532878 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_40.png new file mode 100644 index 00000000000..690f1727fcc Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_50.png new file mode 100644 index 00000000000..690f1727fcc Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_70.png new file mode 100644 index 00000000000..9749f6107e4 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LArm_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_10.png new file mode 100644 index 00000000000..80b8acadf5e Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_100.png new file mode 100644 index 00000000000..d3c2a7c53ec Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_20.png new file mode 100644 index 00000000000..80b8acadf5e Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_30.png new file mode 100644 index 00000000000..80b8acadf5e Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_40.png new file mode 100644 index 00000000000..68336153bd7 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_50.png new file mode 100644 index 00000000000..68336153bd7 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_70.png new file mode 100644 index 00000000000..d3c2a7c53ec Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LFoot_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_10.png new file mode 100644 index 00000000000..a2e2322b009 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_100.png new file mode 100644 index 00000000000..6c765f56f4a Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_20.png new file mode 100644 index 00000000000..a2e2322b009 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_30.png new file mode 100644 index 00000000000..a2e2322b009 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_40.png new file mode 100644 index 00000000000..cc19fcc10a6 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_50.png new file mode 100644 index 00000000000..cc19fcc10a6 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_70.png new file mode 100644 index 00000000000..6c765f56f4a Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LHand_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_10.png new file mode 100644 index 00000000000..16f0674219d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_100.png new file mode 100644 index 00000000000..0c5f33d26a2 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_20.png new file mode 100644 index 00000000000..16f0674219d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_30.png new file mode 100644 index 00000000000..16f0674219d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_40.png new file mode 100644 index 00000000000..1f016662bef Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_50.png new file mode 100644 index 00000000000..1f016662bef Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_70.png new file mode 100644 index 00000000000..0c5f33d26a2 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/LLeg_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_10.png new file mode 100644 index 00000000000..3b6726b5598 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_100.png new file mode 100644 index 00000000000..d30d2bf41b2 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_20.png new file mode 100644 index 00000000000..3b6726b5598 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_30.png new file mode 100644 index 00000000000..3b6726b5598 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_40.png new file mode 100644 index 00000000000..d8b1dc445ec Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_50.png new file mode 100644 index 00000000000..d8b1dc445ec Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_70.png new file mode 100644 index 00000000000..d30d2bf41b2 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RArm_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_10.png new file mode 100644 index 00000000000..efea8f31add Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_100.png new file mode 100644 index 00000000000..596bdd2652b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_20.png new file mode 100644 index 00000000000..efea8f31add Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_30.png new file mode 100644 index 00000000000..efea8f31add Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_40.png new file mode 100644 index 00000000000..8ad11c79c53 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_50.png new file mode 100644 index 00000000000..8ad11c79c53 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_70.png new file mode 100644 index 00000000000..596bdd2652b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RFoot_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_10.png new file mode 100644 index 00000000000..d290b7f4b2d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_100.png new file mode 100644 index 00000000000..2721d1ff2aa Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_20.png new file mode 100644 index 00000000000..d290b7f4b2d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_30.png new file mode 100644 index 00000000000..d290b7f4b2d Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_40.png new file mode 100644 index 00000000000..37a6067c588 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_50.png new file mode 100644 index 00000000000..37a6067c588 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_70.png new file mode 100644 index 00000000000..2721d1ff2aa Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RHand_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_10.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_10.png new file mode 100644 index 00000000000..121bea1bb91 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_10.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_100.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_100.png new file mode 100644 index 00000000000..10f8fc99c7b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_100.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_20.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_20.png new file mode 100644 index 00000000000..121bea1bb91 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_20.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_30.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_30.png new file mode 100644 index 00000000000..121bea1bb91 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_30.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_40.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_40.png new file mode 100644 index 00000000000..1c920919763 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_40.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_50.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_50.png new file mode 100644 index 00000000000..1c920919763 Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_50.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_70.png b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_70.png new file mode 100644 index 00000000000..10f8fc99c7b Binary files /dev/null and b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/RLeg_Burn_70.png differ diff --git a/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/meta.json b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/meta.json new file mode 100644 index 00000000000..6b71698e54f --- /dev/null +++ b/Resources/Textures/_Shitmed/Mobs/Effects/burn_damage.rsi/meta.json @@ -0,0 +1,85 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser.", + "size": {"x": 32, "y": 32}, + "states": [ + {"name": "Head_Burn_10", "directions": 4}, + {"name": "LArm_Burn_10", "directions": 4}, + {"name": "LLeg_Burn_10", "directions": 4}, + {"name": "LHand_Burn_10", "directions": 4}, + {"name": "LFoot_Burn_10", "directions": 4}, + {"name": "RArm_Burn_10", "directions": 4}, + {"name": "RLeg_Burn_10", "directions": 4}, + {"name": "RHand_Burn_10", "directions": 4}, + {"name": "RFoot_Burn_10", "directions": 4}, + {"name": "Chest_Burn_10", "directions": 4}, + {"name": "Groin_Burn_10", "directions": 4}, + {"name": "Head_Burn_20", "directions": 4}, + {"name": "LArm_Burn_20", "directions": 4}, + {"name": "LLeg_Burn_20", "directions": 4}, + {"name": "LHand_Burn_20", "directions": 4}, + {"name": "LFoot_Burn_20", "directions": 4}, + {"name": "RArm_Burn_20", "directions": 4}, + {"name": "RLeg_Burn_20", "directions": 4}, + {"name": "RHand_Burn_20", "directions": 4}, + {"name": "RFoot_Burn_20", "directions": 4}, + {"name": "Chest_Burn_20", "directions": 4}, + {"name": "Groin_Burn_20", "directions": 4}, + {"name": "Head_Burn_30", "directions": 4}, + {"name": "LArm_Burn_30", "directions": 4}, + {"name": "LLeg_Burn_30", "directions": 4}, + {"name": "LHand_Burn_30", "directions": 4}, + {"name": "LFoot_Burn_30", "directions": 4}, + {"name": "RArm_Burn_30", "directions": 4}, + {"name": "RLeg_Burn_30", "directions": 4}, + {"name": "RHand_Burn_30", "directions": 4}, + {"name": "RFoot_Burn_30", "directions": 4}, + {"name": "Chest_Burn_30", "directions": 4}, + {"name": "Groin_Burn_30", "directions": 4}, + {"name": "Head_Burn_40", "directions": 4}, + {"name": "LArm_Burn_40", "directions": 4}, + {"name": "LLeg_Burn_40", "directions": 4}, + {"name": "LHand_Burn_40", "directions": 4}, + {"name": "LFoot_Burn_40", "directions": 4}, + {"name": "RArm_Burn_40", "directions": 4}, + {"name": "RLeg_Burn_40", "directions": 4}, + {"name": "RHand_Burn_40", "directions": 4}, + {"name": "RFoot_Burn_40", "directions": 4}, + {"name": "Chest_Burn_40", "directions": 4}, + {"name": "Groin_Burn_40", "directions": 4}, + {"name": "Head_Burn_50", "directions": 4}, + {"name": "LArm_Burn_50", "directions": 4}, + {"name": "LLeg_Burn_50", "directions": 4}, + {"name": "LHand_Burn_50", "directions": 4}, + {"name": "LFoot_Burn_50", "directions": 4}, + {"name": "RArm_Burn_50", "directions": 4}, + {"name": "RLeg_Burn_50", "directions": 4}, + {"name": "RHand_Burn_50", "directions": 4}, + {"name": "RFoot_Burn_50", "directions": 4}, + {"name": "Chest_Burn_50", "directions": 4}, + {"name": "Groin_Burn_50", "directions": 4}, + {"name": "Head_Burn_70", "directions": 4}, + {"name": "LArm_Burn_70", "directions": 4}, + {"name": "LLeg_Burn_70", "directions": 4}, + {"name": "LHand_Burn_70", "directions": 4}, + {"name": "LFoot_Burn_70", "directions": 4}, + {"name": "RArm_Burn_70", "directions": 4}, + {"name": "RLeg_Burn_70", "directions": 4}, + {"name": "RHand_Burn_70", "directions": 4}, + {"name": "RFoot_Burn_70", "directions": 4}, + {"name": "Chest_Burn_70", "directions": 4}, + {"name": "Groin_Burn_70", "directions": 4}, + {"name": "Head_Burn_100", "directions": 4}, + {"name": "LArm_Burn_100", "directions": 4}, + {"name": "LLeg_Burn_100", "directions": 4}, + {"name": "LHand_Burn_100", "directions": 4}, + {"name": "LFoot_Burn_100", "directions": 4}, + {"name": "RArm_Burn_100", "directions": 4}, + {"name": "RLeg_Burn_100", "directions": 4}, + {"name": "RHand_Burn_100", "directions": 4}, + {"name": "RFoot_Burn_100", "directions": 4}, + {"name": "Chest_Burn_100", "directions": 4}, + {"name": "Groin_Burn_100", "directions": 4} + ] +} diff --git a/Resources/Textures/_White/Mobs/Species/displacement.rsi/jumpsuit-female.png b/Resources/Textures/_White/Mobs/Species/displacement.rsi/jumpsuit-female.png new file mode 100644 index 00000000000..c75c83ce3e8 Binary files /dev/null and b/Resources/Textures/_White/Mobs/Species/displacement.rsi/jumpsuit-female.png differ diff --git a/Resources/Textures/_White/Mobs/Species/displacement.rsi/jumpsuit.png b/Resources/Textures/_White/Mobs/Species/displacement.rsi/jumpsuit.png new file mode 100644 index 00000000000..cb3966d9239 Binary files /dev/null and b/Resources/Textures/_White/Mobs/Species/displacement.rsi/jumpsuit.png differ diff --git a/Resources/Textures/_White/Mobs/Species/displacement.rsi/meta.json b/Resources/Textures/_White/Mobs/Species/displacement.rsi/meta.json new file mode 100644 index 00000000000..38fcf983e00 --- /dev/null +++ b/Resources/Textures/_White/Mobs/Species/displacement.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "by Litogin", + "size": { + "x": 32, + "y": 32 + }, + "load": { + "srgb": false + }, + "states": [ + { + "name": "jumpsuit", + "directions": 4 + }, + { + "name": "jumpsuit-female", + "directions": 4 + }, + { + "name": "shoes", + "directions" : 4 + } + ] +} diff --git a/Resources/Textures/_White/Mobs/Species/displacement.rsi/shoes.png b/Resources/Textures/_White/Mobs/Species/displacement.rsi/shoes.png new file mode 100644 index 00000000000..f483797a370 Binary files /dev/null and b/Resources/Textures/_White/Mobs/Species/displacement.rsi/shoes.png differ