Skip to content

Commit

Permalink
2 new Contra Poster (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserMaus authored Dec 26, 2024
1 parent 80f2ef3 commit 60f0a4d
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ ent-PosterContrabandAriralInSpace = Ariral in Space
.desc = This is clearly a message..I think I forgot something...
ent-PosterLegitAIOverseer = AI is watching
.desc = Anything can be automated, Security included
ent-PosterContrabandSam300 = SAM-300
.desc = A poster advertising the SAM-300 from Cybersun Industries.
ent-PosterContrabandSyndiMechs = Syndi Mechs
.desc = A poster advertising the Syndi Mechs from Cybersun Industries.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ ent-PosterContrabandAriralInSpace = Арирал в космосе
.desc = Это явно послание.. Что-то я забыл..
ent-PosterLegitAIOverseer = ИИ видит
.desc = Автоматизировать можно всё, даже Службу Безопасности.
ent-PosterContrabandSam300 = SAM-300
.desc = Плакат, рекламирующий SAM-300 от Cybersun Industries.
ent-PosterContrabandSyndiMechs = Синди Мехи
.desc = Плакат, рекламирующий Мехов от компании Cybersun Industries.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
offset: 0
prototypes:
- PosterContrabandAriralInSpace # Sunrise-edit
- PosterContrabandSam300 # Sunrise-edit
- PosterContrabandSyndiMechs # Sunrise-edit
- PosterContrabandFreeTonto
- PosterContrabandAtmosiaDeclarationIndependence
- PosterContrabandFunPolice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@
sprite: _Sunrise/Structures/Wallmounts/posters.rsi
state: sunriseposter1_contraband

- type: entity
parent: PosterBase
id: PosterContrabandSam300
name: "SAM-300"
description: "A poster advertising the SAM-300 from Cybersun Industries."
components:
- type: Sprite
sprite: _Sunrise/Structures/Wallmounts/posters.rsi
state: sunriseposter2_contraband

- type: entity
parent: PosterBase
id: PosterContrabandSyndiMechs
name: "Syndi Mechs"
description: "A poster advertising the Mechs from Cybersun Industries."
components:
- type: Sprite
sprite: _Sunrise/Structures/Wallmounts/posters.rsi
state: sunriseposter3_contraband

- type: entity
parent: PosterBase
id: PosterLegitAIOverseer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CLA",
"copyright": "Made for SUNRISE sunriseposter1_contraband made by discord: pressf6151. sunriseposter1_legit made by discord: rinary.",
"copyright": "Made for SUNRISE sunriseposter1_contraband made by discord: pressf6151. sunriseposter1_legit made by discord: rinary. sunriseposter2/3_legit made by discord: KaiserMaus ",
"size": {
"x": 32,
"y": 32
Expand All @@ -12,6 +12,12 @@
},
{
"name": "sunriseposter1_legit"
},
{
"name": "sunriseposter2_contraband"
},
{
"name": "sunriseposter3_contraband"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60f0a4d

Please sign in to comment.