Skip to content

Commit

Permalink
NEWERA STATION SPONSOR THINGS
Browse files Browse the repository at this point in the history
  • Loading branch information
SplikZerys committed Oct 2, 2024
1 parent d900308 commit 0223bec
Show file tree
Hide file tree
Showing 9 changed files with 161 additions and 1 deletion.
35 changes: 35 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/Loadout/sponsor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,38 @@
storage:
back:
- FishStationUplink100

# NEWERA STATION

# first level?
- type: sponsorLoadout
id: NeweraStationUplink40Loadout
equipment: NeweraStationUplink40

- type: startingGear
id: NeweraStationUplink40
storage:
back:
- NeweraStationUplink40

# second level?
- type: sponsorLoadout
id: NeweraStationUplink80Loadout
equipment: NeweraStationUplink80

- type: startingGear
id: NeweraStationUplink80
storage:
back:
- NeweraStationUplink80

# third level?
- type: sponsorLoadout
id: NeweraStationUplink100Loadout
equipment: NeweraStationUplink100

- type: startingGear
id: NeweraStationUplink100
storage:
back:
- NeweraStationUplink100
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
scale: 0.8,0.8
layers:
- state: mega_legion

- type: ghostTheme
id: HonkChampionObserver
components:
Expand Down Expand Up @@ -180,6 +180,19 @@
layers:
- state: animated

- type: ghostTheme
id: CatSponsorObserver
components:
- type: Sprite
noRot: true
overrideContainerOcclusion: true
drawdepth: Ghosts
sprite: _Sunrise/Mobs/Ghosts/cat_ghost_human.rsi
color: "#fff8"
scale: 0.5,0.5
layers:
- state: icon

- type: ghostTheme
id: PurpleSponsorObserver
components:
Expand Down
56 changes: 56 additions & 0 deletions Resources/Prototypes/_Sunrise/neweraplinks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
- type: entity
parent: BaseSunriseUplink
id: NeweraStationUplink40
categories: [ HideSpawnMenu ]
name: Портативный магазин «Котоплинк»
description: Имеет широкий ассортимент товаров для всех вкусов и предпочтений - от удивительных ручных изделий и уникальных сувениров до современной техники и модных аксессуаров.
suffix: 40
components:
- type: Item
size: Small
sprite: _Sunrise/Entities/Objects/Devices/newerastation_uplink.rsi
- type: Sprite
sprite: _Sunrise/Entities/Objects/Devices/newerastation_uplink.rsi
layers:
- state: icon-on
- type: Store
balance:
Suntick: 40

- type: entity
parent: BaseSunriseUplink
id: NeweraStationUplink80
categories: [ HideSpawnMenu ]
name: Портативный магазин «Котоплинк»
description: Имеет широкий ассортимент товаров для всех вкусов и предпочтений - от удивительных ручных изделий и уникальных сувениров до современной техники и модных аксессуаров.
suffix: 80
components:
- type: Item
size: Small
sprite: _Sunrise/Entities/Objects/Devices/newerastation_uplink.rsi
- type: Sprite
sprite: _Sunrise/Entities/Objects/Devices/newerastation_uplink.rsi
layers:
- state: icon-on
- type: Store
balance:
Suntick: 80

- type: entity
parent: BaseSunriseUplink
id: NeweraStationUplink100
categories: [ HideSpawnMenu ]
name: Портативный магазин «Котоплинк»
description: Имеет широкий ассортимент товаров для всех вкусов и предпочтений - от удивительных ручных изделий и уникальных сувениров до современной техники и модных аксессуаров.
suffix: 100
components:
- type: Item
size: Small
sprite: _Sunrise/Entities/Objects/Devices/newerastation_uplink.rsi
- type: Sprite
sprite: _Sunrise/Entities/Objects/Devices/newerastation_uplink.rsi
layers:
- state: icon-on
- type: Store
balance:
Suntick: 100
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": 1,
"license": "CLA",
"copyright": "SUNRISE",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon-on",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "NEWERA STATION",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "icon"
}
]
}

0 comments on commit 0223bec

Please sign in to comment.