Vend contraband/emag inventory expansion (#17503)

* Vend contraband/emag inventory expansion, do a 2-year TODO

* Map checks failed real
This commit is contained in:
Sailor
2023-06-20 23:30:27 +03:00
committed by GitHub
parent b15a6d1ba2
commit 4c43e20af3
25 changed files with 122 additions and 6 deletions

View File

@@ -133887,7 +133887,7 @@ entities:
- pos: 57.464855,-58.31391
parent: 13329
type: Transform
- proto: DrinkBeer
- proto: DrinkBeerBottleFull
entities:
- uid: 12134
components:

View File

@@ -5735,7 +5735,7 @@ entities:
- pos: 3.9415665,-8.34479
parent: 104
type: Transform
- proto: DrinkBeer
- proto: DrinkBeerBottleFull
entities:
- uid: 161
components:

View File

@@ -93874,7 +93874,7 @@ entities:
- pos: -25.524792,55.598667
parent: 2
type: Transform
- proto: DrinkBeer
- proto: DrinkBeerBottleFull
entities:
- uid: 14041
components:

View File

@@ -9,7 +9,7 @@
DrinkShaker: 5
DrinkAbsintheBottleFull: 2
DrinkAleBottleFull: 5
DrinkBeer: 5 # Needs to be renamed DrinkBeerBottleFull
DrinkBeerBottleFull: 5
DrinkBlueCuracaoBottleFull: 2
DrinkCognacBottleFull: 4
DrinkColaBottleFull: 4

View File

@@ -21,3 +21,5 @@
JugSodium: 2
JugSugar: 2
JugSulfur: 2
emaggedInventory:
ToxinChemistryBottle: 1

View File

@@ -58,3 +58,6 @@
ClothingHeadFishCap: 2
ClothingHeadRastaHat: 2
ClothingBeltStorageWaistbag: 3
contrabandInventory:
ClothingUniformJumpsuitTacticool: 1
ClothingUniformJumpskirtTacticool: 1

View File

@@ -14,3 +14,5 @@
ClothingShoesBootsLaceup: 2
ClothingHeadsetService: 2
ClothingNeckLawyerbadge: 2
emaggedInventory:
CyberPen: 1

View File

@@ -13,3 +13,6 @@
FlashlightLantern: 5
ClothingHandsGlovesColorYellowBudget: 5
AirlockPainter: 3
# Some engineer forgot to take the multitool out the youtool when working on it, happens.
contrabandInventory:
Multitool: 1

View File

@@ -579,6 +579,21 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/operative_s.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtTacticool
name: tacticool jumpskirt
description: Uniform for subpar operative LARPers performing tactical insulated glove theft in deep space.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/tacticool_s.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/tacticool_s.rsi
# Too cool for sensors to be on
- type: SuitSensor
randomMode: false
mode: SensorOff
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtAtmos

View File

@@ -887,6 +887,21 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/operative.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitTacticool
name: tacticool jumpsuit
description: Uniform for subpar operative LARPers performing tactical insulated glove theft in deep space.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/tacticool.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/tacticool.rsi
# Too cool for sensors to be on
- type: SuitSensor
randomMode: false
mode: SensorOff
- type: entity
parent: UnsensoredClothingUniformBase
id: ClothingUniformJumpsuitMercenary

View File

@@ -29,7 +29,7 @@
- DrinkVodkaBottleFull
- DrinkWhiskeyBottleFull
- DrinkWineBottleFull
- DrinkBeer
- DrinkBeerBottleFull
- DrinkAleBottleFull
chance: 0.8
offset: 0.0

View File

@@ -351,7 +351,7 @@
- type: entity
parent: DrinkBottleBaseFull
id: DrinkBeer # Needs to be renamed DrinkBeerBottleFull
id: DrinkBeerBottleFull
name: beer # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e
description: An alcoholic beverage made from malted grains, hops, yeast, and water.
components:

View File

@@ -254,3 +254,19 @@
- type: Tag
tags:
- Bottle
- type: entity
id: ToxinChemistryBottle
name: toxin bottle
parent: BaseChemistryEmptyBottle
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Toxin
Quantity: 30
- type: Tag
tags:
- Bottle

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d7e905e4d5ab2b0a8ce210c6ad686aeeebbab426, monkey derivative made by brainfood1183 (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d7e905e4d5ab2b0a8ce210c6ad686aeeebbab426, monkey made by brainfood1183 (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}