Alien and RND bar signs (#3439)

This commit is contained in:
iDesmond 2025-12-06 19:54:17 +02:00 committed by GitHub
parent a04ca289a7
commit 45c4ee0ed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 127 additions and 1 deletions

View file

@ -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?

View file

@ -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!

View file

@ -1,2 +1,6 @@
ent-BarSignAlcoholic = Налей и всё
.desc = Налей, и всё. Времена тяжёлые...
ent-BarSignAliensJaws = Пасть Чужого
.desc = Приготовьте обе свои челюсти для дегустирования кислотных напитков!
ent-BarSignRNDmoment = РНД ситуация
.desc = Справится ли РНД в этот раз?

View file

@ -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 = Приготовьте обе свои челюсти для дегустирования кислотных напитков!

View file

@ -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

View 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

View file

@ -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