* Вкинулся

* забыл

* Пу пу пу
This commit is contained in:
Jabak
2024-10-17 16:08:30 +03:00
committed by GitHub
parent ace45578a3
commit fd7cff37e4
6 changed files with 63 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
Lighter: 2
CigPackMixed: 2
FlippoLighter: 2
BasePuckSnus: 3
emaggedInventory:
CigPackSyndicate: 2

View File

@@ -0,0 +1,34 @@
# Шайба снюса
- type: entity
parent: ClothingBackpack
id: BasePuckSnus
name: Шайба снюса
description: Эксклюзивный снюс премиум-класса. Изготовлен из отборного табака и натуральных ароматизаторов.
components:
- type: StorageFill
contents:
- id: BaseBagSnus
amount: 15
- type: Sprite
sprite: _Honk/Snus/puck.rsi #Выглядит как ПОЛНАЯ хуита, но мне похуй!
layers:
- state: puck
# Пакетик снюса
- type: entity
parent: BaseItem
id: BaseBagSnus
name: Пакетик снюса
components:
- type: Food
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: SpaceDrugs
Quantity: 10
- type: Sprite
sprite: _Honk/Snus/bag.rsi
layers:
- state: paket

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Всё моё!",
"size": {
"x": 16,
"y": 16
},
"states": [
{
"name": "paket"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Всё моё!",
"size": {
"x": 16,
"y": 16
},
"states": [
{
"name": "puck"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B