This commit is contained in:
rhailrake
2023-06-16 01:27:22 +00:00
committed by Aviu00
parent 4dcad9a2d0
commit c922d77762
44 changed files with 105 additions and 17 deletions

View File

@@ -58,6 +58,16 @@
category: Food category: Food
group: market group: market
- type: cargoProduct
id: FoodCrateKvassTank
icon:
sprite: Structures/Storage/kvass.rsi
state: kvass
product: KvassTankFull
cost: 2000
category: Food
group: market
- type: cargoProduct - type: cargoProduct
id: FoodSoftdrinks id: FoodSoftdrinks
icon: icon:

View File

@@ -770,14 +770,6 @@
- MeatyOreUniforms - MeatyOreUniforms
#gloves #gloves
- type: listing
id: MeatyClothingHandsGlovesIhscombat
productEntity: ClothingHandsGlovesIhscombat
cost:
MeatyOreCoin: 2
categories:
- MeatyOreGloves
- type: listing - type: listing
id: MeatyClothingHandsGlovesLatex id: MeatyClothingHandsGlovesLatex
productEntity: ClothingHandsGlovesLatex productEntity: ClothingHandsGlovesLatex

View File

@@ -22,11 +22,6 @@
speechSounds: Slime speechSounds: Slime
- type: TypingIndicator - type: TypingIndicator
proto: slime proto: slime
- type: Vocal
sounds:
Male: MaleSlime
Female: FemaleSlime
Unsexed: MaleSlime
- type: Damageable - type: Damageable
damageContainer: Biological damageContainer: Biological
damageModifierSet: Slime damageModifierSet: Slime

View File

@@ -2210,3 +2210,20 @@
Quantity: 30 Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/bloodglass.rsi sprite: Objects/Consumable/Drinks/bloodglass.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkKvassGlass
name: kvass glass
description: A cool refreshing drink with a taste of socialism.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Kvass
Quantity: 30
- type: Sprite
sprite: Objects/Consumable/Drinks/kvass.rsi

View File

@@ -201,3 +201,25 @@
- type: ExaminableSolution - type: ExaminableSolution
solution: tank solution: tank
# Kvass
- type: entity
id: KvassTank
parent: StorageTank
suffix: Empty
components:
- type: Sprite
sprite: Structures/Storage/kvass.rsi
state: kvass
- type: entity
parent: KvassTank
id: KvassTankFull
suffix: Full
components:
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Kvass
Quantity: 1500

View File

@@ -424,3 +424,27 @@
metamorphicSprite: metamorphicSprite:
sprite: Objects/Consumable/Drinks/rewriter.rsi sprite: Objects/Consumable/Drinks/rewriter.rsi
state: icon state: icon
- type: reagent
id: TheMartinez
name: reagent-name-the-martinez
parent: BaseDrink
desc: reagent-desc-the-martinez
physicalDesc: reagent-physical-desc-vibrant
flavor: themartinez
color: "#75b1f0"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/the_martinez.rsi
state: icon
- type: reagent
id: Kvass
name: reagent-name-kvass
parent: BaseDrink
desc: reagent-desc-kvass
physicalDesc: reagent-physical-desc-bubbly
flavor: bread
color: "#381600"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/kvass.rsi
state: icon

View File

@@ -1196,4 +1196,7 @@
- type: Tag - type: Tag
id: Crystal id: Crystal
- type: Tag
id: ZombifyableByMelee
# WHITE END # WHITE END

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,15 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from /tg/station at commit https://github.com/tgstation/tgstation/commit/a66d78ef5b3339bbaa13a8d3167af266485d4589",
"size": {
"x": 32,
"y": 32
},
"states":
[
{
"name": "kvass"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

View File

@@ -4,6 +4,8 @@
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"license": "CC-BY-SA-3.0",
"copyright": "Poxuy",
"states": [ "states": [
{ {
"name": "stunbaton_nocell" "name": "stunbaton_nocell"
@@ -35,4 +37,4 @@
"directions": 4 "directions": 4
} }
] ]
} }

View File

@@ -4,6 +4,8 @@
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"license": "CC-BY-SA-3.0",
"copyright": "Poxuy",
"states": [ "states": [
{ {
"name": "icon", "name": "icon",

View File

@@ -4,6 +4,8 @@
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"license": "CC-BY-SA-3.0",
"copyright": "Poxuy",
"states": [ "states": [
{ {
"name": "animated", "name": "animated",
@@ -100,4 +102,4 @@
] ]
} }
] ]
} }

View File

@@ -4,6 +4,8 @@
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"license": "CC-BY-SA-3.0",
"copyright": "Poxuy",
"states": [ "states": [
{ {
"name": "m_ears_fox_ADJ", "name": "m_ears_fox_ADJ",
@@ -18,4 +20,4 @@
"directions": 4 "directions": 4
} }
] ]
} }

View File

@@ -4,6 +4,8 @@
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"license": "CC-BY-SA-3.0",
"copyright": "Poxuy",
"states": [ "states": [
{ {
"name": "m_tail_oni_BEHIND", "name": "m_tail_oni_BEHIND",
@@ -108,4 +110,4 @@
] ]
} }
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 B