Skip to content

Commit

Permalink
Merge pull request #160 from Memeji/Nikko--Toybox
Browse files Browse the repository at this point in the history
Structure and Whips
  • Loading branch information
FoxxoTrystan authored Aug 31, 2024
2 parents a8ea825 + 8acadd6 commit 19e606a
Show file tree
Hide file tree
Showing 249 changed files with 1,376 additions and 1,356 deletions.
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
81 changes: 81 additions & 0 deletions Resources/Prototypes/Floof/Entities/Objects/Lewd/fleshlights.yml
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

0 comments on commit 19e606a

Please sign in to comment.