diff --git a/Resources/Audio/Floof/Lewd/vibrate.ogg b/Resources/Audio/Floof/Lewd/vibrate.ogg index 87eb1a4a1d4..1ecf4b86277 100644 Binary files a/Resources/Audio/Floof/Lewd/vibrate.ogg and b/Resources/Audio/Floof/Lewd/vibrate.ogg differ diff --git a/Resources/Audio/Floof/Lewd/whip.ogg b/Resources/Audio/Floof/Lewd/whip.ogg new file mode 100644 index 00000000000..333a1c20555 Binary files /dev/null and b/Resources/Audio/Floof/Lewd/whip.ogg differ diff --git a/Resources/Audio/Floof/Lewd/whipgrab.ogg b/Resources/Audio/Floof/Lewd/whipgrab.ogg new file mode 100644 index 00000000000..e7f6db7b32e Binary files /dev/null and b/Resources/Audio/Floof/Lewd/whipgrab.ogg differ diff --git a/Resources/Prototypes/Floof/Catalog/Cargo/cargo_lewd.yml b/Resources/Prototypes/Floof/Catalog/Cargo/cargo_lewd.yml index 0e12d8e730a..e871e57d546 100644 --- a/Resources/Prototypes/Floof/Catalog/Cargo/cargo_lewd.yml +++ b/Resources/Prototypes/Floof/Catalog/Cargo/cargo_lewd.yml @@ -1,7 +1,7 @@ - type: cargoProduct id: LewdCrateToys icon: - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi + sprite: Floof/Objects/Fun/Lewd/lewd_icons.rsi state: dildo product: CrateLewdToys cost: 1500 diff --git a/Resources/Prototypes/Floof/Entities/Objects/Lewd/dildos.yml b/Resources/Prototypes/Floof/Entities/Objects/Lewd/dildos.yml new file mode 100644 index 00000000000..3eca3afc7ab --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Objects/Lewd/dildos.yml @@ -0,0 +1,69 @@ +- type: entity + parent: BaseItem + id: AvianDildo + name: avian dildo + description: A dildo in the shape of a bird's "caw-k". + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi + state: icon + +- type: entity + parent: BaseItem + id: CanineDildo + name: canine dildo + description: A dildo of a green rocket. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi + state: icon + +- type: entity + parent: BaseItem + id: HorseDildo + name: horse dildo + description: A large dildo of a horse... Wow it's big... + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi + state: icon + +- type: entity + parent: BaseItem + id: DragonDildo + name: dragon dildo + description: A large red dildo of a dragon... Woof... + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi + state: icon + +- type: entity + parent: BaseItem + id: NormalDildo + name: dildo + description: A simple pink dildo. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi + state: icon + +- type: entity + parent: BaseItem + id: TentacleDildo + name: tentacle dildo + description: A floppy tentacle dildo... Is it slimey? + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi + state: icon + +- type: entity + parent: BaseItem + id: DoubleDildo + name: double-sided dildo + description: A long dildo with two ends. Bring a friend! + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi + state: icon diff --git a/Resources/Prototypes/Floof/Entities/Objects/Lewd/fleshlights.yml b/Resources/Prototypes/Floof/Entities/Objects/Lewd/fleshlights.yml new file mode 100644 index 00000000000..411566dd3aa --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Objects/Lewd/fleshlights.yml @@ -0,0 +1,81 @@ +- type: entity + parent: BaseItem + id: BaseFleshlight + abstract: true + components: + - type: Drink + solution: fleshlight + ignoreEmpty: true + - type: SolutionContainerManager + solutions: + fleshlight: + maxVol: 10 + - type: SolutionTransfer + transferAmount: 5 + maxTransferAmount: 10 + minTransferAmount: 1 + canChangeTransferAmount: true + - type: UserInterface + interfaces: + - key: enum.TransferAmountUiKey.Key + type: TransferAmountBoundUserInterface + - type: Spillable + solution: fleshlight + - type: DrawableSolution + solution: fleshlight + - type: RefillableSolution + solution: fleshlight + - type: DrainableSolution + solution: fleshlight + - type: ExaminableSolution + solution: fleshlight + +- type: entity + parent: BaseFleshlight + id: LewdFleshlightGreen + name: green fleshlight + description: A green fleshlight waiting for something to fill it. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi + state: icon + +- type: entity + parent: BaseFleshlight + id: LewdFleshlightTeal + name: teal fleshlight + description: A teal fleshlight waiting for something to fill it. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi + state: icon + +- type: entity + parent: BaseFleshlight + id: LewdFleshlightPink + name: pink fleshlight + description: A pink fleshlight waiting for something to fill it. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi + state: icon + +- type: entity + parent: BaseFleshlight + id: LewdFleshlightRed + name: red fleshlight + description: A red fleshlight waiting for something to fill it. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi + state: icon + +- type: entity + parent: BaseFleshlight + id: LewdFleshlightYellow + name: yellow fleshlight + description: A yellow fleshlight waiting for something to fill it. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi + state: icon diff --git a/Resources/Prototypes/Floof/Entities/Objects/Lewd/lewd_toys.yml b/Resources/Prototypes/Floof/Entities/Objects/Lewd/lewd_toys.yml deleted file mode 100644 index 26d3d7c56d2..00000000000 --- a/Resources/Prototypes/Floof/Entities/Objects/Lewd/lewd_toys.yml +++ /dev/null @@ -1,436 +0,0 @@ -- type: entity - parent: BaseItem - id: LewdWand - name: magic wand - description: A magic wand! This one casts spells of pleasure! - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - layers: - - state: magicwand_off - map: ["base"] - - state: magicwand_medium - map: ["on"] - visible: false - - type: ItemToggle - predictable: false - soundActivate: - path: /Audio/Floof/Lewd/vibrate.ogg - - type: UseDelay - delay: 1.0 - - type: Appearance - - type: GenericVisualizer - visuals: - enum.ToggleVisuals.Toggled: - on: - True: { visible: true } - False: { visible: false } - base: - True: { visible: false } - False: { visible: true } - - -- type: entity - parent: BaseItem - id: LewdVibeGreen - name: tentacle vibrator - description: A green vibrator in the shape of a tentacle. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - layers: - - state: vibrator_green_off - map: ["base"] - - state: vibrator_green_medium - map: ["on"] - visible: false - - type: ItemToggle - predictable: false - soundActivate: - path: /Audio/Floof/Lewd/vibrate.ogg - - type: UseDelay - delay: 1.0 - - type: Appearance - - type: GenericVisualizer - visuals: - enum.ToggleVisuals.Toggled: - on: - True: { visible: true } - False: { visible: false } - base: - True: { visible: false } - False: { visible: true } - -- type: entity - parent: BaseItem - id: LewdVibeTeal - name: teal vibrator - description: A teal vibrator with a bolbous look. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - layers: - - state: vibrator_teal_off - map: ["base"] - - state: vibrator_teal_medium - map: ["on"] - visible: false - - type: ItemToggle - predictable: false - soundActivate: - path: /Audio/Floof/Lewd/vibrate.ogg - - type: UseDelay - delay: 1.0 - - type: Appearance - - type: GenericVisualizer - visuals: - enum.ToggleVisuals.Toggled: - on: - True: { visible: true } - False: { visible: false } - base: - True: { visible: false } - False: { visible: true } - -- type: entity - parent: BaseItem - id: LewdVibePink - name: pink vibrator - description: A common pink vibrator. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - layers: - - state: vibrator_pink_off - map: ["base"] - - state: vibrator_pink_medium - map: ["on"] - visible: false - - type: ItemToggle - predictable: false - soundActivate: - path: /Audio/Floof/Lewd/vibrate.ogg - - type: UseDelay - delay: 1.0 - - type: Appearance - - type: GenericVisualizer - visuals: - enum.ToggleVisuals.Toggled: - on: - True: { visible: true } - False: { visible: false } - base: - True: { visible: false } - False: { visible: true } - -- type: entity - parent: BaseItem - id: LewdVibeRed - name: beaded vibrator - description: A red vibrator with different sized beads. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - layers: - - state: vibrator_red_off - map: ["base"] - - state: vibrator_red_medium - map: ["on"] - visible: false - - type: ItemToggle - predictable: false - soundActivate: - path: /Audio/Floof/Lewd/vibrate.ogg - - type: UseDelay - delay: 1.0 - - type: Appearance - - type: GenericVisualizer - visuals: - enum.ToggleVisuals.Toggled: - on: - True: { visible: true } - False: { visible: false } - base: - True: { visible: false } - False: { visible: true } - -- type: entity - parent: BaseItem - id: LewdVibeYellow - name: yellow vibrator - description: A yellow vibrator in the shape of an egg. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - layers: - - state: vibrator_yellow_off - map: ["base"] - - state: vibrator_yellow_medium - map: ["on"] - visible: false - - type: ItemToggle - predictable: false - soundActivate: - path: /Audio/Floof/Lewd/vibrate.ogg - - type: UseDelay - delay: 1.0 - - type: Appearance - - type: GenericVisualizer - visuals: - enum.ToggleVisuals.Toggled: - on: - True: { visible: true } - False: { visible: false } - base: - True: { visible: false } - False: { visible: true } - -- type: entity - parent: BaseItem - id: LewdFleshlightGreen - name: green fleshlight - description: A green fleshlight waiting for something to fill it. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: fleshlight_green - - type: Drink - solution: fleshlight - ignoreEmpty: true - - type: SolutionContainerManager - solutions: - fleshlight: - maxVol: 10 - - type: SolutionTransfer - transferAmount: 5 - maxTransferAmount: 10 - minTransferAmount: 1 - canChangeTransferAmount: true - - type: UserInterface - interfaces: - - key: enum.TransferAmountUiKey.Key - type: TransferAmountBoundUserInterface - - type: Spillable - solution: fleshlight - - type: DrawableSolution - solution: fleshlight - - type: RefillableSolution - solution: fleshlight - - type: DrainableSolution - solution: fleshlight - - type: ExaminableSolution - solution: fleshlight - -- type: entity - parent: BaseItem - id: LewdFleshlightTeal - name: teal fleshlight - description: A teal fleshlight waiting for something to fill it. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: fleshlight_teal - - type: Drink - solution: fleshlight - ignoreEmpty: true - - type: SolutionContainerManager - solutions: - fleshlight: - maxVol: 10 - - type: SolutionTransfer - transferAmount: 5 - maxTransferAmount: 10 - minTransferAmount: 1 - canChangeTransferAmount: true - - type: UserInterface - interfaces: - - key: enum.TransferAmountUiKey.Key - type: TransferAmountBoundUserInterface - - type: Spillable - solution: fleshlight - - type: DrawableSolution - solution: fleshlight - - type: RefillableSolution - solution: fleshlight - - type: DrainableSolution - solution: fleshlight - - type: ExaminableSolution - solution: fleshlight - -- type: entity - parent: BaseItem - id: LewdFleshlightPink - name: pink fleshlight - description: A pink fleshlight waiting for something to fill it. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: fleshlight_pink - - type: Drink - solution: fleshlight - ignoreEmpty: true - - type: SolutionContainerManager - solutions: - fleshlight: - maxVol: 10 - - type: SolutionTransfer - transferAmount: 5 - maxTransferAmount: 10 - minTransferAmount: 1 - canChangeTransferAmount: true - - type: UserInterface - interfaces: - - key: enum.TransferAmountUiKey.Key - type: TransferAmountBoundUserInterface - - type: Spillable - solution: fleshlight - - type: DrawableSolution - solution: fleshlight - - type: RefillableSolution - solution: fleshlight - - type: DrainableSolution - solution: fleshlight - - type: ExaminableSolution - solution: fleshlight - -- type: entity - parent: BaseItem - id: LewdFleshlightRed - name: red fleshlight - description: A red fleshlight waiting for something to fill it. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: fleshlight_red - - type: Drink - solution: fleshlight - ignoreEmpty: true - - type: SolutionContainerManager - solutions: - fleshlight: - maxVol: 10 - - type: SolutionTransfer - transferAmount: 5 - maxTransferAmount: 10 - minTransferAmount: 1 - canChangeTransferAmount: true - - type: UserInterface - interfaces: - - key: enum.TransferAmountUiKey.Key - type: TransferAmountBoundUserInterface - - type: Spillable - solution: fleshlight - - type: DrawableSolution - solution: fleshlight - - type: RefillableSolution - solution: fleshlight - - type: DrainableSolution - solution: fleshlight - - type: ExaminableSolution - solution: fleshlight - -- type: entity - parent: BaseItem - id: LewdFleshlightYellow - name: yellow fleshlight - description: A yellow fleshlight waiting for something to fill it. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: fleshlight_yellow - - type: Drink - solution: fleshlight - ignoreEmpty: true - - type: SolutionContainerManager - solutions: - fleshlight: - maxVol: 10 - - type: SolutionTransfer - transferAmount: 5 - maxTransferAmount: 10 - minTransferAmount: 1 - canChangeTransferAmount: true - - type: UserInterface - interfaces: - - key: enum.TransferAmountUiKey.Key - type: TransferAmountBoundUserInterface - - type: Spillable - solution: fleshlight - - type: DrawableSolution - solution: fleshlight - - type: RefillableSolution - solution: fleshlight - - type: DrainableSolution - solution: fleshlight - - type: ExaminableSolution - solution: fleshlight - -- type: entity - parent: BaseItem - id: AvianDildo - name: avian dildo - description: A dildo in the shape of a bird's "caw-k". - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: dildo_avian - -- type: entity - parent: BaseItem - id: CanineDildo - name: canine dildo - description: A dildo of a green rocket. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: dildo_canine - -- type: entity - parent: BaseItem - id: HorseDildo - name: horse dildo - description: A large dildo of a horse... Wow it's big... - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: dildo_equine - -- type: entity - parent: BaseItem - id: DragonDildo - name: dragon dildo - description: A large red dildo of a dragon... Woof... - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: dildo_dragon - -- type: entity - parent: BaseItem - id: NormalDildo - name: dildo - description: A simple pink dildo. - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: dildo_human - -- type: entity - parent: BaseItem - id: TentacleDildo - name: tentacle dildo - description: A floppy tentacle dildo... Is it slimey? - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: dildo_tentacle - -- type: entity - parent: BaseItem - id: DoubleDildo - name: double-sided dildo - description: A long dildo with two ends. Bring a friend! - components: - - type: Sprite - sprite: Floof/Objects/Fun/Lewd/lewd_items.rsi - state: dildo_double diff --git a/Resources/Prototypes/Floof/Entities/Objects/Lewd/vibes.yml b/Resources/Prototypes/Floof/Entities/Objects/Lewd/vibes.yml new file mode 100644 index 00000000000..8cfafc2c074 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Objects/Lewd/vibes.yml @@ -0,0 +1,111 @@ +- type: entity + parent: BaseItem + id: BaseVibe + abstract: true + components: + - type: ItemToggle + predictable: false + soundActivate: + path: /Audio/Floof/Lewd/vibrate.ogg + - type: UseDelay + delay: 1.0 + - type: Appearance + - type: GenericVisualizer + visuals: + enum.ToggleVisuals.Toggled: + on: + True: { visible: true } + False: { visible: false } + base: + True: { visible: false } + False: { visible: true } + +- type: entity + parent: BaseVibe + id: LewdWand + name: magic wand + description: A magic wand! This one casts spells of pleasure! + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi + layers: + - state: magicwand_off + map: ["base"] + - state: magicwand_medium + map: ["on"] + visible: false + +- type: entity + parent: BaseVibe + id: LewdVibeGreen + name: tentacle vibrator + description: A green vibrator in the shape of a tentacle. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi + layers: + - state: vibrator_green_off + map: ["base"] + - state: vibrator_green_medium + map: ["on"] + visible: false + +- type: entity + parent: BaseVibe + id: LewdVibeTeal + name: teal vibrator + description: A teal vibrator with a bolbous look. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi + layers: + - state: vibrator_teal_off + map: ["base"] + - state: vibrator_teal_medium + map: ["on"] + visible: false + +- type: entity + parent: BaseVibe + id: LewdVibePink + name: pink vibrator + description: A common pink vibrator. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi + layers: + - state: vibrator_pink_off + map: ["base"] + - state: vibrator_pink_medium + map: ["on"] + visible: false + +- type: entity + parent: BaseVibe + id: LewdVibeRed + name: beaded vibrator + description: A red vibrator with different sized beads. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi + layers: + - state: vibrator_red_off + map: ["base"] + - state: vibrator_red_medium + map: ["on"] + visible: false + +- type: entity + parent: BaseVibe + id: LewdVibeYellow + name: yellow vibrator + description: A yellow vibrator in the shape of an egg. + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi + layers: + - state: vibrator_yellow_off + map: ["base"] + - state: vibrator_yellow_medium + map: ["on"] + visible: false diff --git a/Resources/Prototypes/Floof/Entities/Objects/Lewd/whips.yml b/Resources/Prototypes/Floof/Entities/Objects/Lewd/whips.yml new file mode 100644 index 00000000000..7b4b4216bb8 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Objects/Lewd/whips.yml @@ -0,0 +1,98 @@ +- type: entity + parent: BaseItem + id: BaseWhip + abstract: true + components: + - type: MeleeWeapon + wideAnimationRotation: -135 + damage: + types: + Slash: 2 + heavyRateModifier: 0.5 + heavyDamageBaseModifier: 1.75 + heavyStaminaCost: 10 + maxTargets: 1 + angle: 120 + animation: WeaponArcSlash + soundHit: + path: /Audio/Floof/Lewd/whip.ogg + - type: StaminaDamageOnHit + damage: 20 + - type: StaminaDamageOnCollide + damage: 20 + - type: StaticPrice + price: 60 + - type: Item + size: Normal + +- type: entity + parent: BaseWhip + id: WhipPink + name: pink whip + description: A pink whip for discipline! + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi + state: icon + +- type: entity + parent: BaseWhip + id: WhipTeal + name: teal whip + description: A teal whip for discipline! + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi + state: icon + +- type: entity + parent: BaseWhip + id: WhipPinkCrotch + name: pink crotch whip + description: A pink crotch whip for discipline! + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi + state: icon + +- type: entity + parent: BaseWhip + id: WhipTealCrotch + name: teal crotch whip + description: A teal crotch whip for discipline! + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi + state: icon + +- type: entity + parent: BaseWhip + id: SpankPinkPaddle + name: pink paddle + description: A pink paddle for spanking your naughty pal! + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi + state: icon + - type: MeleeWeapon + wideAnimationRotation: -135 + damage: + types: + Blunt: 4 + heavyDamageBaseModifier: 1.25 + +- type: entity + parent: BaseWhip + id: SpankTealPaddle + name: teal paddle + description: A teal paddle for spanking your naughty pal! + components: + - type: Sprite + sprite: Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi + state: icon + - type: MeleeWeapon + wideAnimationRotation: -135 + damage: + types: + Blunt: 4 + heavyDamageBaseModifier: 1.25 diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_avian.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_avian.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/inhand-left.png new file mode 100644 index 00000000000..2819e2d9020 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/inhand-right.png new file mode 100644 index 00000000000..1c50accf3cb Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_avian.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_canine.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_canine.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/inhand-left.png new file mode 100644 index 00000000000..3d9e007c3e4 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/inhand-right.png new file mode 100644 index 00000000000..7c2dab3539f Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_double.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_double.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/inhand-left.png new file mode 100644 index 00000000000..044bb1ffd89 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/inhand-right.png new file mode 100644 index 00000000000..cbcecbfbba8 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_double.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_dragon.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_dragon.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/inhand-left.png new file mode 100644 index 00000000000..2806c657809 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/inhand-right.png new file mode 100644 index 00000000000..e4bf88f795b Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_dragon.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_equine.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_equine.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/inhand-left.png new file mode 100644 index 00000000000..a68b6584bcc Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/inhand-right.png new file mode 100644 index 00000000000..b355a965173 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_equine.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/inhand-left.png new file mode 100644 index 00000000000..25562907640 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/inhand-right.png new file mode 100644 index 00000000000..448cf54c643 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_human.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_tentacle.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_tentacle.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/inhand-left.png new file mode 100644 index 00000000000..9359a062d2d Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/inhand-right.png new file mode 100644 index 00000000000..eefd1198e5a Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_tentacle.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_green.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_green.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/inhand-left.png new file mode 100644 index 00000000000..2905a1ce657 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/inhand-right.png new file mode 100644 index 00000000000..ed523f79329 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_green.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..c4466d226f4 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..1d358a6212b Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_pink.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_red.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_red.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/inhand-left.png new file mode 100644 index 00000000000..a6fb44ab9de Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/inhand-right.png new file mode 100644 index 00000000000..6c0790fe681 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_red.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_teal.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_teal.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/inhand-left.png new file mode 100644 index 00000000000..6aa22fb2ccb Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/inhand-right.png new file mode 100644 index 00000000000..ad6a53e62f8 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_teal.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_yellow.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_yellow.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/inhand-left.png new file mode 100644 index 00000000000..d0836215600 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/inhand-right.png new file mode 100644 index 00000000000..8f11b42596e Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Fleshlights/fleshlight_yellow.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/inhand-left.png new file mode 100644 index 00000000000..1fce1e64807 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/inhand-right.png new file mode 100644 index 00000000000..e8dafab14c0 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/magicwand_hard.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand_hard.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/magicwand_hard.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand_low.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/magicwand_low.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand_low.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/magicwand_low.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/magicwand_medium.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand_medium.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/magicwand_medium.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/magicwand_off.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand_off.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/magicwand_off.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/meta.json new file mode 100644 index 00000000000..1ce8554c8e4 --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/magic_wand.rsi/meta.json @@ -0,0 +1,55 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "magicwand_off" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "magicwand_low", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "magicwand_medium", + "delays": [ + [ + 0.08, + 0.08, + 0.08, + 0.08 + ] + ] + }, + { + "name": "magicwand_hard", + "delays": [ + [ + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002 + ] + ] + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/inhand-left.png new file mode 100644 index 00000000000..272e4531d19 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/inhand-right.png new file mode 100644 index 00000000000..e6d6a232dce Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/meta.json new file mode 100644 index 00000000000..bb16764525b --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/meta.json @@ -0,0 +1,67 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "vibrator_green_off" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "vibrator_green_low", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "vibrator_green_medium", + "delays": [ + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ] + ] + }, + { + "name": "vibrator_green_hard", + "delays": [ + [ + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002 + ] + ] + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_green_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/vibrator_green_hard.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_green_hard.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/vibrator_green_hard.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_green_low.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/vibrator_green_low.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_green_low.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/vibrator_green_low.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_green_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/vibrator_green_medium.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_green_medium.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/vibrator_green_medium.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_green_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/vibrator_green_off.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_green_off.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_green.rsi/vibrator_green_off.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..578c7439ed2 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..4f157e1c8ba Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/meta.json new file mode 100644 index 00000000000..1aabc1587a9 --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/meta.json @@ -0,0 +1,67 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "vibrator_pink_off" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "vibrator_pink_low", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "vibrator_pink_medium", + "delays": [ + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ] + ] + }, + { + "name": "vibrator_pink_hard", + "delays": [ + [ + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002 + ] + ] + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_pink_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/vibrator_pink_hard.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_pink_hard.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/vibrator_pink_hard.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_pink_low.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/vibrator_pink_low.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_pink_low.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/vibrator_pink_low.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_pink_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/vibrator_pink_medium.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_pink_medium.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/vibrator_pink_medium.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_pink_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/vibrator_pink_off.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_pink_off.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_pink.rsi/vibrator_pink_off.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/inhand-left.png new file mode 100644 index 00000000000..ddb9431650f Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/inhand-right.png new file mode 100644 index 00000000000..e452f6aeecf Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/meta.json new file mode 100644 index 00000000000..f4e33e8c121 --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/meta.json @@ -0,0 +1,67 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "vibrator_red_off" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "vibrator_red_low", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "vibrator_red_medium", + "delays": [ + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ] + ] + }, + { + "name": "vibrator_red_hard", + "delays": [ + [ + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002 + ] + ] + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_red_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/vibrator_red_hard.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_red_hard.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/vibrator_red_hard.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_red_low.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/vibrator_red_low.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_red_low.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/vibrator_red_low.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_red_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/vibrator_red_medium.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_red_medium.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/vibrator_red_medium.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_red_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/vibrator_red_off.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_red_off.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_red.rsi/vibrator_red_off.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/inhand-left.png new file mode 100644 index 00000000000..9b0df5bfc0f Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/inhand-right.png new file mode 100644 index 00000000000..c2e8128f0ab Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/meta.json new file mode 100644 index 00000000000..59bca610660 --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/meta.json @@ -0,0 +1,67 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "vibrator_teal_off" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "vibrator_teal_low", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "vibrator_teal_medium", + "delays": [ + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ] + ] + }, + { + "name": "vibrator_teal_hard", + "delays": [ + [ + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002 + ] + ] + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_teal_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/vibrator_teal_hard.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_teal_hard.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/vibrator_teal_hard.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_teal_low.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/vibrator_teal_low.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_teal_low.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/vibrator_teal_low.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_teal_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/vibrator_teal_medium.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_teal_medium.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/vibrator_teal_medium.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_teal_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/vibrator_teal_off.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_teal_off.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_teal.rsi/vibrator_teal_off.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/inhand-left.png new file mode 100644 index 00000000000..1e5bd907ebd Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/inhand-right.png new file mode 100644 index 00000000000..5f1d83df2b9 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/meta.json new file mode 100644 index 00000000000..f687b941d4c --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/meta.json @@ -0,0 +1,67 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "vibrator_yellow_off" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "vibrator_yellow_low", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "vibrator_yellow_medium", + "delays": [ + [ + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08, + 0.08 + ] + ] + }, + { + "name": "vibrator_yellow_hard", + "delays": [ + [ + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002, + 0.060000002 + ] + ] + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_yellow_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/vibrator_yellow_hard.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_yellow_hard.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/vibrator_yellow_hard.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_yellow_low.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/vibrator_yellow_low.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_yellow_low.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/vibrator_yellow_low.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_yellow_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/vibrator_yellow_medium.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_yellow_medium.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/vibrator_yellow_medium.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_yellow_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/vibrator_yellow_off.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator_yellow_off.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Toys/Vibes/vibrator_yellow.rsi/vibrator_yellow_off.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_pink_weak.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_pink_weak.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..ce66d33a8a7 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..24e6c901859 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_pink.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_teal_weak.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_teal_weak.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/inhand-left.png new file mode 100644 index 00000000000..45ae98f0913 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/inhand-right.png new file mode 100644 index 00000000000..6909a0c948b Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/crotch_teal.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/spankpad.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/spankpad.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..0921d9935eb Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..1a0896da209 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_pink.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/spankpad_teal.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/spankpad_teal.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/inhand-left.png new file mode 100644 index 00000000000..a0ace62cc08 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/inhand-right.png new file mode 100644 index 00000000000..ca1757aa06a Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/meta.json new file mode 100644 index 00000000000..b7ce12c671d --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/spank_teal.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/inhand-left.png new file mode 100644 index 00000000000..85eb3b16d9b Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/inhand-right.png new file mode 100644 index 00000000000..653ea39a6f0 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/meta.json new file mode 100644 index 00000000000..56f99d07ce4 --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_pink.rsi/meta.json @@ -0,0 +1,130 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_teal_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/icon.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_teal_hard.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/icon.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/inhand-left.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/inhand-left.png new file mode 100644 index 00000000000..7c028bc5986 Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/inhand-left.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/inhand-right.png b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/inhand-right.png new file mode 100644 index 00000000000..50794e1ee0e Binary files /dev/null and b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/inhand-right.png differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/meta.json new file mode 100644 index 00000000000..56f99d07ce4 --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/Weapons/whip_teal.rsi/meta.json @@ -0,0 +1,130 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_human.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_icons.rsi/dildo.png similarity index 100% rename from Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/dildo_human.png rename to Resources/Textures/Floof/Objects/Fun/Lewd/lewd_icons.rsi/dildo.png diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_icons.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_icons.rsi/meta.json new file mode 100644 index 00000000000..0ed210eba7b --- /dev/null +++ b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_icons.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "dildo" + } + ] +} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/NEXT_ICONS_USED_ONLY_FOR_VENDOMAT_DONT_TOUCH.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/NEXT_ICONS_USED_ONLY_FOR_VENDOMAT_DONT_TOUCH.png deleted file mode 100644 index 4c59d3a28cc..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/NEXT_ICONS_USED_ONLY_FOR_VENDOMAT_DONT_TOUCH.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug.png deleted file mode 100644 index 04bf89ab85d..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_big.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_big.png deleted file mode 100644 index e38f69a81b8..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_big.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_medium.png deleted file mode 100644 index d8a8f240256..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_small.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_small.png deleted file mode 100644 index 697517a8be5..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_green_small.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_big.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_big.png deleted file mode 100644 index 8291fa3f5b6..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_big.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_medium.png deleted file mode 100644 index 5a6d3c9e08f..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_small.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_small.png deleted file mode 100644 index 79f38ea8c67..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_metal_small.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_big.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_big.png deleted file mode 100644 index 58224377491..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_big.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_medium.png deleted file mode 100644 index 04bf89ab85d..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_small.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_small.png deleted file mode 100644 index dbe78dfdde9..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_pink_small.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_big.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_big.png deleted file mode 100644 index 91841017a8e..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_big.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_medium.png deleted file mode 100644 index 39dec82c4fd..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_small.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_small.png deleted file mode 100644 index e9f31c44535..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_tail_small.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_big.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_big.png deleted file mode 100644 index e4153e78004..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_big.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_medium.png deleted file mode 100644 index ba002464588..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_small.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_small.png deleted file mode 100644 index 484a5a2ac25..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_teal_small.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_big.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_big.png deleted file mode 100644 index af0ebf2d198..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_big.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_medium.png deleted file mode 100644 index b6f667f94b4..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_small.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_small.png deleted file mode 100644 index 25e6d6bfbfa..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/buttplug_yellow_small.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle.png deleted file mode 100644 index c080429ee03..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_pink_lit.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_pink_lit.png deleted file mode 100644 index cdced225a66..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_pink_lit.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_pink_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_pink_off.png deleted file mode 100644 index c080429ee03..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_pink_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_teal_lit.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_teal_lit.png deleted file mode 100644 index 15c2ed883e9..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_teal_lit.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_teal_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_teal_off.png deleted file mode 100644 index e2ab87399f1..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/candle_teal_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/clamps.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/clamps.png deleted file mode 100644 index 0702b0230d3..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/clamps.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key.png deleted file mode 100644 index 5a1b68bf29e..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_black.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_black.png deleted file mode 100644 index 25a8b3f13e3..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_black.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_blue.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_blue.png deleted file mode 100644 index 97360727d69..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_blue.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_green.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_green.png deleted file mode 100644 index 334dcca2fd0..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_green.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_latex.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_latex.png deleted file mode 100644 index 6d4836a27f0..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_latex.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_orange.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_orange.png deleted file mode 100644 index bb533f3a151..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_orange.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_purple.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_purple.png deleted file mode 100644 index 1fffe58bce1..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_purple.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_red.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_red.png deleted file mode 100644 index 5f11c28e1cb..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_red.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_tealblack.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_tealblack.png deleted file mode 100644 index 6e14d33c3e1..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_tealblack.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_white.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_white.png deleted file mode 100644 index 8d08e47f158..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_white.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_yellow.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_yellow.png deleted file mode 100644 index 11e07d496cc..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/collar_key_yellow.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack.png deleted file mode 100644 index 3da606552aa..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack_pink.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack_pink.png deleted file mode 100644 index 3da606552aa..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack_pink.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack_teal.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack_teal.png deleted file mode 100644 index 1db86b9df8c..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pack_teal.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_broken.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_broken.png deleted file mode 100644 index aa8d5cb0223..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_broken.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_dirty.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_dirty.png deleted file mode 100644 index 748c3bf05b0..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_dirty.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_unused.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_unused.png deleted file mode 100644 index f124bc85f71..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_unused.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_used.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_used.png deleted file mode 100644 index a930c4b1dc4..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_pink_used.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_broken.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_broken.png deleted file mode 100644 index 7d5b9b0cda1..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_broken.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_dirty.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_dirty.png deleted file mode 100644 index 1d363f535bd..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_dirty.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_unused.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_unused.png deleted file mode 100644 index a7260ae4d88..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_unused.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_used.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_used.png deleted file mode 100644 index 8b40625344c..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/condom_teal_used.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib.png deleted file mode 100644 index 96d904dc9ff..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_hard.png deleted file mode 100644 index 19311e7d9c4..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_hard.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_low.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_low.png deleted file mode 100644 index 19311e7d9c4..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_low.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_medium.png deleted file mode 100644 index 19311e7d9c4..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_off.png deleted file mode 100644 index 96d904dc9ff..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_pink_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_hard.png deleted file mode 100644 index 64ae3179551..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_hard.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_low.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_low.png deleted file mode 100644 index 64ae3179551..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_low.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_medium.png deleted file mode 100644 index 64ae3179551..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_off.png deleted file mode 100644 index f9477bc4848..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/eggvib_teal_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/feather.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/feather.png deleted file mode 100644 index 5a661eaa026..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/feather.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter.png deleted file mode 100644 index 2f729366d5f..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter_pink.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter_pink.png deleted file mode 100644 index 2f729366d5f..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter_pink.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter_teal.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter_teal.png deleted file mode 100644 index 1237e1866f3..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/filter_teal.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_pink.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_pink.png deleted file mode 100644 index f6577c92315..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/fleshlight_pink.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_pink_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_pink_hard.png deleted file mode 100644 index d8ae35090e8..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_pink_hard.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_teal_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_teal_hard.png deleted file mode 100644 index c03438c544a..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_crotch_teal_hard.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_pink_hard.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_pink_hard.png deleted file mode 100644 index 0f7b7f56bea..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_pink_hard.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_pink_weak.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_pink_weak.png deleted file mode 100644 index 4214ffb493a..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_pink_weak.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_teal_weak.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_teal_weak.png deleted file mode 100644 index 6b2daa11e17..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/leather_whip_teal_weak.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_green.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_green.png deleted file mode 100644 index 616a0b532e6..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_green.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_pink.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_pink.png deleted file mode 100644 index 25da35fcfd5..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_pink.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_red.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_red.png deleted file mode 100644 index adfa613d19f..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_red.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_teal.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_teal.png deleted file mode 100644 index 46f27563a48..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_teal.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_yellow.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_yellow.png deleted file mode 100644 index 8b975eb5bcc..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lewdapron_yellow.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lustwish_discount.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lustwish_discount.png deleted file mode 100644 index 2df10724586..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lustwish_discount.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lustwish_refill.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lustwish_refill.png deleted file mode 100644 index e00779c2077..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/lustwish_refill.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand.png deleted file mode 100644 index 172295d5e40..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/magicwand.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/meta.json b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/meta.json deleted file mode 100644 index 0d6b6e1da4e..00000000000 --- a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/meta.json +++ /dev/null @@ -1,919 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "feather" - }, - { - "name": "pinkcuffs" - }, - { - "name": "lustwish_refill" - }, - { - "name": "filter_pink" - }, - { - "name": "filter_teal" - }, - { - "name": "leather_whip_pink_hard" - }, - { - "name": "leather_crotch_pink_hard" - }, - { - "name": "leather_whip_teal_hard" - }, - { - "name": "leather_crotch_teal_hard" - }, - { - "name": "leather_whip_pink_weak" - }, - { - "name": "leather_crotch_pink_weak" - }, - { - "name": "leather_whip_teal_weak" - }, - { - "name": "leather_crotch_teal_weak" - }, - { - "name": "collar_key_tealblack" - }, - { - "name": "collar_key_green" - }, - { - "name": "collar_key_black" - }, - { - "name": "collar_key_latex" - }, - { - "name": "collar_key_orange" - }, - { - "name": "collar_key_yellow" - }, - { - "name": "collar_key_white" - }, - { - "name": "collar_key_blue" - }, - { - "name": "collar_key_red" - }, - { - "name": "collar_key_purple" - }, - { - "name": "collar_key" - }, - { - "name": "magicwand_off" - }, - { - "name": "magicwand_low", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "magicwand_medium", - "delays": [ - [ - 0.08, - 0.08, - 0.08, - 0.08 - ] - ] - }, - { - "name": "magicwand_hard", - "delays": [ - [ - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002 - ] - ] - }, - { - "name": "vibrator_green_off" - }, - { - "name": "vibrator_green_low", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "vibrator_green_medium", - "delays": [ - [ - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08 - ] - ] - }, - { - "name": "vibrator_green_hard", - "delays": [ - [ - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002 - ] - ] - }, - { - "name": "vibrator_teal_off" - }, - { - "name": "vibrator_teal_low", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "vibrator_teal_medium", - "delays": [ - [ - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08 - ] - ] - }, - { - "name": "vibrator_teal_hard", - "delays": [ - [ - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002 - ] - ] - }, - { - "name": "vibrator_pink_off" - }, - { - "name": "vibrator_pink_low", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "vibrator_pink_medium", - "delays": [ - [ - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08 - ] - ] - }, - { - "name": "vibrator_pink_hard", - "delays": [ - [ - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002 - ] - ] - }, - { - "name": "vibrator_red_off" - }, - { - "name": "vibrator_red_low", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "vibrator_red_medium", - "delays": [ - [ - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08 - ] - ] - }, - { - "name": "vibrator_red_hard", - "delays": [ - [ - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002 - ] - ] - }, - { - "name": "vibrator_yellow_off" - }, - { - "name": "vibrator_yellow_low", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "vibrator_yellow_medium", - "delays": [ - [ - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08, - 0.08 - ] - ] - }, - { - "name": "vibrator_yellow_hard", - "delays": [ - [ - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002, - 0.060000002 - ] - ] - }, - { - "name": "candle_teal_off" - }, - { - "name": "candle_teal_lit", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "candle_pink_off" - }, - { - "name": "candle_pink_lit", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "shocker_off" - }, - { - "name": "shocker_on", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "eggvib_pink_off" - }, - { - "name": "eggvib_pink_low", - "delays": [ - [ - 0.065, - 0.065, - 0.065, - 0.065, - 0.065 - ] - ] - }, - { - "name": "eggvib_pink_medium", - "delays": [ - [ - 0.05, - 0.05, - 0.05, - 0.05, - 0.05 - ] - ] - }, - { - "name": "eggvib_pink_hard", - "delays": [ - [ - 0.035, - 0.035, - 0.035, - 0.035, - 0.035 - ] - ] - }, - { - "name": "eggvib_teal_off" - }, - { - "name": "eggvib_teal_low", - "delays": [ - [ - 0.065, - 0.065, - 0.065, - 0.065, - 0.065 - ] - ] - }, - { - "name": "eggvib_teal_medium", - "delays": [ - [ - 0.05, - 0.05, - 0.05, - 0.05, - 0.05 - ] - ] - }, - { - "name": "eggvib_teal_hard", - "delays": [ - [ - 0.035, - 0.035, - 0.035, - 0.035, - 0.035 - ] - ] - }, - { - "name": "signalvib_pink_low_off" - }, - { - "name": "signalvib_pink_medium_off" - }, - { - "name": "signalvib_pink_hard_off" - }, - { - "name": "signalvib_pink_low_on", - "delays": [ - [ - 0.065, - 0.065, - 0.065, - 0.065, - 0.065 - ] - ] - }, - { - "name": "signalvib_pink_medium_on", - "delays": [ - [ - 0.05, - 0.05, - 0.05, - 0.05, - 0.05 - ] - ] - }, - { - "name": "signalvib_pink_hard_on", - "delays": [ - [ - 0.035, - 0.035, - 0.035, - 0.035, - 0.035 - ] - ] - }, - { - "name": "signalvib_teal_low_off" - }, - { - "name": "signalvib_teal_medium_off" - }, - { - "name": "signalvib_teal_hard_off" - }, - { - "name": "signalvib_teal_low_on", - "delays": [ - [ - 0.065, - 0.065, - 0.065, - 0.065, - 0.065 - ] - ] - }, - { - "name": "signalvib_teal_medium_on", - "delays": [ - [ - 0.05, - 0.05, - 0.05, - 0.05, - 0.05 - ] - ] - }, - { - "name": "signalvib_teal_hard_on", - "delays": [ - [ - 0.035, - 0.035, - 0.035, - 0.035, - 0.035 - ] - ] - }, - { - "name": "buttplug_tail_small" - }, - { - "name": "buttplug_tail_medium" - }, - { - "name": "buttplug_tail_big" - }, - { - "name": "buttplug_metal_small" - }, - { - "name": "buttplug_metal_medium" - }, - { - "name": "buttplug_metal_big" - }, - { - "name": "buttplug_pink_small" - }, - { - "name": "buttplug_pink_medium" - }, - { - "name": "buttplug_pink_big" - }, - { - "name": "buttplug_teal_small" - }, - { - "name": "buttplug_teal_medium" - }, - { - "name": "buttplug_teal_big" - }, - { - "name": "buttplug_yellow_small" - }, - { - "name": "buttplug_yellow_medium" - }, - { - "name": "buttplug_yellow_big" - }, - { - "name": "buttplug_green_small", - "delays": [ - [ - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3 - ] - ] - }, - { - "name": "buttplug_green_medium", - "delays": [ - [ - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3 - ] - ] - }, - { - "name": "buttplug_green_big", - "delays": [ - [ - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3 - ] - ] - }, - { - "name": "pillow_teal_square" - }, - { - "name": "pillow_teal_round" - }, - { - "name": "pillow_pink_square" - }, - { - "name": "pillow_pink_round" - }, - { - "name": "lewdapron_green" - }, - { - "name": "lewdapron_red" - }, - { - "name": "lewdapron_pink" - }, - { - "name": "lewdapron_teal" - }, - { - "name": "lewdapron_yellow" - }, - { - "name": "mindcontroller" - }, - { - "name": "fleshlight_green" - }, - { - "name": "fleshlight_teal" - }, - { - "name": "fleshlight_pink" - }, - { - "name": "fleshlight_red" - }, - { - "name": "fleshlight_yellow" - }, - { - "name": "serviette_clean" - }, - { - "name": "serviette_dirty" - }, - { - "name": "serviettepack_4" - }, - { - "name": "serviettepack_3" - }, - { - "name": "serviettepack_2" - }, - { - "name": "serviettepack_1" - }, - { - "name": "serviettepack_0" - }, - { - "name": "dildo_avian" - }, - { - "name": "dildo_canine" - }, - { - "name": "dildo_equine" - }, - { - "name": "dildo_dragon" - }, - { - "name": "dildo_human" - }, - { - "name": "dildo_tentacle" - }, - { - "name": "polydildo_small" - }, - { - "name": "polydildo_medium" - }, - { - "name": "polydildo_big" - }, - { - "name": "dildo_double" - }, - { - "name": "lustwish_discount" - }, - { - "name": "spankpad_pink" - }, - { - "name": "spankpad_teal" - }, - { - "name": "vibroring_teal_off" - }, - { - "name": "vibroring_teal_on", - "delays": [ - [ - 0.02, - 0.02, - 0.02, - 0.02, - 0.02, - 0.02, - 0.02, - 0.02 - ] - ] - }, - { - "name": "vibroring_pink_off" - }, - { - "name": "vibroring_pink_on", - "delays": [ - [ - 0.02, - 0.02, - 0.02, - 0.02, - 0.02, - 0.02, - 0.02, - 0.02 - ] - ] - }, - { - "name": "condom_pack_pink" - }, - { - "name": "condom_pack_teal" - }, - { - "name": "condom_pink_unused" - }, - { - "name": "condom_teal_unused" - }, - { - "name": "condom_teal_used" - }, - { - "name": "condom_pink_used" - }, - { - "name": "condom_teal_dirty" - }, - { - "name": "condom_pink_dirty" - }, - { - "name": "condom_teal_broken" - }, - { - "name": "condom_pink_broken" - }, - { - "name": "clamps" - }, - { - "name": "strapon_avian" - }, - { - "name": "strapon_canine" - }, - { - "name": "strapon_equine" - }, - { - "name": "strapon_dragon" - }, - { - "name": "strapon_human" - }, - { - "name": "NEXT_ICONS_USED_ONLY_FOR_VENDOMAT_DONT_TOUCH" - }, - { - "name": "eggvib" - }, - { - "name": "signalvib" - }, - { - "name": "buttplug" - }, - { - "name": "vibroring" - }, - { - "name": "condom_pack" - }, - { - "name": "dildo" - }, - { - "name": "polydildo" - }, - { - "name": "fleshlight" - }, - { - "name": "shocker" - }, - { - "name": "leather" - }, - { - "name": "magicwand" - }, - { - "name": "candle" - }, - { - "name": "spankpad" - }, - { - "name": "vibrator" - }, - { - "name": "serviettepack" - }, - { - "name": "pillow" - }, - { - "name": "strapon" - }, - { - "name": "filter" - } - ] -} diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/mindcontroller.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/mindcontroller.png deleted file mode 100644 index fe646d28a16..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/mindcontroller.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow.png deleted file mode 100644 index 071f963a9d4..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_pink_round.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_pink_round.png deleted file mode 100644 index 59dbb2de143..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_pink_round.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_pink_square.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_pink_square.png deleted file mode 100644 index 071f963a9d4..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_pink_square.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_teal_round.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_teal_round.png deleted file mode 100644 index 1bde50549e5..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_teal_round.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_teal_square.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_teal_square.png deleted file mode 100644 index 1d9bc1ba7fd..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pillow_teal_square.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pinkcuffs.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pinkcuffs.png deleted file mode 100644 index 24495c9cfdd..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/pinkcuffs.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo.png deleted file mode 100644 index 8f586923c59..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_big.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_big.png deleted file mode 100644 index b9b9568fab1..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_big.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_medium.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_medium.png deleted file mode 100644 index 8f586923c59..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_medium.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_small.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_small.png deleted file mode 100644 index 20f49a5da9a..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/polydildo_small.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviette_clean.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviette_clean.png deleted file mode 100644 index f287f5d0c9d..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviette_clean.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviette_dirty.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviette_dirty.png deleted file mode 100644 index 34849742eef..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviette_dirty.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack.png deleted file mode 100644 index 9d55e86463f..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_0.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_0.png deleted file mode 100644 index adde8ede24b..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_0.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_1.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_1.png deleted file mode 100644 index db7a764001e..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_1.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_2.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_2.png deleted file mode 100644 index aa52a05dbd6..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_2.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_3.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_3.png deleted file mode 100644 index d2c07cd10eb..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_3.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_4.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_4.png deleted file mode 100644 index 9d55e86463f..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/serviettepack_4.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker.png deleted file mode 100644 index 02e461c305c..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker_off.png deleted file mode 100644 index 02e461c305c..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker_on.png deleted file mode 100644 index 1cf193a4edd..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/shocker_on.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib.png deleted file mode 100644 index 05aeb08fc26..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_hard_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_hard_off.png deleted file mode 100644 index 05aeb08fc26..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_hard_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_hard_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_hard_on.png deleted file mode 100644 index 541b54f4ce2..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_hard_on.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_low_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_low_off.png deleted file mode 100644 index 05aeb08fc26..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_low_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_low_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_low_on.png deleted file mode 100644 index 541b54f4ce2..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_low_on.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_medium_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_medium_off.png deleted file mode 100644 index 05aeb08fc26..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_medium_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_medium_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_medium_on.png deleted file mode 100644 index 541b54f4ce2..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_pink_medium_on.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_hard_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_hard_off.png deleted file mode 100644 index 260d1bad205..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_hard_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_hard_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_hard_on.png deleted file mode 100644 index d4ccfc49473..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_hard_on.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_low_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_low_off.png deleted file mode 100644 index 260d1bad205..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_low_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_low_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_low_on.png deleted file mode 100644 index d4ccfc49473..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_low_on.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_medium_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_medium_off.png deleted file mode 100644 index 260d1bad205..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_medium_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_medium_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_medium_on.png deleted file mode 100644 index d4ccfc49473..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/signalvib_teal_medium_on.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/spankpad_pink.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/spankpad_pink.png deleted file mode 100644 index 0634ea67912..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/spankpad_pink.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon.png deleted file mode 100644 index f5bc7fabbdc..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_avian.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_avian.png deleted file mode 100644 index c67bda4ecec..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_avian.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_canine.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_canine.png deleted file mode 100644 index ceb5a490906..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_canine.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_dragon.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_dragon.png deleted file mode 100644 index 05d1caf2f31..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_dragon.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_equine.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_equine.png deleted file mode 100644 index 46bfe9f206b..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_equine.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_human.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_human.png deleted file mode 100644 index f5bc7fabbdc..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/strapon_human.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator.png deleted file mode 100644 index 2ed96f282f8..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibrator.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring.png deleted file mode 100644 index 5f49c01e519..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_pink_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_pink_off.png deleted file mode 100644 index 5f49c01e519..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_pink_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_pink_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_pink_on.png deleted file mode 100644 index b18cabad73d..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_pink_on.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_teal_off.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_teal_off.png deleted file mode 100644 index 5131eaafb31..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_teal_off.png and /dev/null differ diff --git a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_teal_on.png b/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_teal_on.png deleted file mode 100644 index 892657ac936..00000000000 Binary files a/Resources/Textures/Floof/Objects/Fun/Lewd/lewd_items.rsi/vibroring_teal_on.png and /dev/null differ