Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure and Whips #160

Merged
merged 2 commits into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Resources/Audio/Floof/Lewd/vibrate.ogg
Binary file not shown.
Binary file added Resources/Audio/Floof/Lewd/whip.ogg
Binary file not shown.
Binary file added Resources/Audio/Floof/Lewd/whipgrab.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Floof/Catalog/Cargo/cargo_lewd.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
69 changes: 69 additions & 0 deletions Resources/Prototypes/Floof/Entities/Objects/Lewd/dildos.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Loading
Loading