-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from PyotrIgn/prazatomat
ПразатоМат
- Loading branch information
Showing
26 changed files
with
166 additions
and
52 deletions.
There are no files selected for viewing
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
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/ADT/Objects/structuries/machines/vending_machines.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-ADTVendingMachinePrazatClothing = СтильноМат | ||
.desc = Особый вид автомата с одеждой, выдающий нестандартную одежду. Одобрен бюро по контролю за стилем NanoTrasen. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ent-SirenaChokerSpike = Чокер с шипами | ||
ent-SirenaChokerWithSpike = Чокер с шипами | ||
.desc = Если его вывернуть задом-наперед, то это будет оружие пыток | ||
.suffix = { "" } | ||
ent-SirenaChokerHeart = Чокер с сердцем | ||
ent-SirenaChokerWithHeart = Чокер с сердцем | ||
.desc = Для хороших членов экипажа | ||
.suffix = { "" } |
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
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/ADT/Catalog/VendingMachines/Inventories/PrazatClothes.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,16 @@ | ||
- type: vendingMachineInventory | ||
id: ADTPrazatClothesMateInventory | ||
startingInventory: | ||
ADTClothingSandals: 3 | ||
ADTClothingUniformTurleneckBlack: 3 | ||
ADTClothingUniformTurleneckBlackWomen: 3 | ||
ADTClothingUniformTurleneckWhite: 3 | ||
ADTClothingUniformTurleneckWhiteBlack: 3 | ||
ADTClothingUniformTurleneckWhiteWomen: 3 | ||
ADTClothingUniformTurleneckBlackSleeveless: 3 | ||
ADTClothingUniformTurleneckBlackWomenSleeveless: 3 | ||
ADTClothingUniformTurleneckWhiteSleeveless: 3 | ||
ADTClothingUniformTurleneckWhiteBlackSleeveless: 3 | ||
ADTClothingUniformTurleneckWhiteWomenSleeveless: 3 | ||
SirenaChokerWithSpike: 3 | ||
SirenaChokerWithHeart: 3 |
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
32 changes: 32 additions & 0 deletions
32
Resources/Prototypes/ADT/Entities/Structures/Machines/vending_machines.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,32 @@ | ||
- type: entity | ||
parent: VendingMachine | ||
id: ADTVendingMachinePrazatClothing | ||
name: StyleMate | ||
description: A vending machine for specific clothing. | ||
components: | ||
- type: VendingMachine | ||
pack: ADTPrazatClothesMateInventory | ||
offState: off | ||
brokenState: broken | ||
normalState: normal-unshaded | ||
denyState: deny-unshaded | ||
- type: Advertise | ||
pack: ClothesMateAds | ||
- type: Speech | ||
- type: Tag | ||
tags: | ||
- DroneUsable | ||
- type: Sprite | ||
sprite: ADT/Structures/Machines/VendingMachines/prazatomat.rsi | ||
layers: | ||
- state: "off" | ||
map: ["enum.VendingMachineVisualLayers.Base"] | ||
- state: "off" | ||
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] | ||
shader: unshaded | ||
- state: panel | ||
map: ["enum.WiresVisualLayers.MaintenancePanel"] | ||
- type: PointLight | ||
radius: 1.8 | ||
energy: 1.6 | ||
color: "#c2adff" |
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
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
Binary file modified
BIN
+2 Bytes
(100%)
...urces/Textures/ADT/Objects/Consumable/Drinks/oktoberfest_beer.rsi/goldenale.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
+956 Bytes
...rces/Textures/ADT/Structures/Machines/VendingMachines/prazatomat.rsi/broken.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
+554 Bytes
...xtures/ADT/Structures/Machines/VendingMachines/prazatomat.rsi/deny-unshaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions
52
Resources/Textures/ADT/Structures/Machines/VendingMachines/prazatomat.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,52 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Празат Дер Вахэд (discord: prazat911) для МРП-сервера Время Приключений ", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "normal-unshaded", | ||
"delays": [ | ||
[ | ||
1.5, | ||
0.1, | ||
1.5, | ||
0.1, | ||
1.5, | ||
0.1, | ||
1.5, | ||
0.1, | ||
1.5, | ||
0.1, | ||
1.5, | ||
0.1, | ||
1.5, | ||
0.1, | ||
1.5, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "deny-unshaded", | ||
"delays": [ | ||
[ | ||
1, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "off" | ||
}, | ||
{ | ||
"name": "broken" | ||
}, | ||
{ | ||
"name": "panel" | ||
} | ||
] | ||
} |
Binary file added
BIN
+3.24 KB
...ures/ADT/Structures/Machines/VendingMachines/prazatomat.rsi/normal-unshaded.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
+602 Bytes
Resources/Textures/ADT/Structures/Machines/VendingMachines/prazatomat.rsi/off.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
+263 Bytes
...urces/Textures/ADT/Structures/Machines/VendingMachines/prazatomat.rsi/panel.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 modified
BIN
-194 Bytes
(86%)
Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/equipped-HELMET.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 modified
BIN
-285 Bytes
(62%)
Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/icon.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 modified
BIN
+70 Bytes
(110%)
Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/inhand-left.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 modified
BIN
+24 Bytes
(100%)
Resources/Textures/Clothing/Head/Helmets/eva_large.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 23 additions & 23 deletions
46
Resources/Textures/Clothing/Head/Helmets/eva_large.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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprite edited by Flareguy for SS14, original unedited sprite can be found in https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by discord: wax391", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
{ | ||
"name": "equipped-HELMET", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-HELMET", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file modified
BIN
+1.76 KB
(290%)
...tures/Clothing/OuterClothing/Suits/eva_emergency.rsi/equipped-OUTERCLOTHING.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 modified
BIN
+550 Bytes
(220%)
Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/icon.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 modified
BIN
+278 Bytes
(160%)
Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/inhand-left.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 modified
BIN
+217 Bytes
(150%)
Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 23 additions & 23 deletions
46
Resources/Textures/Clothing/OuterClothing/Suits/eva_emergency.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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by Flareguy & cboyjet, heavily edited from space suit sprites found in https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by discord: wax391", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |