Skip to content

Commit

Permalink
Merge pull request #89 from vinteo/fisher-v1.0.1
Browse files Browse the repository at this point in the history
fisher: version 1.0.1
  • Loading branch information
vinteo authored Dec 29, 2022
2 parents 130e977 + 2564025 commit bba4587
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Want to build your own ships? Try the [Welder Modular Ship Framework](https://eg
| Ship | Name | Description | Version | Tow Capacity |
|---|---|---|---|---|
| <img src="tugger/photos/20220313170411_1.jpg" alt="Tugger" width="200" /> | [Tugger](tugger)<br />![Free Blueprint][bp-free] | The Tugger is a small tug ship with enough power generation to tow a ship of up to 7,500,000kg at up to 50m/s. The pilot seat can be spun to face the back, looking out the back window for ease of locking on ships using the back facing tow beam. | v2.0.0 | 7,500,000kg |
| <img src="fisher/photos/20220806140258_1.jpg" alt="Fisher" width="200" /> | [Fisher](fisher)<br />![Free Blueprint][bp-free] | The Fisher is a larger salvager ship with enough power generation to tow a ship of up to 20,000,000kg at up to 50m/s. The pilot seat can be spun to face the back, looking out the back window for ease of locking on ships using the back facing tow beam. It also has exposed frames to easily bolt on salvaged parts on each side. | v1.0.0 | 20,000,000kg |
| <img src="fisher/photos/20220806140258_1.jpg" alt="Fisher" width="200" /> | [Fisher](fisher)<br />![Free Blueprint][bp-free] | The Fisher is a larger salvager ship with enough power generation to tow a ship of up to 20,000,000kg at up to 50m/s. The pilot seat can be spun to face the back, looking out the back window for ease of locking on ships using the back facing tow beam. It also has exposed frames to easily bolt on salvaged parts on each side. | v1.0.1 | 20,000,000kg |

## Fighters

Expand Down
9 changes: 8 additions & 1 deletion fisher/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fisher

[![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 Fisher is a larger salvager ship with enough power generation to tow a ship of up to 20,000,000kg at up to 50m/s. The pilot seat can be spun to face the back, looking out the back window for ease of locking on ships using the back facing tow beam. It also has exposed frames to easily bolt on salvaged parts on each side.
Expand Down Expand Up @@ -50,6 +50,11 @@ The ship has the following features:

## Changelog

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

- Added Discord link to help chip
- Added cruise safety chip

### v1.0.0 - 10/08/2022

- Initial release
Expand Down Expand Up @@ -96,6 +101,8 @@ The left lever on the center console controls backwards thrust (braking) and the
| `Hatch` | Open and closes the hatch on top of the ship. |
| `Chair` | Spins the pilot chair between forward facing and backwards facing. |

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

### Using the Waypoint System

![Pilot Left Console](images/pilot_left_console.jpg)
Expand Down
Binary file modified fisher/blueprints/fisher.fbe
Binary file not shown.
Binary file added fisher/blueprints/fisher_v1.0.0.fbe
Binary file not shown.
Binary file modified fisher/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 fisher/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 bba4587

Please sign in to comment.