Skip to content

Commit

Permalink
Merge pull request #87 from vinteo/crawler-v1.0.1
Browse files Browse the repository at this point in the history
crawler, crawler x: version 1.0.1
  • Loading branch information
vinteo authored Dec 28, 2022
2 parents cb26486 + 1073258 commit 0fd24aa
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Want to build your own ships? Try the [Welder Modular Ship Framework](https://eg
|---|---|---|---|---|---|
| <img src="bugger/photos/20220924104458_1.jpg" alt="Bugger" width="200" /> | [Bugger](bugger)<br />![Free Blueprint][bp-free] | The Bugger is a 448 ore crate capacity mining ship with 10 sweeping mining lasers drill for surface mining operations. It is designed to work in conjunction with a moon base and a separate hauler as it is not the quickest ship. | v1.0.3 | 448 | 10 |
| <img src="bugger/premium/photos/20221007194831_1.jpg" alt="Bugger" width="200" /> | [Bugger X](bugger/premium)<br />![Blueprint for Sale][bp-sale] | The premium version of the [Bugger](bugger). | v1.0.2 | 448 | 10 |
| <img src="crawler/photos/20221121192814_1.jpg" alt="Crawler" width="200" /> | [Crawler](crawler)<br />![Blueprint for Sale][bp-sale] | The Crawler is a 704 ore crate capacity mining ship with 10 sweeping mining lasers drill for surface mining operations. It is a larger version of the [Bugger X](bugger/premium) but uses a large generator system. It is designed to work in conjunction with a moon base and a separate hauler as it is not the quickest ship. | v1.0.0 | 704 | 10 |
| <img src="crawler/premium/photos/20221125195354_1.jpg" alt="Crawler" width="200" /> | [Crawler X](crawler/premium)<br />![Blueprint for Sale][bp-sale] | The premium version of the [Crawler](crawler) with two large generators and 19 mining lasers. | v1.0.0 | 640 | 19 |
| <img src="crawler/photos/20221121192814_1.jpg" alt="Crawler" width="200" /> | [Crawler](crawler)<br />![Blueprint for Sale][bp-sale] | The Crawler is a 704 ore crate capacity mining ship with 10 sweeping mining lasers drill for surface mining operations. It is a larger version of the [Bugger X](bugger/premium) but uses a large generator system. It is designed to work in conjunction with a moon base and a separate hauler as it is not the quickest ship. | v1.0.1 | 704 | 10 |
| <img src="crawler/premium/photos/20221125195354_1.jpg" alt="Crawler" width="200" /> | [Crawler X](crawler/premium)<br />![Blueprint for Sale][bp-sale] | The premium version of the [Crawler](crawler) with two large generators and 19 mining lasers. | v1.0.1 | 640 | 19 |

## Asteroid Haulers

Expand Down
13 changes: 11 additions & 2 deletions crawler/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Crawler 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 Crawler is a 704 ore crate capacity mining ship with 10 sweeping mining lasers drill for surface mining operations. It is a larger version of the [Bugger X](../bugger/premium) but uses a large generator system. It is designed to work in conjunction with a moon base and a separate hauler as it is not the quickest ship.
Expand Down Expand Up @@ -49,7 +49,12 @@ The ship has the following features:

## Changelog

### v1.0.0 (Current) - 23/11/2022
### v1.0.1 (Current) - 28/12/2022

- Added cruise safety chip
- Added lasers safety chip

### v1.0.0 - 23/11/2022

- Initial release

Expand Down Expand Up @@ -93,6 +98,8 @@ The left lever on the center console controls backwards thrust (braking) and the
| `Timer` | See [Timer](#timer). |
| `Odometer` | See [Odometer](#odometer). |

**NOTE:** For safety, firing full braking thrust will deactivate `Cruise`.

### Managing Power and Fuel

![Pilot Right Console](images/pilot_right_console.jpg)
Expand Down Expand Up @@ -137,6 +144,8 @@ Activate `Lasers` to turn on the mining lasers which will automatically sweep fr

> TIP: Turn on `Min Gen` and allow the generators to ramp up before starting to mine. Continous use of the lasers and collectors at the same time requires a `Min Generator Limit` of around 85%.
**NOTE:** For safety, lasers will turn off if the total fuel is less that 2,000 units.

### Other Stuff

#### Timer
Expand Down
Binary file modified crawler/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.
7 changes: 6 additions & 1 deletion crawler/premium/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Crawler X 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 Crawler X is a premium version of the [Crawler](../) with [two large generators and 19 mining lasers](#comparison).
Expand Down Expand Up @@ -39,6 +39,11 @@ The blueprint is available for purchase on the EGOTech Discord server.

## Changelog

### v1.0.1 (Current) - 28/12/2022

- Added cruise safety chip
- Added lasers safety chip

### v1.0.0 - 26/11/2022

- Initial release
Expand Down
Binary file modified crawler/premium/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.
1 change: 1 addition & 0 deletions crawler/yolol/cruise_safety_basic.yolol
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
if:fcubackward==100then:cruise=10end goto1
1 change: 1 addition & 0 deletions crawler/yolol/mining/lasers_safety_basic.yolol
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:lasers*=:fuel>2000 goto1

0 comments on commit 0fd24aa

Please sign in to comment.