diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml b/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml index 427123c35f..000ebbf625 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml @@ -17,6 +17,7 @@ - id: RadioHandheld - id: AppraisalTool - id: FireExtinguisher + - id: SalvageShuttle - id: Flare prob: 0.3 rolls: !type:ConstantNumberSelector diff --git a/Resources/Prototypes/Entities/Objects/Specific/Salvage/shuttle.yml b/Resources/Prototypes/Entities/Objects/Specific/Salvage/shuttle.yml new file mode 100644 index 0000000000..e595fb7586 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Specific/Salvage/shuttle.yml @@ -0,0 +1,16 @@ +- type: entity + parent: BaseItem + id: SalvageShuttle + name: Reclaimer + description: Is this real or fake????? + components: + - type: Sprite + sprite: Objects/Specific/Mining/salvage_shuttle.rsi + state: icon + - type: EmitSoundOnCollide + sound: + path: /Audio/Effects/Shuttle/shuttle_impact2.ogg + - type: Item + size: Normal + - type: TileFrictionModifier + modifier: 0.5 diff --git a/Resources/Textures/Objects/Specific/Mining/salvage_shuttle.rsi/icon.png b/Resources/Textures/Objects/Specific/Mining/salvage_shuttle.rsi/icon.png new file mode 100644 index 0000000000..c2285d4f72 Binary files /dev/null and b/Resources/Textures/Objects/Specific/Mining/salvage_shuttle.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Specific/Mining/salvage_shuttle.rsi/meta.json b/Resources/Textures/Objects/Specific/Mining/salvage_shuttle.rsi/meta.json new file mode 100644 index 0000000000..e2aa5d75df --- /dev/null +++ b/Resources/Textures/Objects/Specific/Mining/salvage_shuttle.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Decraised render of reclaimer shuttle", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "icon" + } + ] + }