New smokable: Vape! (#13072)
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
unlockedRecipes:
|
||||
- SeedExtractorMachineCircuitboard
|
||||
- HydroponicsTrayMachineCircuitboard
|
||||
- Vape
|
||||
|
||||
- type: technology
|
||||
name: technologies-virology
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
CigPackBlack: 2
|
||||
CigarCase: 1
|
||||
SmokingPipeFilledTobacco: 1
|
||||
Vape: 1
|
||||
Matchbox: 5
|
||||
PackPaperRollingFilters: 3
|
||||
CheapLighter: 4
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -239,6 +239,7 @@
|
||||
- ClothingShoesBootsMag
|
||||
- NodeScanner
|
||||
- HolofanProjector
|
||||
- Vape
|
||||
|
||||
- type: entity
|
||||
parent: Protolathe
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user