Skip to content

Commit

Permalink
Добавлен набор пополнения кинкомата. (#109)
Browse files Browse the repository at this point in the history
* набор пополнения кинкомата

* sprite
  • Loading branch information
pxc1984 authored Dec 7, 2024
1 parent 6251da1 commit 0cbde64
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
ent-CrateVendingMachineRestockUnderwearFilled = ящик пополнения БельеМат
.desc = Содержит набор пополнения торгомата БельеМат.
ent-VendingMachineRestockKinkMate = набор пополнения КинкоМат
.desc = Содержит игрушки для взрослых.
ent-CrateVendingMachineRestockKinkMate = ящик пополнения КинкоМат
.desc = Содержит набор пополнения торгомата КинкоМат.
10 changes: 10 additions & 0 deletions Resources/Prototypes/_Lust/Catalog/Cargo/cargo_vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
cost: 1000
category: cargoproduct-category-name-service
group: market

- type: cargoProduct
id: CrateVendingMachineRestockKinkMate
icon:
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockKinkMateFilled
cost: 4000
category: cargoproduct-category-name-service
group: market
11 changes: 11 additions & 0 deletions Resources/Prototypes/_Lust/Catalog/Fills/Crates/vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
contents:
- id: VendingMachineRestockUnderwear
amount: 2

- type: entity
id: CrateVendingMachineRestockKinkMateFilled
parent: CratePlastic
name: Kink mate restock crate
description: Contains a restock box for a Monkin' Donuts dispenser.
components:
- type: StorageFill
contents:
- id: VendingMachineRestockKinkMate
amount: 2
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,19 @@
- state: green_bit
shader: unshaded
- state: refill_underwear

- type: entity
parent: BaseVendingMachineRestock
id: VendingMachineRestockKinkMate
name: KinkMate restock box
description: Got no more panties in your KinkMate? No problem, just put it inside a vendor!
components:
- type: VendingMachineRestock
canRestock:
- KinkMateInventory
- type: Sprite
layers:
- state: base
- state: green_bit
shader: unshaded
- state: refill_kink
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,17 @@
{
"name": "refill_snack"
},
{
{
"name": "refill_honk"
},
{
"name": "refill_tanks"
},
{
"name": "refill_underwear"
},
{
"name": "refill_kink"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cbde64

Please sign in to comment.