forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Nerf * Revert "Nerf" This reverts commit f9d2a58. * update * up * update * Move everything to `Starshine` folder This is unique Starshine item, so no need to have more conflicts in the future. Probably should be PR'ed to original fork. * Weh * Forgor --------- Co-authored-by: MilenVolf <[email protected]>
- Loading branch information
1 parent
9e87823
commit 63795f9
Showing
7 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...shine/ss14-ru/prototypes/entities/objects/specific/xenoarchaeology/artifact_equipment.ftl
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,3 @@ | ||
ent-PortableArtifactContainer = портативный кейс для артефактов | ||
.desc = Совершено новый, стильный и портативный, кейс для переноски опасных артефактов. С новыми технологиями NT, он теперь имеет мягкие ручки для удобной переноски! | ||
.suffix = Артефакт |
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/Starshine/Catalog/Cargo/cargo_science.yml
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,9 @@ | ||
- type: cargoProduct | ||
id: PortableArtifactContainerCargo | ||
icon: | ||
sprite: Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi | ||
state: icon | ||
product: PortableArtifactContainer | ||
cost: 500 | ||
category: cargoproduct-category-name-science | ||
group: market |
21 changes: 21 additions & 0 deletions
21
...ces/Prototypes/Starshine/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml
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,21 @@ | ||
- type: entity | ||
name: portable artifact Container | ||
parent: BriefcaseBrown | ||
id: PortableArtifactContainer | ||
description: A handy briefcase. | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi | ||
state: icon | ||
- type: SuppressArtifactContainer | ||
- type: RadiationBlockingContainer | ||
resistance: 5 | ||
- type: Item | ||
size: Huge | ||
sprite: Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi | ||
- type: Storage | ||
maxItemSize: Huge | ||
grid: | ||
- 0,0,1,1 | ||
storageOpenSound: | ||
collection: WeaponCaseOpen |
Binary file added
BIN
+375 Bytes
...s/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/icon.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
+339 Bytes
...hine/Objects/Storage/Briefcases/portable_artifact_container.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
+344 Bytes
...ine/Objects/Storage/Briefcases/portable_artifact_container.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.
22 changes: 22 additions & 0 deletions
22
...s/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.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,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by bebroboid (Discord)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "icon" | ||
} | ||
] | ||
} |