Alien and RND bar signs (#3439)
This commit is contained in:
parent
a04ca289a7
commit
45c4ee0ed5
9 changed files with 127 additions and 1 deletions
|
|
@ -0,0 +1,4 @@
|
|||
ent-BarSignAliensJaws = Alien's Jaws
|
||||
.desc = Get both your jaws ready for some acidic drinks!
|
||||
ent-BarSignRNDmoment = RND Moment
|
||||
.desc = Will RND manage this time?
|
||||
|
|
@ -2,3 +2,13 @@
|
|||
|
||||
barsign-prototype-name-alcoholic = They'll pour it and that's it
|
||||
barsign-prototype-description-alcoholic = Pour and that's it. These are hard times....
|
||||
|
||||
## RNDmoment
|
||||
|
||||
barsign-prototype-name-RNDmoment = RND moment
|
||||
barsign-prototype-description-RNDmoment = Will RND manage this time?
|
||||
|
||||
## Aliensjaws
|
||||
|
||||
barsign-prototype-name-aliensjaws = Alien's Jaws
|
||||
barsign-prototype-description-aliensjaws = Get both your jaws ready for some acidic drinks!
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
ent-BarSignAlcoholic = Налей и всё
|
||||
.desc = Налей, и всё. Времена тяжёлые...
|
||||
ent-BarSignAliensJaws = Пасть Чужого
|
||||
.desc = Приготовьте обе свои челюсти для дегустирования кислотных напитков!
|
||||
ent-BarSignRNDmoment = РНД ситуация
|
||||
.desc = Справится ли РНД в этот раз?
|
||||
|
|
|
|||
|
|
@ -1,4 +1,14 @@
|
|||
## Alcoholic
|
||||
|
||||
barsign-prototype-name-alcoholic = Нальют и точка
|
||||
barsign-prototype-description-alcoholic = Наливай и всё. Наступили тяжёлые времена...
|
||||
barsign-prototype-description-alcoholic = Наливай и всё. Наступили тяжёлые времена...
|
||||
|
||||
## RNDmoment
|
||||
|
||||
barsign-prototype-name-RNDmoment = РНД ситуация
|
||||
barsign-prototype-description-RNDmoment = Справится ли РНД в этот раз?
|
||||
|
||||
## Aliensjaws
|
||||
|
||||
barsign-prototype-name-aliensjaws = Пасть Чужого
|
||||
barsign-prototype-description-aliensjaws = Приготовьте обе свои челюсти для дегустирования кислотных напитков!
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
- type: entity
|
||||
parent: BaseBarSign
|
||||
id: BarSignAliensJaws
|
||||
name: Aliens Jaws
|
||||
description: Get both your jaws ready for some acidic drinks!
|
||||
components:
|
||||
- type: BarSign
|
||||
current: aliensjaws
|
||||
|
||||
- type: entity
|
||||
parent: BaseBarSign
|
||||
id: BarSignRNDmoment
|
||||
name: RND Moment
|
||||
description: Will RND manage this time?
|
||||
components:
|
||||
- type: BarSign
|
||||
current: rndmoment
|
||||
15
Resources/Prototypes/_Sunrise/bar_signs.yml
Normal file
15
Resources/Prototypes/_Sunrise/bar_signs.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
- type: barSign
|
||||
id: aliensjaws
|
||||
name: barsign-prototype-name-aliensjaws
|
||||
icon:
|
||||
sprite: _Sunrise/Structures/Wallmounts/barsign.rsi
|
||||
state: aliensjaws
|
||||
description: barsign-prototype-description-aliensjaws
|
||||
|
||||
- type: barSign
|
||||
id: rndmoment
|
||||
name: barsign-prototype-name-RNDmoment
|
||||
icon:
|
||||
sprite: _Sunrise/Structures/Wallmounts/barsign.rsi
|
||||
state: rndmoment
|
||||
description: barsign-prototype-description-RNDmoment
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
|
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "aliensjaws by Discord (bulbo44kkey), rndmoment by Discord (__infinity__) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "aliensjaws",
|
||||
"delays": [
|
||||
[
|
||||
0.25,
|
||||
0.25,
|
||||
0.25,
|
||||
0.25,
|
||||
0.25,
|
||||
0.25,
|
||||
0.25,
|
||||
0.25,
|
||||
0.5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "rndmoment",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.15,
|
||||
0.15,
|
||||
1,
|
||||
0.2,
|
||||
0.2,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.1,
|
||||
1,
|
||||
0.2,
|
||||
0.15,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
0.1,
|
||||
1,
|
||||
0.15,
|
||||
0.15,
|
||||
0.5,
|
||||
0.2,
|
||||
0.15,
|
||||
0.7
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Loading…
Add table
Reference in a new issue