Skip to content

Commit

Permalink
Added basic ERP toys
Browse files Browse the repository at this point in the history
  • Loading branch information
SplikZerys committed Jun 25, 2024
1 parent f2ccddb commit 7cffed4
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/_lust/toys.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ent-ERPNormalDildo = средний дилдо
.desc = Дилдо среднего размера, ничего более. Мне рассказать тебе куда ты его можешь вставить?
ent-ERPNormalFleshlight = карманная киска
.desc = Обычный мастурбатор, ничего более. Мне рассказать, что ты можешь в неё вставить?
25 changes: 25 additions & 0 deletions Resources/Prototypes/_Lust/Entities/ERP/Toys/toys.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: entity
parent: BaseItem
id: ERPNormalDildo
name: normal dildo
description: Just a based dildo, nothing else. Should I tell you where you can put it?
components:
- type: Sprite
sprite: _Lust/ERP/Toys/dildo.rsi
state: icon
- type: Item
size: Tiny
sprite: _Lust/ERP/Toys/dildo.rsi

- type: entity
parent: BaseItem
id: ERPNormalFleshlight
name: normal fleshlight
description: Just a based fleshlight, nothing else. Should I tell you what you can put inside?
components:
- type: Sprite
sprite: _Lust/ERP/Toys/fleshlight.rsi
state: icon
- type: Item
size: Tiny
sprite: _Lust/ERP/Toys/fleshlight.rsi
Binary file added Resources/Textures/_Lust/ERP/Toys/dildo.rsi/icon.png
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.
22 changes: 22 additions & 0 deletions Resources/Textures/_Lust/ERP/Toys/dildo.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Took from modified S.P.L.U.R.T SS13 build. 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
}
]
}
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.
22 changes: 22 additions & 0 deletions Resources/Textures/_Lust/ERP/Toys/fleshlight.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Took from modified S.P.L.U.R.T SS13 build. 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
}
]
}

0 comments on commit 7cffed4

Please sign in to comment.