New smokable: Vape! (#13072)

This commit is contained in:
iller_saver
2023-05-01 17:34:11 +03:00
committed by GitHub
parent 7f5559c840
commit 369bdcc3d1
13 changed files with 309 additions and 0 deletions

View File

@@ -99,6 +99,7 @@
unlockedRecipes:
- SeedExtractorMachineCircuitboard
- HydroponicsTrayMachineCircuitboard
- Vape
- type: technology
name: technologies-virology

View File

@@ -7,6 +7,7 @@
CigPackBlack: 2
CigarCase: 1
SmokingPipeFilledTobacco: 1
Vape: 1
Matchbox: 5
PackPaperRollingFilters: 3
CheapLighter: 4

View File

@@ -0,0 +1,10 @@
- type: entity
id: Vape
parent: BaseVape
name: vape
description: "Like a cigar, but for tough teens. (WARNING:Pour only water into the vape)"
components:
- type: Sprite
sprite: Objects/Consumable/Smokeables/Vapes/vape-standart.rsi
netsync: false
state: icon

View File

@@ -61,3 +61,21 @@
solutions:
smokable:
maxVol: 20
- type: entity
parent: BaseItem
id: BaseVape
abstract: true
components:
- type: Vape
damage:
groups:
Burn: 2
- type: SolutionContainerManager
solutions:
smokable:
maxVol: 10
- type: RefillableSolution
solution: smokable
- type: ExaminableSolution
solution: smokable

View File

@@ -239,6 +239,7 @@
- ClothingShoesBootsMag
- NodeScanner
- HolofanProjector
- Vape
- type: entity
parent: Protolathe

View File

@@ -49,3 +49,14 @@
completetime: 2
materials:
Glass: 50
- type: latheRecipe
id: Vape
icon:
sprite: Objects/Consumable/Smokeables/Vapes/vape-standart.rsi
state: icon
result: Vape
completetime: 2
materials:
Plastic: 100
Steel: 250