diff --git a/Resources/Locale/ru-RU/starshine/ss14-ru/prototypes/entities/objects/specific/xenoarchaeology/artifact_equipment.ftl b/Resources/Locale/ru-RU/starshine/ss14-ru/prototypes/entities/objects/specific/xenoarchaeology/artifact_equipment.ftl new file mode 100644 index 00000000000000..6b3f07a225eb52 --- /dev/null +++ b/Resources/Locale/ru-RU/starshine/ss14-ru/prototypes/entities/objects/specific/xenoarchaeology/artifact_equipment.ftl @@ -0,0 +1,3 @@ +ent-PortableArtifactContainer = портативный кейс для артефактов + .desc = Совершено новый, стильный и портативный, кейс для переноски опасных артефактов. С новыми технологиями NT, он теперь имеет мягкие ручки для удобной переноски! + .suffix = Артефакт diff --git a/Resources/Prototypes/Starshine/Catalog/Cargo/cargo_science.yml b/Resources/Prototypes/Starshine/Catalog/Cargo/cargo_science.yml new file mode 100644 index 00000000000000..2871dec8291973 --- /dev/null +++ b/Resources/Prototypes/Starshine/Catalog/Cargo/cargo_science.yml @@ -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 diff --git a/Resources/Prototypes/Starshine/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml b/Resources/Prototypes/Starshine/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml new file mode 100644 index 00000000000000..1e94a1d1518f37 --- /dev/null +++ b/Resources/Prototypes/Starshine/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml @@ -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 diff --git a/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/icon.png b/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/icon.png new file mode 100644 index 00000000000000..e00983c1cfaf3e Binary files /dev/null and b/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/icon.png differ diff --git a/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/inhand-left.png b/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/inhand-left.png new file mode 100644 index 00000000000000..848b93411b2991 Binary files /dev/null and b/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/inhand-left.png differ diff --git a/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/inhand-right.png b/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/inhand-right.png new file mode 100644 index 00000000000000..ba7c6e7d23b13b Binary files /dev/null and b/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/inhand-right.png differ diff --git a/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/meta.json b/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/meta.json new file mode 100644 index 00000000000000..a65feb9b735577 --- /dev/null +++ b/Resources/Textures/Starshine/Objects/Storage/Briefcases/portable_artifact_container.rsi/meta.json @@ -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" + } + ] +}