fix folders
21
EGOTech/flipper/CHANGELOG.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## v1.1.1 (Current) - 29/12/2022
|
||||
|
||||
- Added Discord link to help chip
|
||||
- Added cruise safety chip
|
||||
- Added EGOTech logo decal
|
||||
- Fixed max value for `Distance` panel
|
||||
- Fixed a YOLOL rack timer label
|
||||
|
||||
## v1.1.0 - 27/07/2022
|
||||
|
||||
- Replaced rotating FCU system with new FCU switching system with a second FCU and a slider to switch between the two units
|
||||
- Moved maneuver levers to above pilot seat
|
||||
- Added help chip with ship manual URL to pilot left console
|
||||
- Moved back maneuver thrusters to be further behind center of mass
|
||||
- Regrouped rear thrusters into more separate groups
|
||||
|
||||
## v1.0.0 - 23/07/2022
|
||||
|
||||
- Initial release
|
||||
16
EGOTech/flipper/FAQ.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Frequently Asked Questions
|
||||
|
||||
## How much can I make from hauling safe zone asteroids?
|
||||
|
||||
Here is an estimated breakdown of 468Mv (T10) asteroids from the safe zone I got during testing.
|
||||
|
||||
<nord-table>
|
||||
|
||||
| Material | Volume | Credits |
|
||||
| --- | --- | --- |
|
||||
| Ice/Vokarium | 486Mv | 371k |
|
||||
| Ajatite/Charodium | 486Mv | 631k |
|
||||
| Valkite/Bastium | 486Mv | 272k |
|
||||
| Ice/Nhurgite | 486Mv | 581k |
|
||||
|
||||
</nord-table>
|
||||
14
EGOTech/flipper/FEATURES.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Features
|
||||
|
||||
- Standard Cruise function
|
||||
- Turtle and Sloth function with adjustable rates
|
||||
- 24 T2 generators with eight T2 fuel chambers and 16 spare rods on racks
|
||||
- Four large propellant tanks with 48,000,000 units of propellant
|
||||
- 150 batteries
|
||||
- 20 T2 box thrusters providing thrust in one direction when not loaded (110m/s top speed)
|
||||
- 60 T2 box thrusters providing thrust in other direction when loaded (120m/s top speed, max speed when unloaded)
|
||||
- 48 T2 maneuver thrusters
|
||||
- Material scanner that will output the materials in stacks as well as the estimated credits you will get for dropping the asteroid off at Origin stations
|
||||
- Rangefinder guides to help judge forward distance and for approach
|
||||
- Load automation that will approach and load a single T10 asteroid
|
||||
- Resource bridge for refueling
|
||||
4
EGOTech/flipper/KNOWN_ISSUES.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Known Issues
|
||||
|
||||
- The ship sometimes twists and turns at full throttle
|
||||
- Currently there are no navigation features but will possibly add ISAN and Compass in the future if this ship becomes useful to Endos
|
||||
15
EGOTech/flipper/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Flipper by EGOTech
|
||||
|
||||
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
|
||||
## For Flipper information and download, see the [ship page](https://starbase.egotech.space/ships/flipper)
|
||||
|
||||
[](https://discord.gg/BKwVGvncmN)
|
||||
|
||||
## Changelog
|
||||
|
||||
View changelog [here](CHANGELOG.md)
|
||||
|
||||
## Designed by EGOTech
|
||||
|
||||

|
||||
75
EGOTech/flipper/USAGE.md
Normal file
@@ -0,0 +1,75 @@
|
||||
# Usage
|
||||
|
||||
## Flying the Ship
|
||||
|
||||

|
||||

|
||||
|
||||
The left lever on the center console controls backwards thrust (braking) and the right lever controls forward thrust.
|
||||
|
||||
<nord-table>
|
||||
|
||||
| Interface | Function |
|
||||
|---|---|
|
||||
| `ForwardThrust`, `Thrust` | Current forward thrust, maximum of 10,000 units |
|
||||
| `Cruise` | Activates cruise control, forward thrust will not reset to zero unless turned down. |
|
||||
| `Turtle`, `TurtleRate` | Activates turtle mode which sets forward thrust to a maximum limit of `TurtleRate` (percent) of full thrust. |
|
||||
| `Sloth`, `Sensitivity` | Activates sloth mode which sets yaw and pitch thrust to a maximum limit of `Sensitivity` (percent) of full thrust. |
|
||||
| `Aim` | Reduces the response time of key presses for pitch and yaw. |
|
||||
| `Distance`, `Reach` & `Range` | `Distance` & `Reach` are distances for center rangefinders. `Guide` or the green button toggles the rangefinders. The warning lights blink red when the surronding guide lasers detect an object. |
|
||||
| `Scan`, `Material`, & `Credits` | Material scanning controls. See [Scanning Asteroids](#scanning-asteroids). |
|
||||
| `Approach`, `Load` & `Cargo` | Cargo loading controls. See [Loading Asteroids](#loading-asteroids). |
|
||||
| `Timer` | See [Timer](#timer). |
|
||||
|
||||
</nord-table>
|
||||
|
||||
<nord-banner variant="warning">
|
||||
|
||||
**NOTE:** For safety, firing full braking thrust will deactivate `Cruise`.
|
||||
|
||||
</nord-banner>
|
||||
|
||||
## Managing Power and Fuel
|
||||
|
||||

|
||||
|
||||
<nord-table>
|
||||
|
||||
| Interface | Function |
|
||||
|---|---|
|
||||
| `Propellant` | Total propellant remaining in propellant tanks, maximum of 10,000,000 units. |
|
||||
| `Battery` | Shows current battery charge of the batteries, maximum of 10,000 units. |
|
||||
| `Generator` | Current generator rate, maximum of 100%. |
|
||||
| `Min Generator Limit` & `Min Gen` | Toggle and sets minimum generator rate. See [Managing Power](#managing-power). |
|
||||
| `HeatTransferRate` | Current heat transfer rate of the heat sinks, maximum of 100%. |
|
||||
| `Fuel Rod 1`, `Fuel Rod 2`, `Fuel Rod 3`, `Fuel Rod 4`, `Fuel Rod 5`, `Fuel Rod 6` , `Fuel Rod 7` , `Fuel Rod 8` | Total fuel remaining on fuel rods, maximum of 300,000 units each. |
|
||||
| `Shutdown` | Will turn off all fuel chambers thus shutting down generators. |
|
||||
| `StrengthFactor` | Current strength of ship. May fluctuate as asteroid is loaded. Anything below 1.0 means ship is damaged. |
|
||||
| `ID` | Toggle for the transponder. |
|
||||
|
||||
</nord-table>
|
||||
|
||||
### Managing Power
|
||||
|
||||
By default the generator will only run and ramp up when the batteries need charging so there is minimum management needed. But you can set a minimum generate rate by setting the `Min Generator Limit` value using the switch for the minimum rate and turning on `Min Gen`.
|
||||
|
||||
## Scanning Asteroids
|
||||
|
||||

|
||||
|
||||
`Scan` turns on the material scanner. The beam has a range of 100m.
|
||||
Point the beam at an asteroid and `Material` will show the materials in the asteroid along with the volume of each in stacks.
|
||||
`Credits` will show the _estimated_ amount of credits you will get for the asteroid if you drop it off at Origin stations.
|
||||
The calculation is 158.8% (worked out this with testing) of the cost of ore of the vendor price. **This only has data for safe zone materials.** The total volume of the asteroid in Mv is also shown.
|
||||
|
||||
## Loading Asteroids
|
||||
|
||||
Approach an asteroid by pointing the center rangefinder at an asteroid and activating `Approach`. This will guide the ship to around 2m of the asteroid. `Cargo` will activate the cargo lock beams.
|
||||
|
||||
All these can be done the automated `Load` function on **the pilot center console**. Point the rangefinder at the asteroid you wish to load and activate `Load`. This is activate `Approach` and `Scan` as well as smartly activating the `Cargo` when the asteroid is in place.
|
||||
|
||||
## Other Stuff
|
||||
|
||||
### Timer
|
||||
|
||||
On the pilot left console there is a `Timer` panel which acts as a timer. It will run when the ship is active and show total time in years, weeks, days, hours, minutes and seconds. To reset the timer, use your universal tool (`U` key) and clear the value of the `Timer` field.
|
||||
BIN
EGOTech/flipper/blueprints/flipper.fbe
Normal file
BIN
EGOTech/flipper/blueprints/flipper_v1.0.0.fbe
Normal file
BIN
EGOTech/flipper/blueprints/flipper_v1.1.0.fbe
Normal file
BIN
EGOTech/flipper/images/build_cost.png
Normal file
|
After Width: | Height: | Size: 222 KiB |
BIN
EGOTech/flipper/images/flipper1.jpg
Normal file
|
After Width: | Height: | Size: 403 KiB |
BIN
EGOTech/flipper/images/flipper2.jpg
Normal file
|
After Width: | Height: | Size: 323 KiB |
BIN
EGOTech/flipper/images/flipper3.jpg
Normal file
|
After Width: | Height: | Size: 353 KiB |
BIN
EGOTech/flipper/images/flipper4.jpg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
EGOTech/flipper/images/flipper5.jpg
Normal file
|
After Width: | Height: | Size: 295 KiB |
BIN
EGOTech/flipper/images/flipper6.jpg
Normal file
|
After Width: | Height: | Size: 263 KiB |
BIN
EGOTech/flipper/images/flipper7.jpg
Normal file
|
After Width: | Height: | Size: 502 KiB |
BIN
EGOTech/flipper/images/flipper8.jpg
Normal file
|
After Width: | Height: | Size: 351 KiB |
BIN
EGOTech/flipper/images/flipper9.jpg
Normal file
|
After Width: | Height: | Size: 347 KiB |
BIN
EGOTech/flipper/images/pilot_center_console_1.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
EGOTech/flipper/images/pilot_center_console_2.jpg
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
EGOTech/flipper/images/pilot_right_console.jpg
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
EGOTech/flipper/images/scanner.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
EGOTech/flipper/photos/20220721142810_1.jpg
Normal file
|
After Width: | Height: | Size: 351 KiB |
BIN
EGOTech/flipper/photos/20220721142813_1.jpg
Normal file
|
After Width: | Height: | Size: 347 KiB |
BIN
EGOTech/flipper/photos/20220721142836_1.jpg
Normal file
|
After Width: | Height: | Size: 353 KiB |
BIN
EGOTech/flipper/photos/20220721142846_1.jpg
Normal file
|
After Width: | Height: | Size: 323 KiB |
BIN
EGOTech/flipper/photos/20220721142859_1.jpg
Normal file
|
After Width: | Height: | Size: 403 KiB |
BIN
EGOTech/flipper/photos/20220721142916_1.jpg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
EGOTech/flipper/photos/20220721142946_1.jpg
Normal file
|
After Width: | Height: | Size: 415 KiB |
BIN
EGOTech/flipper/photos/20220721143001_1.jpg
Normal file
|
After Width: | Height: | Size: 502 KiB |
BIN
EGOTech/flipper/photos/20220721143439_1.jpg
Normal file
|
After Width: | Height: | Size: 344 KiB |
BIN
EGOTech/flipper/photos/20220721143450_1.jpg
Normal file
|
After Width: | Height: | Size: 246 KiB |
BIN
EGOTech/flipper/photos/20220721144658_1.jpg
Normal file
|
After Width: | Height: | Size: 316 KiB |
BIN
EGOTech/flipper/photos/20220721144704_1.jpg
Normal file
|
After Width: | Height: | Size: 305 KiB |
BIN
EGOTech/flipper/photos/20220721145832_1.jpg
Normal file
|
After Width: | Height: | Size: 295 KiB |
BIN
EGOTech/flipper/photos/20220721154312_1.jpg
Normal file
|
After Width: | Height: | Size: 263 KiB |
BIN
EGOTech/flipper/photos/20220721154313_1.jpg
Normal file
|
After Width: | Height: | Size: 254 KiB |
368
EGOTech/flipper/ship.json
Normal file
@@ -0,0 +1,368 @@
|
||||
{
|
||||
"name": "Flipper",
|
||||
"version": "1.1.1",
|
||||
"path": "flipper",
|
||||
"types": [
|
||||
{
|
||||
"type": "asteroid-hauler",
|
||||
"order": 4
|
||||
}
|
||||
],
|
||||
"blueprints": [
|
||||
{
|
||||
"filename": "flipper.fbe",
|
||||
"path": "blueprints/flipper.fbe",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/blueprints/flipper.fbe",
|
||||
"version": "1.1.1",
|
||||
"description": "",
|
||||
"current": true
|
||||
},
|
||||
{
|
||||
"filename": "flipper_v1.1.0.fbe",
|
||||
"path": "blueprints/flipper_v1.1.0.fbe",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/blueprints/flipper_v1.1.0.fbe",
|
||||
"version": "1.1.0",
|
||||
"description": "",
|
||||
"current": false
|
||||
},
|
||||
{
|
||||
"filename": "flipper_v1.0.0.fbe",
|
||||
"path": "blueprints/flipper_v1.0.0.fbe",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/blueprints/flipper_v1.0.0.fbe",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"current": false
|
||||
}
|
||||
],
|
||||
"photos": [
|
||||
{
|
||||
"filename": "20220721142859_1.jpg",
|
||||
"path": "photos/20220721142859_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721142859_1.jpg",
|
||||
"description": "",
|
||||
"featured": true
|
||||
},
|
||||
{
|
||||
"filename": "20220721142810_1.jpg",
|
||||
"path": "photos/20220721142810_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721142810_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721142813_1.jpg",
|
||||
"path": "photos/20220721142813_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721142813_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721142836_1.jpg",
|
||||
"path": "photos/20220721142836_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721142836_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721142846_1.jpg",
|
||||
"path": "photos/20220721142846_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721142846_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721142916_1.jpg",
|
||||
"path": "photos/20220721142916_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721142916_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721142946_1.jpg",
|
||||
"path": "photos/20220721142946_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721142946_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721143001_1.jpg",
|
||||
"path": "photos/20220721143001_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721143001_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721143439_1.jpg",
|
||||
"path": "photos/20220721143439_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721143439_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721143450_1.jpg",
|
||||
"path": "photos/20220721143450_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721143450_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721144658_1.jpg",
|
||||
"path": "photos/20220721144658_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721144658_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721144704_1.jpg",
|
||||
"path": "photos/20220721144704_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721144704_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721145832_1.jpg",
|
||||
"path": "photos/20220721145832_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721145832_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721154312_1.jpg",
|
||||
"path": "photos/20220721154312_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721154312_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20220721154313_1.jpg",
|
||||
"path": "photos/20220721154313_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/photos/20220721154313_1.jpg",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"readme": {
|
||||
"path": "README.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/README.md"
|
||||
},
|
||||
"changelog": {
|
||||
"path": "CHANGELOG.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/CHANGELOG.md",
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1025290710389379072/1235769827939979355"
|
||||
},
|
||||
"cost": 0,
|
||||
"images": [
|
||||
{
|
||||
"filename": "build_cost.png",
|
||||
"path": "images/build_cost.png",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/build_cost.png",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper1.jpg",
|
||||
"path": "images/flipper1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper2.jpg",
|
||||
"path": "images/flipper2.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper2.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper3.jpg",
|
||||
"path": "images/flipper3.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper3.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper4.jpg",
|
||||
"path": "images/flipper4.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper4.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper5.jpg",
|
||||
"path": "images/flipper5.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper5.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper6.jpg",
|
||||
"path": "images/flipper6.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper6.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper7.jpg",
|
||||
"path": "images/flipper7.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper7.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper8.jpg",
|
||||
"path": "images/flipper8.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper8.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "flipper9.jpg",
|
||||
"path": "images/flipper9.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/flipper9.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "pilot_center_console_1.jpg",
|
||||
"path": "images/pilot_center_console_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/pilot_center_console_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "pilot_center_console_2.jpg",
|
||||
"path": "images/pilot_center_console_2.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/pilot_center_console_2.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "pilot_right_console.jpg",
|
||||
"path": "images/pilot_right_console.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/pilot_right_console.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "scanner.jpg",
|
||||
"path": "images/scanner.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/images/scanner.jpg",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"videos": [],
|
||||
"buildCost": {
|
||||
"materials": [
|
||||
{
|
||||
"ore": "aegisium",
|
||||
"label": "Aegisium Ore",
|
||||
"kv": 64348,
|
||||
"stacks": 37.2
|
||||
},
|
||||
{
|
||||
"ore": "ajatite",
|
||||
"label": "Ajatite Ore",
|
||||
"kv": 16093,
|
||||
"stacks": 9.3
|
||||
},
|
||||
{
|
||||
"ore": "arkanium",
|
||||
"label": "Arkanium Ore",
|
||||
"kv": 1013,
|
||||
"stacks": 0.6
|
||||
},
|
||||
{
|
||||
"ore": "bastium",
|
||||
"label": "Bastium Ore",
|
||||
"kv": 83551,
|
||||
"stacks": 48.4
|
||||
},
|
||||
{
|
||||
"ore": "charodium",
|
||||
"label": "Charodium Ore",
|
||||
"kv": 133769,
|
||||
"stacks": 77.4
|
||||
},
|
||||
{
|
||||
"ore": "exorium",
|
||||
"label": "Exorium Ore",
|
||||
"kv": 2143,
|
||||
"stacks": 1.2
|
||||
},
|
||||
{
|
||||
"ore": "ice",
|
||||
"label": "Ice",
|
||||
"kv": 48000,
|
||||
"stacks": 27.8
|
||||
},
|
||||
{
|
||||
"ore": "karnite",
|
||||
"label": "Karnite Crystal",
|
||||
"kv": 19,
|
||||
"stacks": 0
|
||||
},
|
||||
{
|
||||
"ore": "kutonium",
|
||||
"label": "Kutonium Ore",
|
||||
"kv": 2065,
|
||||
"stacks": 1.2
|
||||
},
|
||||
{
|
||||
"ore": "nhurgite",
|
||||
"label": "Nhurgite Crystal",
|
||||
"kv": 102142,
|
||||
"stacks": 59.1
|
||||
},
|
||||
{
|
||||
"ore": "vokarium",
|
||||
"label": "Vokarium Ore",
|
||||
"kv": 67081,
|
||||
"stacks": 38.8
|
||||
},
|
||||
{
|
||||
"ore": "total",
|
||||
"label": "Total ore",
|
||||
"kv": 520222,
|
||||
"stacks": 301.1
|
||||
}
|
||||
],
|
||||
"cost": {
|
||||
"assembly": 154687,
|
||||
"manufacturing": 548973,
|
||||
"total": 703659
|
||||
},
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1025290710389379072/1235738365337407569"
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"text": "Starbase Ship Shop Page",
|
||||
"url": "https://sb-creators.org/makers/Egomaniac/ship/%5BFREE%5D%20Flipper"
|
||||
},
|
||||
{
|
||||
"text": "Ship GitHub Page",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/tree/main/flipper"
|
||||
}
|
||||
],
|
||||
"saleType": "free",
|
||||
"slug": "flipper",
|
||||
"description": "The Flipper is a ship for hauling a single T10 asteroid, designed to be used in the safe zone. It flies in one direction to easily load the asteroid and then you can flip around and fly load in the opposite direction, still with decent speed. It has load automation to approach and load the asteroid as well as a material scanner that gives estimated credits for selling the asteroids.",
|
||||
"shortDescription": "The Flipper is a ship for hauling a single T10 asteroid, designed to be used in the safe zone. It flies in one direction to easily load the asteroid and then you can flip around and fly load in the opposite direction, still with decent speed.",
|
||||
"knownIssues": {
|
||||
"path": "KNOWN_ISSUES.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/KNOWN_ISSUES.md"
|
||||
},
|
||||
"faq": {
|
||||
"path": "FAQ.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/FAQ.md"
|
||||
},
|
||||
"features": [
|
||||
{
|
||||
"label": "Asteroid Capacity",
|
||||
"value": "1 x T10"
|
||||
},
|
||||
{
|
||||
"label": "Loading Speed",
|
||||
"value": "Fast"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"id": "t2-generator",
|
||||
"label": "T2 Generators"
|
||||
},
|
||||
{
|
||||
"id": "t2-thruster",
|
||||
"label": "T2 Thrusters"
|
||||
},
|
||||
{
|
||||
"id": "cargo-lock-beam",
|
||||
"label": "Cargo Lock Beam"
|
||||
},
|
||||
{
|
||||
"id": "large-asteroid-hold",
|
||||
"label": "Large Asteroid Hold"
|
||||
}
|
||||
],
|
||||
"featureList": {
|
||||
"path": "FEATURES.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/FEATURES.md"
|
||||
},
|
||||
"usage": {
|
||||
"path": "USAGE.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/flipper/USAGE.md"
|
||||
},
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1025290710389379072"
|
||||
}
|
||||
19
EGOTech/flipper/yolol/approach_pid_basic.yolol
Normal file
@@ -0,0 +1,19 @@
|
||||
s=3 m=1000 ib=5 t=10 g=0.200 p=0 i=0 x=ib+s u=0 a=50
|
||||
if:Ap*(:M<m)then:Range=1 goto3+:insideSafeZone end goto1
|
||||
Kp=0.035 Ki=0.001 Kd=5.0 h=0.50 l=1-h p=:M-s goto5 //NSZ
|
||||
Kp=0.056 Ki=0.001 Kd=5.4 h=0.50 l=1-h p=:M-s goto5 //SZ
|
||||
e=:M-s d=(p-e)*Kd*h+d*l i+=e*Ki*(:M<x) o=Kp*e+i f=u/t u+=u<t p=e
|
||||
z/=:Ap*(:M<m)*(d*d>g+e*e>1) :fcuforward=o*f :fbk=(d-i)*f/a goto5
|
||||
if(d*d>g+e*e>1)==0then:Ap=0end :fcuforward=0 :fcubackward=0 goto1
|
||||
|
||||
//Improved PID - Approximated Profiled Motion PID - VER 1.1
|
||||
// by: Darkyshadow
|
||||
// github.com/GameName-Darkyshadow/Starbase
|
||||
// tips by in game mail are not necessary but appreciated
|
||||
// Tuning Parameters explained on Github with Manual
|
||||
|
||||
//Large Ship Example Tunings
|
||||
//Kp=0.056 Ki=0.001 Kd=5.4 h=0.50 //t=20 //Super Conservative
|
||||
//Kp=0.080 Ki=0.001 Kd=5.8 h=0.50 //t=20 //Conservative
|
||||
//Medium Ship Example Tunings
|
||||
//Kp=0.090 Ki=0.001 Kd=5.8 h=0.98 //t=10 //Medium Aggressive
|
||||
1
EGOTech/flipper/yolol/cruise_safety_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
if:fcubackward==100then:cruise=10end goto1
|
||||
1
EGOTech/flipper/yolol/dynamic_generator_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:GenRate=:MinEPS*:Min_EPS+(10000-:Battery)/50 goto1
|
||||
2
EGOTech/flipper/yolol/load_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:load<1thengoto1end :ap=1 :gd=1 if:m==0 or :m>3.5thengoto1end
|
||||
:cg=1 :load=0 :ap=0 goto1
|
||||
5
EGOTech/flipper/yolol/material_point_scanner_basic.yolol
Normal file
@@ -0,0 +1,5 @@
|
||||
s=1728 o=" Ore" c=" Crystal" i=0 if:scan<1thengoto1end :scn=1 :vt=0
|
||||
ifi<:sr then:ix=i :vt+=:vl goto3+i end ifi>0thengoto5end goto1
|
||||
:v1=:vl/s/100*100 :m1=:mt-c-o i++ goto2
|
||||
:v2=:vl/s/100*100 :m2=:mt-c-o i++ goto2
|
||||
:scan=0 :reset=1 goto1
|
||||
@@ -0,0 +1,12 @@
|
||||
p="\n" q=p+p s=" stks"+q k="k" a="Ajatite" b="Bastium" c="Charodium"
|
||||
i="Ice" n="Nhurgite" v="Valkite" o="Vokarium" ab="Aegisium"
|
||||
ac="Exorium" r=q+"NO RESULT" u=1000 d=.544 e=.87 f=3.81 g=.816
|
||||
h=2.721 j=.544 l=.979 m=1.588 ad=2.503 ae=4.354
|
||||
if:m1=="" or :m2==""thengoto11end if:vt<1thengoto12end
|
||||
:Material=q+:m1+p+:v1+s+:m2+p+:v2+s x=:m1 y=:m2 z=x==a w=x==i
|
||||
cr=:v1*(z*d+w*g+(x==v)*j)
|
||||
cr+=:v2*((y==b)*e+(y==c)*f+(y==n)*h+(y==o)*l+(y==ab)*ad+(y==ac)*ae)
|
||||
t=:vt/u cr*=m :Credits=p+cr+k+q+"Volume:"+p+t+"Mv" goto5
|
||||
|
||||
:Material=r :Credits=r goto5
|
||||
aa=q+"Scanning..." :Material=aa :Credits=aa goto5
|
||||
1
EGOTech/flipper/yolol/min_eps_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:MinEPS=(:MinEPS+:mes)*(:MinEPS>=0)-:MinEPS>100 goto1
|
||||
1
EGOTech/flipper/yolol/sensitivity_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:sense=(:sense+:sss)*(:sense>=0)-:sense>100 goto1
|
||||
2
EGOTech/flipper/yolol/sloth_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:sloth<1then:sense1=100 :sense2=-100 goto1end
|
||||
:sense1=:sensitivity :sense2=-:sensitivity goto1
|
||||
12
EGOTech/flipper/yolol/timer_advanced.yolol
Normal file
@@ -0,0 +1,12 @@
|
||||
n="\n" p="Clear panel value to reset" q="y" j="w" k="d" l="h" o="m"
|
||||
u="s" g="Reseting..." a=60 b=a*a c=b*24 e=c*7 f=c*365 x=1000
|
||||
if:Timer==""then:ts=0 z=n+n+g end :Timer=z
|
||||
t=:ts s=t%a t-=s m=t%b/a t-=m*a h=t%c/b t-=h*b d=t%e/c t-=d*c w=t%f/e
|
||||
t-=w*e y=t/f z=n ify>0thenz+=y+q end r=w%1 d+=r*7 ifd>6thenw++ d-=7end
|
||||
ifw>0thenz+=w/x*x+j end v=d%1 ifv==0.999thend+=0.001end // rounding
|
||||
ifd>0thenz+=d+k+n elsez+=n end z+=h+l+m+o+s+u+n+n+p :ts++ goto3
|
||||
|
||||
// Outputs:
|
||||
// :Timer - Global for text panel
|
||||
// Inputs:
|
||||
// :ts - store timer in seconds, put in memory chip or device
|
||||
1
EGOTech/flipper/yolol/turtle_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
if:Turtle<100then:Turtle=:TurtleRate end goto1
|
||||
1
EGOTech/flipper/yolol/turtle_rate_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:TurtleRate=(:TurtleRate+:trs)*(:TurtleRate>=0)-:TurtleRate>100 goto1
|
||||
2
EGOTech/flipper/yolol/warning_lights_1_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
k=1000
|
||||
a=:gd>0 :w1=(:r1<k)*a :w2=(:r2<k)*a :w3=(:r4<k)*a :w4=(:r4<k)*a goto2
|
||||
2
EGOTech/flipper/yolol/warning_lights_2_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
k=1000
|
||||
a=:gd>0 :w5=(:r5<k)*a :w6=(:r6<k)*a :w7=(:r7<k)*a :w8=(:r8<k)*a goto2
|
||||
2
EGOTech/flipper/yolol/warning_lights_3_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
k=1000
|
||||
a=:gd>0 :w9=(:r9<k)*a :w0=(:r0<k)*a :wa=(:ra<k)*a :wb=(:rb<k)*a goto2
|
||||