fix folders

This commit is contained in:
Zan
2024-05-09 16:07:27 -07:00
parent cfa8289330
commit 829c151baf
1959 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Changelog
## v1.0.3 (Current) - 27/12/2022
- Added Discord link to help chip
- Added cruise safety chip
- Added lasers safety chip
- Added missing redundant ducts
- Added some missing small plates
- Added bolts to entry ramp so strength factor does not drop when open
- Removed auto `Hover` function which didn't work well enough
- Added side "feelers"
## v1.0.2 - 05/11/2022
- Piped six heat sinks that were not piped
- Removed now 12 redundant heat sinks
## v1.0.1 - 08/10/2022
- Added "feelers" to keep ship in hover mode while mining
- Fixed `Shutdown` buttons' button style
- Moved pilot seat slightly forward
## v1.0.0 - 03/10/2022
- Initial release

View File

@@ -0,0 +1,27 @@
# Features
- 448 ore crates
- Standard Cruise function
- Turtle and Sloth functions with adjustable rates
- Transponder system with ping function
- Separate mining seat for mining operations with view of lasers and ground
- Row of 10 mining lasers that sweep from side to side
- Auto mine function that auto advances (with adjustable thrust and speed) ship for easy mining
- "Feelers" to keep ship in hover mode while mining
- Four ore collectors
- Two external and three internal resource bridges
- Auto generator rate script with adjustable minimum rate
- 36 T3 generators with 36 T2 enhancers fueled by 12 T3 fuel chambers and 24 spare rods on racks
- Radiators and heat sinks that provide more than adequate cooling
- Eight large propellant tanks with 96,000,000 units of propellant
- Propellant time and fuel time panels
- 182 batteries
- 20 T2 box and 80 T2 triangle thrusters providing forward thrust
- 32 T2 triangle thrusters providing braking thrust
- 104 T2 triangle thrusters for maneuvers, with extra thrust upwards
- Basic crafting bench to craft refills plus the tools and advanced bench
- Speedometer
- Timer panel
- Odometer panel
- Many extra slots for YOLOL or memory chips
- Top speed of 100m/s when empty

15
EGOTech/bugger/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Bugger 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/)
## For Bugger information and download, see the [ship page](https://starbase.egotech.space/ships/bugger)
[![EGOTech Discord](https://discordapp.com/api/guilds/1013328685564178472/widget.png?style=banner2)](https://discord.gg/BKwVGvncmN)
## Changelog
View changelog [here](CHANGELOG.md)
## Designed by EGOTech
![EGOTech](../others/egotech/logos/egotech_logo_light.png)

110
EGOTech/bugger/USAGE.md Normal file
View File

@@ -0,0 +1,110 @@
# Usage
To enter the ship, there is a button on bottom of the ship that will open `Hatch`. Once inside you can also open and close the cockpit glass `Canopy`. Buttons for these are available in the pilot left side consoles.
## Flying the Ship
![Pilot Center Console](https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/pilot_center_console.jpg)
The left lever on the center console controls backwards thrust (braking) and the right lever controls forward thrust.
<nord-table>
| Interface | Function |
|---|---|
| `Speed` | Current speed in metres per second. |
| `ForwardThrust` | Current forward thrust, maximum of 10,000 units |
| `Throttle` | Current throttle level, maximum of 100 percent |
| `Cruise` | Activates cruise control, forward thrust will not reset to zero unless turned down. |
| `Turtle` | Activates turtle mode which sets forward thrust to a maximum limit of `TurtleRate` of full thrust. |
| `Sloth` | Activates the low sensitvity mode of pitch and yaw by limiting thrust. Use the `Sensitivity` switch to set the maximum thrust rate of sloth mode.|
| `Aim` | Reduces the response time of key presses for pitch and yaw. |
| `Guide`, `Hover Distance`, `FrontRight`, `FrontLeft`, `BackRight` & `BackLeft` | `Guide` activates rangefinders at each corner of the base of the ship. Each repsective corner shows distance to the ground. `Red` warning lights flash when ground is less that `Hover Distance`. |
| `Range` & `Distance` | Activates forward rangefinders, with `Distance` showing distance to object detected by center rangefinder. |
| `Mine`, `Advance`, `Advance Thrust` & `Advance Time` | Mining controls. See [Mining](#mining). |
| `SafeZone` | Whether current location is in the safe zone. |
| `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 |
| `Timer` | See [Timer](#timer). |
| `Odometer` | See [Odometer](#odometer). |
</nord-table>
<nord-banner variant="warning">
**NOTE:** For safety, firing full braking thrust will deactivate `Cruise`.
</nord-banner>
## Managing Power and Fuel
![Pilot Right Console](https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/pilot_right_console.jpg)
<nord-table>
| Interface | Function |
|---|---|
| `Propellant` | Total propellant remaining in propellant tanks, maximum of 96,000,000 units. |
| `PropTime` | Time and distance remaining of propellant based on current usage. Distance is calculated from speed. |
| `FuelTime` | Time and distance remaining of fuel based on current usage. Distance is calculated from speed. |
| `WithBackup` | Same as FuelTime but takes into account backup rods available. Use the switch for `Backup Rods` to set the number of backup rods available. As standard there are 24 extra rods. |
| `Fuel Rod 1` to `Fuel Rod 12` | Fuel remaining on fuel rods in individual fuel chambers, maximum of 300,000 units for each. |
| `Generator` | Current generator rate. |
| `Min Gen` & `Min Generator Limit` | Toggle and sets minimum generator rate. See [Managing Power](#managing-power). |
| `Shutdown` | Will turn off all fuel chambers thus shutting down generators. |
| `Battery` | Shows current battery charge of the batteries, maximum of 10,000 units. |
| `HeatTransferRate` | Current heat transfer rate of the heat sinks, maximum of 100%. |
| `Flow In` & `Flow Out` | Toggle flow modes of resource bridges. See [Refueling Propellant](#refueling-propellant). |
| `Lights` | Turns on and off internal lights. |
| `Canopy` | Opens or closes glass canopy. |
| `Hatch` | Opens or closes ship entry hatch. |
</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`.
### Refueling Propellant
All four resource bridges can be used for refuelling propellant. To refuel from another ship, turn off `Flow Out` on the pilot right side console and leave `Flow In` turned on. Then connect a resource bridge to the other ship. To refuel another ship, do the opposite, `Flow Out` turned on and `Flow In` turned off.
Remember to turn `Flow In` and `Flow Out` back on if you are using the Endo to collect ore via any of the ship's resource bridges.
## Mining
![Mining Console](https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/mining_console.jpg)
Activate `Lasers` to turn on the mining lasers which will automatically sweep from side to side. Activating `Advance` will slowly move the ship forward based on `Advance Time` and `Advance Thrust`. Adjust `Advance Time` (period to wait before each advance in seconds) and `Advance Thrust` (amount of forward thrust when advancing) if needed.
<nord-banner variant="info">
**TIP:** Increase `Advance Thrust` if needed as the ship gains more mass from filling up.
</nord-banner>
`Collect` turns on the four ore collectors.
`Mine` will activate automated mining, which will activate `Lasers`, `Advance` and `Collect`.
<nord-banner variant="info">
**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%.
</nord-banner>
<nord-banner variant="warning">
**NOTE:** For safety, lasers will turn off if the total fuel is less that 2,000 units.
</nord-banner>
## Other Stuff
### Timer
On the pilot center 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, hold down the `Reset Timer` button on the pilot left console.
### Odometer
On the pilot right console there is a `Odometer` panel which will keep track of the ship's estimated flight distance based on speed. To reset the trip odometer, hold down the `Odometer` `Reset Trips` button on the pilot left console.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 929 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB

View File

@@ -0,0 +1,21 @@
# Changelog
## v1.0.2 (Current) - 27/12/2022
- Added Discord link to help chip
- Added cruise safety chip
- Added lasers safety chip
- Added missing redundant ducts
- Added some missing small plates
- Added bolts to entry ramp so strength factor does not drop when open
- Removed auto `Hover` function which didn't work well enough
- Added side "feelers"
## v1.0.1 - 05/11/2022
- Piped 12 heat sinks that were not piped
- Removed now 11 redundant heat sinks
## v1.0.0 - 08/10/2022
- Initial release

View File

@@ -0,0 +1,17 @@
# Features
The Bugger X has the same features as the [Bugger](../bugger#features) except the following differences.
<nord-table>
| | Bugger | Bugger X |
|---|---|---|
| Thrusters | T2 | T3 |
| Top Speed (empty) | 100m/s | 120m/s |
| Generators | T3 | T3 |
| Fuel Chambers | T3 | T3 |
| Enhancers | T2 | T3 |
| Power Generation | 72,000eps | 81,000eps |
| Mining Time | 90mins | 100mins |
</nord-table>

View File

@@ -0,0 +1,15 @@
# Bugger 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/)
## For Bugger X information and purchase, see the [ship page](https://starbase.egotech.space/ships/bugger-x)
[![EGOTech Discord](https://discordapp.com/api/guilds/1013328685564178472/widget.png?style=banner2)](https://discord.gg/BKwVGvncmN)
## Changelog
View changelog [here](CHANGELOG.md)
## Designed by EGOTech
![EGOTech](../../others/egotech/logos/egotech_logo_light.png)

View File

@@ -0,0 +1,3 @@
# Usage
For usage instructions please refer to the [usage instructions of the Bugger](../bugger#usage)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@@ -0,0 +1,217 @@
{
"name": "Bugger X",
"version": "1.0.2",
"path": "bugger/premium",
"types": [
{
"type": "surface-miner",
"order": 2
}
],
"blueprints": [],
"photos": [
{
"filename": "20221007194831_1.jpg",
"path": "photos/20221007194831_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/premium/photos/20221007194831_1.jpg",
"description": "",
"featured": true
}
],
"readme": {
"path": "README.md",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/premium/README.md"
},
"changelog": {
"path": "CHANGELOG.md",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/premium/CHANGELOG.md",
"discord": "https://discord.com/channels/1013328685564178472/1027946822137815080/1235769509122543656"
},
"cost": 500000,
"images": [
{
"filename": "bugger-x1.jpg",
"path": "images/bugger-x1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/premium/images/bugger-x1.jpg",
"description": ""
},
{
"filename": "build_cost.png",
"path": "images/build_cost.png",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/premium/images/build_cost.png",
"description": ""
}
],
"videos": [],
"buildCost": {
"discord": "https://discord.com/channels/1013328685564178472/1027946822137815080/1235726470853431377",
"materials": [
{
"ore": "aegisium",
"label": "Aegisium Ore",
"kv": 107770,
"stacks": 62.4
},
{
"ore": "ajatite",
"label": "Ajatite Ore",
"kv": 11434,
"stacks": 6.6
},
{
"ore": "arkanium",
"label": "Arkanium Ore",
"kv": 33875,
"stacks": 19.6
},
{
"ore": "bastium",
"label": "Bastium Ore",
"kv": 330811,
"stacks": 191.4
},
{
"ore": "charodium",
"label": "Charodium Ore",
"kv": 271205,
"stacks": 156.9
},
{
"ore": "exorium",
"label": "Exorium Ore",
"kv": 55617,
"stacks": 32.2
},
{
"ore": "glass",
"label": "Glass",
"kv": 6704,
"stacks": 3.9
},
{
"ore": "ice",
"label": "Ice",
"kv": 96000,
"stacks": 55.6
},
{
"ore": "karnite",
"label": "Karnite Crystal",
"kv": 7390,
"stacks": 4.3
},
{
"ore": "kutonium",
"label": "Kutonium Ore",
"kv": 78919,
"stacks": 45.7
},
{
"ore": "lukium",
"label": "Lukium Ore",
"kv": 22422,
"stacks": 13
},
{
"ore": "nhurgite",
"label": "Nhurgite Crystal",
"kv": 123958,
"stacks": 71.7
},
{
"ore": "ukonium",
"label": "Ukonium Ore",
"kv": 10215,
"stacks": 5.9
},
{
"ore": "vokarium",
"label": "Vokarium Ore",
"kv": 180579,
"stacks": 104.5
},
{
"ore": "xhalium",
"label": "Xhalium Ore",
"kv": 7592,
"stacks": 4.4
},
{
"ore": "ymrium",
"label": "Ymrium Ore",
"kv": 131580,
"stacks": 76.1
},
{
"ore": "total",
"label": "Total ore",
"kv": 1476070,
"stacks": 854.2
}
],
"cost": {
"assembly": 267878,
"manufacturing": 1585900,
"total": 1853778
}
},
"links": [
{
"text": "Starbase Ship Shop Page",
"url": "https://sb-creators.org/makers/Egomaniac/ship/Bugger%20X"
},
{
"text": "Ship GitHub Page",
"url": "https://github.com/EGO-Tech/starbase-ships/tree/main/bugger/premium"
}
],
"saleType": "for-sale",
"slug": "bugger-x",
"description": "The Bugger X is a premium version of the Bugger with T3 enhancers and thrusters.",
"shortDescription": "The Bugger X is a premium version of the Bugger with T3 enhancers and thrusters.",
"features": [
{
"label": "Material Crates",
"value": 448
},
{
"label": "Mining Lasers",
"value": 10
}
],
"tags": [
{
"id": "t3-generator",
"label": "T3 Generators"
},
{
"id": "t3-thruster",
"label": "T3 Thrusters"
},
{
"id": "mining-laser",
"label": "Mining Laser"
},
{
"id": "basic-bench",
"label": "Basic Crafting Bench"
},
{
"id": "advanced-bench",
"label": "Advanced Crafting Bench"
},
{
"id": "tools-bench",
"label": "Tools Crafting Bench"
}
],
"featureList": {
"path": "FEATURES.md",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/premium/FEATURES.md"
},
"usage": {
"path": "USAGE.md",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/premium/USAGE.md"
},
"discord": "https://discord.com/channels/1013328685564178472/1027946822137815080"
}

601
EGOTech/bugger/ship.json Normal file
View File

@@ -0,0 +1,601 @@
{
"name": "Bugger",
"version": "1.0.3",
"path": "bugger",
"types": [
{
"type": "surface-miner",
"order": 1
}
],
"blueprints": [
{
"filename": "bugger.fbe",
"path": "blueprints/bugger.fbe",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/blueprints/bugger.fbe",
"version": "1.0.3",
"description": "",
"current": true
},
{
"filename": "bugger_v1.0.2.fbe",
"path": "blueprints/bugger_v1.0.2.fbe",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/blueprints/bugger_v1.0.2.fbe",
"version": "1.0.2",
"description": "",
"current": false
},
{
"filename": "bugger_v1.0.1.fbe",
"path": "blueprints/bugger_v1.0.1.fbe",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/blueprints/bugger_v1.0.1.fbe",
"version": "1.0.1",
"description": "",
"current": false
},
{
"filename": "bugger_v1.0.0.fbe",
"path": "blueprints/bugger_v1.0.0.fbe",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/blueprints/bugger_v1.0.0.fbe",
"version": "1.0.0",
"description": "",
"current": false
}
],
"photos": [
{
"filename": "20220924104458_1.jpg",
"path": "photos/20220924104458_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924104458_1.jpg",
"description": "",
"featured": true
},
{
"filename": "20220924100236_1.jpg",
"path": "photos/20220924100236_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100236_1.jpg",
"description": ""
},
{
"filename": "20220924100245_1.jpg",
"path": "photos/20220924100245_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100245_1.jpg",
"description": ""
},
{
"filename": "20220924100254_1.jpg",
"path": "photos/20220924100254_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100254_1.jpg",
"description": ""
},
{
"filename": "20220924100312_1.jpg",
"path": "photos/20220924100312_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100312_1.jpg",
"description": ""
},
{
"filename": "20220924100342_1.jpg",
"path": "photos/20220924100342_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100342_1.jpg",
"description": ""
},
{
"filename": "20220924100355_1.jpg",
"path": "photos/20220924100355_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100355_1.jpg",
"description": ""
},
{
"filename": "20220924100412_1.jpg",
"path": "photos/20220924100412_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100412_1.jpg",
"description": ""
},
{
"filename": "20220924100419_1.jpg",
"path": "photos/20220924100419_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100419_1.jpg",
"description": ""
},
{
"filename": "20220924100430_1.jpg",
"path": "photos/20220924100430_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100430_1.jpg",
"description": ""
},
{
"filename": "20220924100440_1.jpg",
"path": "photos/20220924100440_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100440_1.jpg",
"description": ""
},
{
"filename": "20220924100450_1.jpg",
"path": "photos/20220924100450_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100450_1.jpg",
"description": ""
},
{
"filename": "20220924100459_1.jpg",
"path": "photos/20220924100459_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100459_1.jpg",
"description": ""
},
{
"filename": "20220924100501_1.jpg",
"path": "photos/20220924100501_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100501_1.jpg",
"description": ""
},
{
"filename": "20220924100924_1.jpg",
"path": "photos/20220924100924_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924100924_1.jpg",
"description": ""
},
{
"filename": "20220924101227_1.jpg",
"path": "photos/20220924101227_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924101227_1.jpg",
"description": ""
},
{
"filename": "20220924101255_1.jpg",
"path": "photos/20220924101255_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924101255_1.jpg",
"description": ""
},
{
"filename": "20220924101305_1.jpg",
"path": "photos/20220924101305_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924101305_1.jpg",
"description": ""
},
{
"filename": "20220924103601_1.jpg",
"path": "photos/20220924103601_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924103601_1.jpg",
"description": ""
},
{
"filename": "20220924104254_1.jpg",
"path": "photos/20220924104254_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924104254_1.jpg",
"description": ""
},
{
"filename": "20220924122212_1.jpg",
"path": "photos/20220924122212_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924122212_1.jpg",
"description": ""
},
{
"filename": "20220924122344_1.jpg",
"path": "photos/20220924122344_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924122344_1.jpg",
"description": ""
},
{
"filename": "20220924122559_1.jpg",
"path": "photos/20220924122559_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924122559_1.jpg",
"description": ""
},
{
"filename": "20220924133530_1.jpg",
"path": "photos/20220924133530_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924133530_1.jpg",
"description": ""
},
{
"filename": "20220924133537_1.jpg",
"path": "photos/20220924133537_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20220924133537_1.jpg",
"description": ""
},
{
"filename": "20221002160342_1.jpg",
"path": "photos/20221002160342_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002160342_1.jpg",
"description": ""
},
{
"filename": "20221002160353_1.jpg",
"path": "photos/20221002160353_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002160353_1.jpg",
"description": ""
},
{
"filename": "20221002160359_1.jpg",
"path": "photos/20221002160359_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002160359_1.jpg",
"description": ""
},
{
"filename": "20221002160443_1.jpg",
"path": "photos/20221002160443_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002160443_1.jpg",
"description": ""
},
{
"filename": "20221002161202_1.jpg",
"path": "photos/20221002161202_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002161202_1.jpg",
"description": ""
},
{
"filename": "20221002164143_1.jpg",
"path": "photos/20221002164143_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002164143_1.jpg",
"description": ""
},
{
"filename": "20221002164204_1.jpg",
"path": "photos/20221002164204_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002164204_1.jpg",
"description": ""
},
{
"filename": "20221002164219_1.jpg",
"path": "photos/20221002164219_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002164219_1.jpg",
"description": ""
},
{
"filename": "20221002164231_1.jpg",
"path": "photos/20221002164231_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002164231_1.jpg",
"description": ""
},
{
"filename": "20221002164242_1.jpg",
"path": "photos/20221002164242_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002164242_1.jpg",
"description": ""
},
{
"filename": "20221002164258_1.jpg",
"path": "photos/20221002164258_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002164258_1.jpg",
"description": ""
},
{
"filename": "20221002172634_1.jpg",
"path": "photos/20221002172634_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221002172634_1.jpg",
"description": ""
},
{
"filename": "20221003175237_1.jpg",
"path": "photos/20221003175237_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221003175237_1.jpg",
"description": ""
},
{
"filename": "20221003175305_1.jpg",
"path": "photos/20221003175305_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221003175305_1.jpg",
"description": ""
},
{
"filename": "20221003175307_1.jpg",
"path": "photos/20221003175307_1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/photos/20221003175307_1.jpg",
"description": ""
}
],
"readme": {
"path": "README.md",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/README.md"
},
"changelog": {
"path": "CHANGELOG.md",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/CHANGELOG.md",
"discord": "https://discord.com/channels/1013328685564178472/1026396888561369119/1235769357351784468"
},
"cost": 0,
"images": [
{
"filename": "bugger1.jpg",
"path": "images/bugger1.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger1.jpg",
"description": ""
},
{
"filename": "bugger10.jpg",
"path": "images/bugger10.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger10.jpg",
"description": ""
},
{
"filename": "bugger11.jpg",
"path": "images/bugger11.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger11.jpg",
"description": ""
},
{
"filename": "bugger12.jpg",
"path": "images/bugger12.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger12.jpg",
"description": ""
},
{
"filename": "bugger13.jpg",
"path": "images/bugger13.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger13.jpg",
"description": ""
},
{
"filename": "bugger14.jpg",
"path": "images/bugger14.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger14.jpg",
"description": ""
},
{
"filename": "bugger15.jpg",
"path": "images/bugger15.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger15.jpg",
"description": ""
},
{
"filename": "bugger2.jpg",
"path": "images/bugger2.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger2.jpg",
"description": ""
},
{
"filename": "bugger3.jpg",
"path": "images/bugger3.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger3.jpg",
"description": ""
},
{
"filename": "bugger4.jpg",
"path": "images/bugger4.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger4.jpg",
"description": ""
},
{
"filename": "bugger5.jpg",
"path": "images/bugger5.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger5.jpg",
"description": ""
},
{
"filename": "bugger6.jpg",
"path": "images/bugger6.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger6.jpg",
"description": ""
},
{
"filename": "bugger7.jpg",
"path": "images/bugger7.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger7.jpg",
"description": ""
},
{
"filename": "bugger8.jpg",
"path": "images/bugger8.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger8.jpg",
"description": ""
},
{
"filename": "bugger9.jpg",
"path": "images/bugger9.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/bugger9.jpg",
"description": ""
},
{
"filename": "build_cost.png",
"path": "images/build_cost.png",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/build_cost.png",
"description": ""
},
{
"filename": "mining_console.jpg",
"path": "images/mining_console.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/mining_console.jpg",
"description": ""
},
{
"filename": "pilot_center_console.jpg",
"path": "images/pilot_center_console.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/pilot_center_console.jpg",
"description": ""
},
{
"filename": "pilot_right_console.jpg",
"path": "images/pilot_right_console.jpg",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/images/pilot_right_console.jpg",
"description": ""
}
],
"videos": [
{
"channel": {
"text": "Flames_Yue",
"url": "https://www.youtube.com/@flames_yue550"
},
"video": {
"text": "EGOTech Bugger Surface Miner Showcase",
"url": "https://www.youtube.com/watch?v=EQRorkcg8d8"
}
},
{
"channel": {
"text": "Jimma Games",
"url": "https://www.youtube.com/@jimmagames5907"
},
"video": {
"text": "Bugger - Starbase Planet Miner",
"url": "https://www.youtube.com/watch?v=8SPuTrapSbo"
}
}
],
"buildCost": {
"materials": [
{
"ore": "aegisium",
"label": "Aegisium Ore",
"kv": 116200,
"stacks": 67.2
},
{
"ore": "ajatite",
"label": "Ajatite Ore",
"kv": 11434,
"stacks": 6.6
},
{
"ore": "arkanium",
"label": "Arkanium Ore",
"kv": 31121,
"stacks": 18
},
{
"ore": "bastium",
"label": "Bastium Ore",
"kv": 360220,
"stacks": 208.5
},
{
"ore": "charodium",
"label": "Charodium Ore",
"kv": 228097,
"stacks": 132
},
{
"ore": "corazium",
"label": "Corazium Ore",
"kv": 4455,
"stacks": 2.6
},
{
"ore": "exorium",
"label": "Exorium Ore",
"kv": 52109,
"stacks": 30.2
},
{
"ore": "glass",
"label": "Glass",
"kv": 6704,
"stacks": 3.9
},
{
"ore": "ice",
"label": "Ice",
"kv": 96000,
"stacks": 55.6
},
{
"ore": "karnite",
"label": "Karnite Crystal",
"kv": 3806,
"stacks": 2.2
},
{
"ore": "kutonium",
"label": "Kutonium Ore",
"kv": 6942,
"stacks": 4
},
{
"ore": "lukium",
"label": "Lukium Ore",
"kv": 9288,
"stacks": 5.4
},
{
"ore": "nhurgite",
"label": "Nhurgite Crystal",
"kv": 123958,
"stacks": 71.7
},
{
"ore": "vokarium",
"label": "Vokarium Ore",
"kv": 165950,
"stacks": 96
},
{
"ore": "ymrium",
"label": "Ymrium Ore",
"kv": 13729,
"stacks": 7.9
},
{
"ore": "total",
"label": "Total ore",
"kv": 1230012,
"stacks": 711.8
}
],
"cost": {
"assembly": 270618,
"manufacturing": 1123093,
"total": 1393710
},
"discord": "https://discord.com/channels/1013328685564178472/1026396888561369119/1235731274233286666"
},
"links": [
{
"text": "Starbase Ship Shop Page",
"url": "https://sb-creators.org/makers/Egomaniac/ship/%5BFREE%5D%20Bugger"
},
{
"text": "Ship GitHub Page",
"url": "https://github.com/EGO-Tech/starbase-ships/tree/main/bugger"
}
],
"saleType": "free",
"slug": "bugger",
"description": "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.",
"shortDescription": "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.",
"features": [
{
"label": "Material Crates",
"value": 448
},
{
"label": "Mining Lasers",
"value": 10
}
],
"tags": [
{
"id": "t2-generator",
"label": "T3 Generators"
},
{
"id": "t2-thruster",
"label": "T3 Thrusters"
},
{
"id": "mining-laser",
"label": "Mining Laser"
},
{
"id": "basic-bench",
"label": "Basic Crafting Bench"
},
{
"id": "advanced-bench",
"label": "Advanced Crafting Bench"
},
{
"id": "tools-bench",
"label": "Tools Crafting Bench"
}
],
"featureList": {
"path": "FEATURES.md",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/FEATURES.md"
},
"usage": {
"path": "USAGE.md",
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/bugger/USAGE.md"
},
"discord": "https://discord.com/channels/1013328685564178472/1026396888561369119"
}

View File

@@ -0,0 +1 @@
:BackupRods=(:BackupRods+:brs)*(:BackupRods>=0)-:BackupRods>:mbr goto1

View File

@@ -0,0 +1,4 @@
n="\n" a="h" b="m" c="s" k="km" e="\n\nDistance:\n" p=300000
s=t%60 m=(t-s)%3600/60 h=(t-m*60-s)/3600 d=:sp*t/1000
:WithBackup=h+a+m+b+(s-s%1)+c+e+d+k f=:Fuel :bcw=19
t=(:Fuel+:BackUpRods*p)/((f-:Fuel)/4) goto2

View File

@@ -0,0 +1 @@
if:fcubackward==100then:cruise=10end goto1

View File

@@ -0,0 +1 @@
:GenRate=:MinEPS*:Min_EPS+(10000-:Battery)/50 goto1

View File

@@ -0,0 +1,4 @@
n="\n" a="h" b="m" c="s" k="km" e="\n\nDistance:\n"
s=t%60 m=(t-s)%3600/60 h=(t-m*60-s)/3600 d=:sp*t/1000
:FuelTime=n+h+a+m+b+(s-s%1)+c+e+d+k f=:Fuel :fcw=19
t=:Fuel/((f-:Fuel)/4) goto2

View File

@@ -0,0 +1 @@
:hd=(:hd+:hds)*(:hd>=0)-:hd>30 goto1

View File

@@ -0,0 +1,2 @@
if:guide>0thengoto2end :w1=0 :w2=0 :w3=0 :w4=0 goto1
b=:hd :w1=:fr<b :w2=:fl<b :w3=:br<b :w4=:bl<b goto1+:guide

View File

@@ -0,0 +1 @@
:MinEPS=(:MinEPS+:mes)*(:MinEPS>=0)-:MinEPS>100 goto1

View File

@@ -0,0 +1,9 @@
if:advance<1thengoto1end
if:advance>0thengoto3end :fcuforward=0 goto1
:fcuforward=:ar
:fcuforward=0 :acw=:at*5
goto2

View File

@@ -0,0 +1 @@
:ar=(:ar+:ars*0.5)*(:ar>=0)-:ar>20 goto1

View File

@@ -0,0 +1 @@
:at=(:at+:ats)*(:at>=0)-:at>30 goto1

View File

@@ -0,0 +1,6 @@
a=0
b=1 c=10 if:lasers<1then:tr=0 a=0 goto2end
a++ ifa<(c+1)then:tr=a*-b if:lasers<1thengoto2end goto3end a--
a-- ifa>0then:tr=a*-b if:lasers<1thengoto2end goto4end
a++ ifa<(c+1)then:tr=a*b if:lasers<1thengoto2end goto5end a--
a-- ifa>0then:tr=a*b if:lasers<1thengoto2end goto6end goto3

View File

@@ -0,0 +1 @@
:lasers*=:fuel>2000 goto1

View File

@@ -0,0 +1,2 @@
if:mine<1thengoto1end :lasers=1 :advance=1 :collect=1
if:mine>0thengoto2end :lasers=0 :advance=0 :collect=0 goto1

View File

@@ -0,0 +1,5 @@
n="\n" k=1000 u="km" t="Trip:"+n
if:odo_res>0then:odometer=n+"Reseting..." :odo_t=0end
s=:sp :odo_l+=s/k :odo_t+=s/k
if:Odometer==""thengoto1end :Odometer=n+:odo_l+u+n+n+t+:odo_t+u+n
goto1

View File

@@ -0,0 +1,4 @@
n="\n" a="h" b="m" c="s" k="km" e="\n\nDistance:\n" t=0
s=t%60 m=(t-s)%3600/60 h=(t-m*60-s)/3600 d=:sp*t/1000
:PropTime=n+h+a+m+b+(s-s%1)+c+e+d+k p=:Propellant :pcw=19
t=:Propellant/((p-:Propellant)/4) goto2

View File

@@ -0,0 +1 @@
:sense=(:sense+:sss)*(:sense>=0)-:sense>100 goto1

View File

@@ -0,0 +1,2 @@
if:sloth<1then:sense1=100 :sense2=-100 goto1end
:sense1=:sensitivity :sense2=-:sensitivity goto1

View File

@@ -0,0 +1,12 @@
n="\n" 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:t_res>0then: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 :ts++ goto3
// Outputs:
// :Timer - Global for text panel
// Inputs:
// :ts - store timer in seconds, put in memory chip or device

View File

@@ -0,0 +1 @@
:fuel=:f1+:f2+:f3+:f4+:f5+:f6+:f7+:f8+:f9+:f10+:f11+:f12 goto1

View File

@@ -0,0 +1,2 @@
s=3 if:Ping<1thengoto1end i=0 :ponder=1 :idBlink=1
ifi<s*5theni+=1 goto2end :Ping=0 :idBlink=0 :ponder=0 goto1

View File

@@ -0,0 +1 @@
if:Turtle<100then:Turtle=:TurtleRate end goto1

View File

@@ -0,0 +1 @@
:TurtleRate=(:TurtleRate+:trs)*(:TurtleRate>=0)-:TurtleRate>100 goto1