New smokable: Vape! (#13072)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user