Skip to content

Commit

Permalink
Merge pull request #88 from vinteo/clunker-v1.0.1
Browse files Browse the repository at this point in the history
clunker: version 1.0.1
  • Loading branch information
vinteo authored Dec 28, 2022
2 parents 0fd24aa + f4b9fa1 commit 130e977
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Want to build your own ships? Try the [Welder Modular Ship Framework](https://eg
| Ship | Name | Description | Version | Ore Crates |
|---|---|---|---|---|
| <img src="lugger/photos/20211225214407_1.jpg" alt="Lugger" width="200" /> | [Lugger](lugger)<br />![Free Blueprint][bp-free] | The Lugger is a 832 crate hauler with two 10 ring plasma thrusters serving as its main engines to provide decent speed. | v1.1.1 | 832 |
| <img src="clunker/photos/20221209152710_1.jpg" alt="Clunker" width="200" /> | [Clunker](clunker)<br />![Free Blueprint][bp-free] | The Clunker is a 948 crate hauler with two 13 ring plasma thrusters serving as its main engines to provide decent speed. The ship is no frills and with double the upwards thrust, it is mainly designed to haul ore between a capital ship and the moon surface. | v1.0.0 | 948 |
| <img src="clunker/photos/20221209152710_1.jpg" alt="Clunker" width="200" /> | [Clunker](clunker)<br />![Free Blueprint][bp-free] | The Clunker is a 948 crate hauler with two 13 ring plasma thrusters serving as its main engines to provide decent speed. The ship is no frills and with double the upwards thrust, it is mainly designed to haul ore between a capital ship and the moon surface. | v1.0.1 | 948 |

## Salvagers

Expand Down
10 changes: 8 additions & 2 deletions clunker/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Clunker 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=Free%20Download&color=brightgreen)](#download-blueprint)

The Clunker is a 948 crate hauler with two 13 ring plasma thrusters serving as its main engines to provide decent speed. The ship is no frills and with double the upwards thrust, it is mainly designed to haul ore between a capital ship and the moon surface.
Expand Down Expand Up @@ -38,7 +38,11 @@ The ship has the following features:

## Changelog

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

- Added cruise safety chip

### v1.0.0 - 09/12/2022

- Initial release

Expand Down Expand Up @@ -82,6 +86,8 @@ The left lever on the center console controls backwards thrust (braking) and the
| `StrengthFactor` | Current strength of ship. May fluctuate as ore crates are filled. Anything below 1.0 means ship is damaged. |
| Transponder `Toggle` & `Ping` | Transponder controls, `Toggle` turns on and off ship transponder while `Ping` will activate transponder for three seconds |

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

### Managing Power and Fuel

![Pilot Right Console](images/pilot_right_console.jpg)
Expand Down
Binary file modified clunker/blueprints/clunker.fbe
Binary file not shown.
Binary file added clunker/blueprints/clunker_v1.0.0.fbe
Binary file not shown.
Binary file modified clunker/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 clunker/yolol/cruise_safety_basic.yolol
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
if:fcubackward==100then:cruise=10end goto1

0 comments on commit 130e977

Please sign in to comment.