-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d900308
commit 0223bec
Showing
9 changed files
with
161 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Binary file added
BIN
+1.94 KB
Resources/Textures/_Sunrise/Entities/Objects/Devices/newera_uplink.rsi/icon-on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+374 Bytes
...es/Textures/_Sunrise/Entities/Objects/Devices/newera_uplink.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+367 Bytes
...s/Textures/_Sunrise/Entities/Objects/Devices/newera_uplink.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions
42
Resources/Textures/_Sunrise/Entities/Objects/Devices/newera_uplink.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
14 changes: 14 additions & 0 deletions
14
Resources/Textures/_Sunrise/Mobs/Ghosts/cat_ghost_human.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |