Fix: Баллончики с краской в магазине спонсора (#3717)
|
|
@ -258,3 +258,14 @@ uplink-sunrise-mob-mothroach-name = Mothroach
|
|||
uplink-sunrise-player-borg-generic-name = Borg
|
||||
uplink-sunrise-boombox-name = Boombox
|
||||
uplink-sunrise-tape-player-name = Tape player
|
||||
|
||||
## Paint
|
||||
|
||||
uplink-sunrise-spray-paint-desc = A tin of spray paint.
|
||||
uplink-sunrise-spray-paint-blue-name = Spray paint (blue)
|
||||
uplink-sunrise-spray-paint-black-name = Spray paint (black)
|
||||
uplink-sunrise-spray-paint-red-name = Spray paint (red)
|
||||
uplink-sunrise-spray-paint-green-name = Spray paint (green)
|
||||
uplink-sunrise-spray-paint-orange-name = Spray paint (orange)
|
||||
uplink-sunrise-spray-paint-purple-name = Spray paint (purple)
|
||||
uplink-sunrise-spray-paint-white-name = Spray paint (white)
|
||||
|
|
|
|||
|
|
@ -261,3 +261,14 @@ uplink-sunrise-mob-mothroach-name = Таракан
|
|||
uplink-sunrise-player-borg-generic-name = Борг
|
||||
uplink-sunrise-boombox-name = Бумбокс
|
||||
uplink-sunrise-tape-player-name = Магнитофон
|
||||
|
||||
## Paint
|
||||
|
||||
uplink-sunrise-spray-paint-desc = Баночка аэрозольной краски.
|
||||
uplink-sunrise-spray-paint-blue-name = Баллончик краски (синий)
|
||||
uplink-sunrise-spray-paint-black-name = Баллончик краски (чёрный)
|
||||
uplink-sunrise-spray-paint-red-name = Баллончик краски (красный)
|
||||
uplink-sunrise-spray-paint-green-name = Баллончик краски (зелёный)
|
||||
uplink-sunrise-spray-paint-orange-name = Баллончик краски (оранжевый)
|
||||
uplink-sunrise-spray-paint-purple-name = Баллончик краски (фиолетовый)
|
||||
uplink-sunrise-spray-paint-white-name = Баллончик краски (белый)
|
||||
|
|
|
|||
|
|
@ -2089,6 +2089,8 @@
|
|||
|
||||
- type: listing
|
||||
id: UplinkSunriseSprayPaint
|
||||
name: uplink-sunrise-spray-paint-blue-name
|
||||
description: uplink-sunrise-spray-paint-desc
|
||||
productEntity: SprayPaintBlue
|
||||
cost:
|
||||
Suntick: 10
|
||||
|
|
@ -2100,6 +2102,8 @@
|
|||
|
||||
- type: listing
|
||||
id: UplinkSunriseSprayPaintBlack
|
||||
name: uplink-sunrise-spray-paint-black-name
|
||||
description: uplink-sunrise-spray-paint-desc
|
||||
productEntity: SprayPaintBlack
|
||||
cost:
|
||||
Suntick: 20
|
||||
|
|
@ -2111,6 +2115,8 @@
|
|||
|
||||
- type: listing
|
||||
id: UplinkSunriseSprayPaintRed
|
||||
name: uplink-sunrise-spray-paint-red-name
|
||||
description: uplink-sunrise-spray-paint-desc
|
||||
productEntity: SprayPaintRed
|
||||
cost:
|
||||
Suntick: 10
|
||||
|
|
@ -2122,6 +2128,8 @@
|
|||
|
||||
- type: listing
|
||||
id: UplinkSunriseSprayPaintGreen
|
||||
name: uplink-sunrise-spray-paint-green-name
|
||||
description: uplink-sunrise-spray-paint-desc
|
||||
productEntity: SprayPaintGreen
|
||||
cost:
|
||||
Suntick: 10
|
||||
|
|
@ -2133,6 +2141,8 @@
|
|||
|
||||
- type: listing
|
||||
id: UplinkSunriseSprayPaintOrange
|
||||
name: uplink-sunrise-spray-paint-orange-name
|
||||
description: uplink-sunrise-spray-paint-desc
|
||||
productEntity: SprayPaintOrange
|
||||
cost:
|
||||
Suntick: 10
|
||||
|
|
@ -2144,6 +2154,8 @@
|
|||
|
||||
- type: listing
|
||||
id: UplinkSunriseSprayPaintPurple
|
||||
name: uplink-sunrise-spray-paint-purple-name
|
||||
description: uplink-sunrise-spray-paint-desc
|
||||
productEntity: SprayPaintPurple
|
||||
cost:
|
||||
Suntick: 10
|
||||
|
|
@ -2155,6 +2167,8 @@
|
|||
|
||||
- type: listing
|
||||
id: UplinkSunriseSprayPaintWhite
|
||||
name: uplink-sunrise-spray-paint-white-name
|
||||
description: uplink-sunrise-spray-paint-desc
|
||||
productEntity: SprayPaintWhite
|
||||
cost:
|
||||
Suntick: 10
|
||||
|
|
|
|||
|
|
@ -142,6 +142,9 @@
|
|||
id: SprayPaintBlue
|
||||
suffix: Blue
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: _Sunrise/Interface/Misc/spray_paint_icons.rsi
|
||||
state: spray_blue
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/spraycans.rsi
|
||||
layers:
|
||||
|
|
@ -165,6 +168,9 @@
|
|||
id: SprayPaintRed
|
||||
suffix: Red
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: _Sunrise/Interface/Misc/spray_paint_icons.rsi
|
||||
state: spray_red
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/spraycans.rsi
|
||||
layers:
|
||||
|
|
@ -188,6 +194,9 @@
|
|||
id: SprayPaintGreen
|
||||
suffix: Green
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: _Sunrise/Interface/Misc/spray_paint_icons.rsi
|
||||
state: spray_green
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/spraycans.rsi
|
||||
layers:
|
||||
|
|
@ -211,6 +220,9 @@
|
|||
id: SprayPaintBlack
|
||||
suffix: Black
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: _Sunrise/Interface/Misc/spray_paint_icons.rsi
|
||||
state: spray_black
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/spraycans.rsi
|
||||
layers:
|
||||
|
|
@ -234,6 +246,9 @@
|
|||
id: SprayPaintOrange
|
||||
suffix: Orange
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: _Sunrise/Interface/Misc/spray_paint_icons.rsi
|
||||
state: spray_orange
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/spraycans.rsi
|
||||
layers:
|
||||
|
|
@ -257,6 +272,9 @@
|
|||
id: SprayPaintPurple
|
||||
suffix: Purple
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: _Sunrise/Interface/Misc/spray_paint_icons.rsi
|
||||
state: spray_purple
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/spraycans.rsi
|
||||
layers:
|
||||
|
|
@ -280,6 +298,9 @@
|
|||
id: SprayPaintWhite
|
||||
suffix: White
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: _Sunrise/Interface/Misc/spray_paint_icons.rsi
|
||||
state: spray_white
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/spraycans.rsi
|
||||
layers:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Derived from Objects/Fun/spraycans.rsi (tgstation c6e3401f2e7e1e55c57060cdf956a98ef1fefc24)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "spray_blue"
|
||||
},
|
||||
{
|
||||
"name": "spray_red"
|
||||
},
|
||||
{
|
||||
"name": "spray_green"
|
||||
},
|
||||
{
|
||||
"name": "spray_black"
|
||||
},
|
||||
{
|
||||
"name": "spray_orange"
|
||||
},
|
||||
{
|
||||
"name": "spray_purple"
|
||||
},
|
||||
{
|
||||
"name": "spray_white"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 274 B |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 276 B |
|
After Width: | Height: | Size: 274 B |
|
After Width: | Height: | Size: 274 B |