-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3808a02
commit 51139a3
Showing
8 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/ADT/Objects/Consumable/Drinks/ussp_mup.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-ADTUSSPMug = кружка СССП | ||
.desc = Кружка с гербом СССП. Пейте во славу Союза. |
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/ADT/Entities/Objects/Consumable/Drinks/ussp_mug.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- type: entity | ||
parent: DrinkBaseMug | ||
id: ADTUSSPMug | ||
name: ussp mug | ||
description: A metal mug. You're not sure which metal. | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Consumable/Drinks/mug_metal.rsi | ||
- type: PhysicalComposition | ||
materialComposition: | ||
Steel: 25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ | |
DrinkMugOne: 1 | ||
DrinkMugRainbow: 2 | ||
DrinkMugRed: 2 | ||
ADTUSSPMug: 2 |
Binary file added
BIN
+396 Bytes
Resources/Textures/ADT/Objects/Consumable/Drinks/ussp_cup.rsi/icon-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+511 Bytes
Resources/Textures/ADT/Objects/Consumable/Drinks/ussp_cup.rsi/icon-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+545 Bytes
Resources/Textures/ADT/Objects/Consumable/Drinks/ussp_cup.rsi/icon-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+543 Bytes
Resources/Textures/ADT/Objects/Consumable/Drinks/ussp_cup.rsi/icon-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
Resources/Textures/ADT/Objects/Consumable/Drinks/ussp_cup.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", | ||
"states": [ | ||
{ | ||
"name": "icon-0" | ||
}, | ||
{ | ||
"name": "icon-1" | ||
}, | ||
{ | ||
"name": "icon-2" | ||
}, | ||
{ | ||
"name": "icon-3" | ||
} | ||
] | ||
} |