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

Updated Sex Toys with a Value and Material Composition #173

Merged
merged 1 commit into from
Sep 3, 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
6 changes: 6 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@
- id: CanineDildo
prob: 0.02
orGroup: Lewd
- id: CanineDildoRed
prob: 0.02
orGroup: Lewd
- id: HorseDildo
prob: 0.02
orGroup: Lewd
Expand Down Expand Up @@ -378,6 +381,9 @@
- id: CanineDildo
prob: 0.02
orGroup: Lewd
- id: CanineDildoRed
prob: 0.02
orGroup: Lewd
- id: HorseDildo
prob: 0.02
orGroup: Lewd
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Floof/Catalog/Cargo/cargo_lewd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
sprite: Floof/Objects/Fun/Lewd/lewd_icons.rsi
state: dildo
product: CrateLewdToys
cost: 1500
cost: 2000
category: cargoproduct-category-name-fun
group: market
3 changes: 3 additions & 0 deletions Resources/Prototypes/Floof/Catalog/Fills/Crates/lewd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
- id: LewdFleshlightYellow
- id: AvianDildo
- id: CanineDildo
orGroup: canine
- id: CanineDildoRed
orGroup: canine
- id: HorseDildo
- id: DragonDildo
- id: NormalDildo
Expand Down
33 changes: 27 additions & 6 deletions Resources/Prototypes/Floof/Entities/Objects/Lewd/dildos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
- type: entity
parent: BaseItem
id: BaseDildo
abstract: true
components:
- type: PhysicalComposition
materialComposition:
Plastic: 100
- type: StaticPrice
price: 75

- type: entity
parent: BaseDildo
id: AvianDildo
name: avian dildo
description: A dildo in the shape of a bird's "caw-k".
Expand All @@ -9,7 +20,7 @@
state: icon

- type: entity
parent: BaseItem
parent: BaseDildo
id: CanineDildo
name: canine dildo
description: A dildo of a green rocket.
Expand All @@ -19,7 +30,17 @@
state: icon

- type: entity
parent: BaseItem
parent: BaseDildo
id: CanineDildoRed
name: red canine dildo
description: You'll be seeing stars when you ride THIS red rocket.
components:
- type: Sprite
sprite: Floof/Objects/Fun/Lewd/Toys/Dildos/dildo_canine_red.rsi
state: icon

- type: entity
parent: BaseDildo
id: HorseDildo
name: horse dildo
description: A large dildo of a horse... Wow it's big...
Expand All @@ -29,7 +50,7 @@
state: icon

- type: entity
parent: BaseItem
parent: BaseDildo
id: DragonDildo
name: dragon dildo
description: A large red dildo of a dragon... Woof...
Expand All @@ -39,7 +60,7 @@
state: icon

- type: entity
parent: BaseItem
parent: BaseDildo
id: NormalDildo
name: dildo
description: A simple pink dildo.
Expand All @@ -49,7 +70,7 @@
state: icon

- type: entity
parent: BaseItem
parent: BaseDildo
id: TentacleDildo
name: tentacle dildo
description: A floppy tentacle dildo... Is it slimey?
Expand All @@ -59,7 +80,7 @@
state: icon

- type: entity
parent: BaseItem
parent: BaseDildo
id: DoubleDildo
name: double-sided dildo
description: A long dildo with two ends. Bring a friend!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
id: BaseFleshlight
abstract: true
components:
- type: PhysicalComposition
materialComposition:
Plastic: 100
- type: StaticPrice
price: 75
- type: Drink
solution: fleshlight
ignoreEmpty: true
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Floof/Entities/Objects/Lewd/vibes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
id: BaseVibe
abstract: true
components:
- type: PhysicalComposition
materialComposition:
Plastic: 75
Steel: 25
- type: StaticPrice
price: 100
- type: ItemToggle
predictable: false
soundActivate:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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). Edited by Memeji",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading