Skip to content

Commit 5236286

Browse files
authored
more signs and posters. (#205)
1 parent 4a04228 commit 5236286

File tree

28 files changed

+280
-3
lines changed

28 files changed

+280
-3
lines changed

Resources/Prototypes/Nuclear14/Entities/Structures/Furniture/street_furniture.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,35 @@
133133
layers:
134134
- state: base
135135
- state: redrocket1-worn
136+
137+
- type: entity
138+
parent: StreetFurnitureBillboardNukacola1
139+
id: StreetFurnitureBillboardHorizonAirlines
140+
description: A billboard advertising the Horizon Airlines company.
141+
components:
142+
- type: Sprite
143+
layers:
144+
- state: base
145+
- state: horizonairlines
146+
147+
- type: entity
148+
parent: StreetFurnitureBillboardHorizonAirlines
149+
id: StreetFurnitureBillboardHorizonAirlinesWorn
150+
components:
151+
- type: Sprite
152+
layers:
153+
- state: base
154+
- state: horizonairlines-worn
155+
156+
- type: entity
157+
parent: StreetFurnitureBillboardNukacola1
158+
id: StreetFurnitureBillboardSchoelt
159+
description: A billboard advertising the Schoelt propane company.
160+
components:
161+
- type: Sprite
162+
layers:
163+
- state: base
164+
- state: schoelt
136165

137166
# Floor Signs
138167
- type: entity

Resources/Prototypes/Nuclear14/Entities/Structures/Wallmount/posters.yml

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,34 @@
411411
- type: Sprite
412412
state: vault-tec09
413413

414+
- type: entity
415+
parent: N14PosterBase
416+
id: N14PosterAbraxo
417+
name: abraxo poster
418+
description: "A worn poster for Abraxo cleaner."
419+
components:
420+
- type: Sprite
421+
sprite: Nuclear14/Structures/Wallmounts/Posters/adverts64x64.rsi
422+
state: abraxo
423+
424+
- type: entity
425+
parent: N14PosterAbraxo
426+
id: N14PosterBoscom
427+
name: boscom poster
428+
description: "A worn poster for boston communications."
429+
components:
430+
- type: Sprite
431+
state: boscom
432+
433+
- type: entity
434+
parent: N14PosterAbraxo
435+
id: N14PosterGNN
436+
name: GNN poster
437+
description: "A worn poster for galaxy news radio."
438+
components:
439+
- type: Sprite
440+
state: gnn
441+
414442
# Wide Posters (128x64)
415443
- type: entity
416444
parent: N14PosterBase
@@ -425,15 +453,23 @@
425453
- type: entity
426454
parent: N14PosterWideNukacola1
427455
id: N14PosterWideMassfusion1
428-
description: "A wide advert promoting the Mass Fusion company. Power. People. Perfect. Mass Fusion."
456+
description: "A wide advert promoting the Mass Fusion company. Power. People. Perfect. Mass Fusion."
429457
components:
430458
- type: Sprite
431459
state: massfusion1
432460

433461
- type: entity
434462
parent: N14PosterWideNukacola1
435463
id: N14PosterWideRedrocket1
436-
description: "A wide advert promoting the Red Rocket fuel company. Gasoline. Diesel. Fusion."
464+
description: "A wide advert promoting the Red Rocket fuel company. Gasoline. Diesel. Fusion."
437465
components:
438466
- type: Sprite
439467
state: redrocket1
468+
469+
- type: entity
470+
parent: N14PosterWideNukacola1
471+
id: N14PosterWideNukaDark
472+
description: "A wide advert promoting Nuka Cola Dark"
473+
components:
474+
- type: Sprite
475+
state: nukadark

Resources/Prototypes/Nuclear14/Entities/Structures/Wallmount/signs.yml

Lines changed: 139 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,142 @@
134134
description: No tresspassing!
135135
components:
136136
- type: Sprite
137-
state: workers
137+
state: workers
138+
139+
# 64x64
140+
# Scale these by 0.5, 0.5
141+
- type: entity
142+
parent: N14SignBase
143+
id: N14SignBarstowStrongExpress
144+
name: Barstow Strong Express sign
145+
description: A sign for Barstow Strong Express.
146+
components:
147+
- type: Sprite
148+
scale: 0.5, 0.5
149+
sprite: Nuclear14/Structures/Wallmounts/Posters/adverts64x64.rsi
150+
state: barstow_strong_express
151+
152+
- type: entity
153+
parent: N14SignBarstowStrongExpress
154+
id: N14SignMassFusion
155+
name: Mass Fusion sign
156+
description: A sign for Mass Fusion.
157+
components:
158+
- type: Sprite
159+
state: massfusion
160+
161+
- type: entity
162+
parent: N14SignBarstowStrongExpress
163+
id: N14SignRedRocket
164+
name: Red Rocket sign
165+
description: A sign for Red Rocket. Diesel and Fusion.
166+
components:
167+
- type: Sprite
168+
state: redrocket
169+
170+
# 96x96
171+
# Scale these by 0.75, 0.75
172+
- type: entity
173+
parent: N14SignBase
174+
id: N14SignGroceries
175+
name: Groceries sign
176+
description: A sign for Cornucopia Fresh Groceries.
177+
components:
178+
- type: Sprite
179+
scale: 0.3, 0.3
180+
sprite: Nuclear14/Structures/Wallmounts/Posters/signs96x96.rsi
181+
state: groceries
182+
183+
# 128x64
184+
# Scale these by 0.5, 0.5
185+
- type: entity
186+
parent: N14SignBase
187+
id: N14SignAmeliaEspresso
188+
name: Amelia Espresso sign
189+
description: A sign for a coffee place.
190+
components:
191+
- type: Sprite
192+
scale: 0.5, 0.5
193+
sprite: Nuclear14/Structures/Wallmounts/Posters/adverts128x64.rsi
194+
state: amelia_espresso
195+
196+
- type: entity
197+
parent: N14SignAmeliaEspresso
198+
id: N14SignBeantownBrewery
199+
name: Beantown Brewery sign
200+
description: A sign for Beantown Brewery.
201+
components:
202+
- type: Sprite
203+
state: beantown_brewery
204+
205+
- type: entity
206+
parent: N14SignAmeliaEspresso
207+
id: N14SignFizzys
208+
name: Fizzy's sign
209+
description: A sign for Fizzys fountain drinks.
210+
components:
211+
- type: Sprite
212+
state: fizzys
213+
214+
- type: entity
215+
parent: N14SignAmeliaEspresso
216+
id: N14SignFlyHorizon
217+
name: Fly Horizon Skyways sign
218+
description: An advert for Fly Horizon Skyways.
219+
components:
220+
- type: Sprite
221+
state: flyhorizonskyways
222+
223+
- type: entity
224+
parent: N14SignAmeliaEspresso
225+
id: N14SignHubrisComics
226+
name: Hubris Comics sign
227+
description: A sign for Hubris Comics.
228+
components:
229+
- type: Sprite
230+
state: hubris_comics
231+
232+
- type: entity
233+
parent: N14SignAmeliaEspresso
234+
id: N14SignMamaDolces
235+
name: Mama Dolce's sign
236+
description: A sign for Mama Dolce's food processing plant.
237+
components:
238+
- type: Sprite
239+
state: mamadolces
240+
241+
- type: entity
242+
parent: N14SignAmeliaEspresso
243+
id: N14SignSchoelt
244+
name: Schoelt sign
245+
description: A sign for Schoelt's propane fuels.
246+
components:
247+
- type: Sprite
248+
state: schoelt
249+
250+
- type: entity
251+
parent: N14SignAmeliaEspresso
252+
id: N14SignSullivans
253+
name: Sullivan's sign
254+
description: A sign for Sullivan's Irish bar.
255+
components:
256+
- type: Sprite
257+
state: sullivans
258+
259+
- type: entity
260+
parent: N14SignAmeliaEspresso
261+
id: N14SignTheJerkShakes
262+
name: The Jerk sign
263+
description: A sign for The Jerk fountain drinks and shakes.
264+
components:
265+
- type: Sprite
266+
state: thejerk_shakes
267+
268+
- type: entity
269+
parent: N14SignAmeliaEspresso
270+
id: N14SignWickedShipping
271+
name: Whicked Shipping sign
272+
description: A sign for Whicked Shipping Co.
273+
components:
274+
- type: Sprite
275+
state: wicked_shipping

Resources/Textures/Nuclear14/Structures/Furniture/Street_Furniture/billboards192x192.rsi/meta.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
},
2828
{
2929
"name": "redrocket1"
30+
},
31+
{
32+
"name": "horizonairlines"
33+
},
34+
{
35+
"name": "horizonairlines-worn"
36+
},
37+
{
38+
"name": "schoelt"
3039
}
3140
]
3241
}
Loading
Loading

Resources/Textures/Nuclear14/Structures/Wallmounts/Posters/adverts128x64.rsi/meta.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,39 @@
1515
},
1616
{
1717
"name": "nukacola1"
18+
},
19+
{
20+
"name": "amelia_espresso"
21+
},
22+
{
23+
"name": "beantown_brewery"
24+
},
25+
{
26+
"name": "fizzys"
27+
},
28+
{
29+
"name": "flyhorizonskyways"
30+
},
31+
{
32+
"name": "hubris_comics"
33+
},
34+
{
35+
"name": "mamadolces"
36+
},
37+
{
38+
"name": "nukadark"
39+
},
40+
{
41+
"name": "schoelt"
42+
},
43+
{
44+
"name": "sullivans"
45+
},
46+
{
47+
"name": "thejerk_shakes"
48+
},
49+
{
50+
"name": "wicked_shipping"
1851
}
1952
]
2053
}
Loading
Loading
Loading
Loading
Loading
Loading
Loading

Resources/Textures/Nuclear14/Structures/Wallmounts/Posters/adverts64x64.rsi/meta.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,24 @@
7575
},
7676
{
7777
"name": "safety1"
78+
},
79+
{
80+
"name": "abraxo"
81+
},
82+
{
83+
"name": "barstow_strong_express"
84+
},
85+
{
86+
"name": "boscom"
87+
},
88+
{
89+
"name": "gnn"
90+
},
91+
{
92+
"name": "massfusion"
93+
},
94+
{
95+
"name": "redrocket"
7896
}
7997
]
8098
}
Loading
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": 1,
3+
"license": "Custom",
4+
"copyright": "Copyright Bethesda Softworks, see attributions.yml for credits",
5+
"size": {
6+
"x": 96,
7+
"y": 96
8+
},
9+
"states": [
10+
{
11+
"name": "groceries"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)