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

@@ -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