Skip to content

Commit

Permalink
Merge pull request #66 from vinteo/piercer-1.1.1
Browse files Browse the repository at this point in the history
piercer: version 1.1.1
  • Loading branch information
vinteo authored Oct 8, 2022
2 parents ad9e036 + 90d0ddb commit 238fda4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Want to build your own ships? Try the [Welder Modular Ship Framework](https://vi
| <img src="rigger/images/rigger1.jpg" alt="Rigger" width="200" /> | [Rigger](rigger) | The Rigger is a fast medium sized mining ship. Although it has a limited autopilot and crash avoidance systems, it is mainly designed to be used in the safe zone. | v1.2.0 | 100 | 2 |
| <img src="stocker/photos/20211013183158_1.jpg" alt="Stocker" width="200" /> | [Stocker](stocker) | The Stocker is a 232 ore crate capacity mining ship. It is designed as a direct upgrade for those who have outgrown the [Rigger](rigger). | v1.1.1 | 232 | 4 |
| <img src="shifter/photos/20211219204001_1.jpg" alt="Shifter" width="200" /> | [Shifter](shifter) | The Shifter is a 450 ore crate capacity mining ship with a spacious interior allowing for multi crew operations. The controls, tools and features are similar to the [Stocker](stocker). | v1.1.1 | 450 | 4 |
| <img src="piercer/photos/20220225204743_1.jpg" alt="Piercer" width="200" /> | [Piercer](piercer) | The Piercer is a 342 ore crate capacity mining ship with an automated rotating laser drill for mining operations. <br /><br />Premium version [Piercer X (Anorak Edition)](piercer/premium/) available for purchase. | v1.1.0 | 342 | 4 |
| <img src="piercer/photos/20220225204743_1.jpg" alt="Piercer" width="200" /> | [Piercer](piercer) | The Piercer is a 342 ore crate capacity mining ship with an automated rotating laser drill for mining operations. <br /><br />Premium version [Piercer X (Anorak Edition)](piercer/premium/) available for purchase. | v1.1.1 | 342 | 4 |

## Surface Miners

Expand Down
11 changes: 9 additions & 2 deletions piercer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Piercer by EGOTech

[![CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Version](https://img.shields.io/static/v1?label=Version&message=1.1.0&color=blue)](#changelog)
[![Version](https://img.shields.io/static/v1?label=Version&message=1.1.1&color=blue)](#changelog)
[![Blueprint](https://img.shields.io/static/v1?label=Blueprint&message=Free%20Download&color=brightgreen)](#download-blueprint)

The Piercer is a 342 ore crate capacity mining ship with an automated rotating laser drill for mining operations.
Expand Down Expand Up @@ -61,7 +61,14 @@ The ship has the following features:

## Changelog

### v1.1.0 (Current) - 28/05/2022
### v1.0.1 (Current) - 09/10/2022

- Removed references to laser pulse in YOLOL
- Removed one redundant memory chip
- Corrected button style of NavGrid buttons
- Added EGOTech logo

### v1.1.0 - 28/05/2022

- Moved beam to align with lower floor access
- Added meter upgrade to basic crafting bench
Expand Down
Binary file modified piercer/blueprints/piercer.fbe
Binary file not shown.
Binary file added piercer/blueprints/piercer_v1.1.0.fbe
Binary file not shown.
Binary file modified piercer/images/build_cost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion piercer/premium/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Piercer X (Anorak Edition) by EGOTech

[![CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Version](https://img.shields.io/static/v1?label=Version&message=1.0.0&color=blue)](#changelog)
[![Version](https://img.shields.io/static/v1?label=Version&message=1.0.1&color=blue)](#changelog)
[![Blueprint](https://img.shields.io/static/v1?label=Blueprint&message=For%20Sale&color=brightgreen)](#purchase-blueprint)

The Piercer X is a premium version of the [Piercer](../) with [T3 generators, fuel chambers, enhancers and thrusters](#comparison).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
if:lasers<1then:lsr1=0 :lsr2=0 :dp=0 goto1end :lsr1=1 :lsr2=1-:leco
:lsr1=1-:pulse :lsr2=(1-:leco)*(1-:pulse) goto1
goto1

0 comments on commit 238fda4

Please sign in to comment.