-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from Memeji/Nikko--Toybox
Structure and Whips
- Loading branch information
Showing
249 changed files
with
1,376 additions
and
1,356 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
Resources/Prototypes/Floof/Entities/Objects/Lewd/dildos.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
81
Resources/Prototypes/Floof/Entities/Objects/Lewd/fleshlights.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.