fix folders
10
EGOTech/crawler/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## v1.0.1 (Current) - 28/12/2022
|
||||
|
||||
- Added cruise safety chip
|
||||
- Added lasers safety chip
|
||||
|
||||
## v1.0.0 - 23/11/2022
|
||||
|
||||
- Initial release
|
||||
27
EGOTech/crawler/FEATURES.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Features
|
||||
|
||||
- 704 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
|
||||
- One large generator with processing unit and one large fuel tank
|
||||
- Radiators and heat sinks that provide more than adequate cooling
|
||||
- Six large propellant tanks with 72,000,000 units of propellant
|
||||
- Propellant time and fuel time panels
|
||||
- 234 batteries
|
||||
- 21 T3 box and 128 T3 triangle thrusters providing forward thrust
|
||||
- 52 T3 triangle thrusters providing braking thrust
|
||||
- 120 T3 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 125m/s when empty
|
||||
15
EGOTech/crawler/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Crawler by EGOTech
|
||||
|
||||
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
|
||||
## For Crawler information and purchase, see the [ship page](https://starbase.egotech.space/ships/crawler)
|
||||
|
||||
[](https://discord.gg/BKwVGvncmN)
|
||||
|
||||
## Changelog
|
||||
|
||||
View changelog [here](CHANGELOG.md)
|
||||
|
||||
## Designed by EGOTech
|
||||
|
||||

|
||||
109
EGOTech/crawler/USAGE.md
Normal file
@@ -0,0 +1,109 @@
|
||||
# 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
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||

|
||||
|
||||
<nord-table>
|
||||
|
||||
| Interface | Function |
|
||||
|---|---|
|
||||
| `Propellant` | Total propellant remaining in propellant tanks, maximum of 72,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. |
|
||||
| `Fuel` | Fuel remaining on fuel tank, maximum of 10,000,000 units. |
|
||||
| `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
|
||||
|
||||

|
||||
|
||||
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.
|
||||
BIN
EGOTech/crawler/images/build_cost.png
Normal file
|
After Width: | Height: | Size: 331 KiB |
BIN
EGOTech/crawler/images/crawler1.jpg
Normal file
|
After Width: | Height: | Size: 488 KiB |
BIN
EGOTech/crawler/images/crawler10.jpg
Normal file
|
After Width: | Height: | Size: 514 KiB |
BIN
EGOTech/crawler/images/crawler11.jpg
Normal file
|
After Width: | Height: | Size: 409 KiB |
BIN
EGOTech/crawler/images/crawler12.jpg
Normal file
|
After Width: | Height: | Size: 345 KiB |
BIN
EGOTech/crawler/images/crawler2.jpg
Normal file
|
After Width: | Height: | Size: 479 KiB |
BIN
EGOTech/crawler/images/crawler3.jpg
Normal file
|
After Width: | Height: | Size: 396 KiB |
BIN
EGOTech/crawler/images/crawler4.jpg
Normal file
|
After Width: | Height: | Size: 564 KiB |
BIN
EGOTech/crawler/images/crawler5.jpg
Normal file
|
After Width: | Height: | Size: 480 KiB |
BIN
EGOTech/crawler/images/crawler6.jpg
Normal file
|
After Width: | Height: | Size: 483 KiB |
BIN
EGOTech/crawler/images/crawler7.jpg
Normal file
|
After Width: | Height: | Size: 400 KiB |
BIN
EGOTech/crawler/images/crawler8.jpg
Normal file
|
After Width: | Height: | Size: 573 KiB |
BIN
EGOTech/crawler/images/crawler9.jpg
Normal file
|
After Width: | Height: | Size: 720 KiB |
BIN
EGOTech/crawler/images/mining_console.jpg
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
EGOTech/crawler/images/pilot_center_console.jpg
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
EGOTech/crawler/images/pilot_right_console.jpg
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
EGOTech/crawler/photos/20221121180702_1.jpg
Normal file
|
After Width: | Height: | Size: 345 KiB |
BIN
EGOTech/crawler/photos/20221121180719_1.jpg
Normal file
|
After Width: | Height: | Size: 514 KiB |
BIN
EGOTech/crawler/photos/20221121180723_1.jpg
Normal file
|
After Width: | Height: | Size: 409 KiB |
BIN
EGOTech/crawler/photos/20221121180745_1.jpg
Normal file
|
After Width: | Height: | Size: 573 KiB |
BIN
EGOTech/crawler/photos/20221121180757_1.jpg
Normal file
|
After Width: | Height: | Size: 720 KiB |
BIN
EGOTech/crawler/photos/20221121180820_1.jpg
Normal file
|
After Width: | Height: | Size: 400 KiB |
BIN
EGOTech/crawler/photos/20221121192814_1.jpg
Normal file
|
After Width: | Height: | Size: 488 KiB |
BIN
EGOTech/crawler/photos/20221121192824_1.jpg
Normal file
|
After Width: | Height: | Size: 479 KiB |
BIN
EGOTech/crawler/photos/20221121192840_1.jpg
Normal file
|
After Width: | Height: | Size: 396 KiB |
BIN
EGOTech/crawler/photos/20221121192904_1.jpg
Normal file
|
After Width: | Height: | Size: 507 KiB |
BIN
EGOTech/crawler/photos/20221121192935_1.jpg
Normal file
|
After Width: | Height: | Size: 483 KiB |
BIN
EGOTech/crawler/photos/20221121192944_1.jpg
Normal file
|
After Width: | Height: | Size: 480 KiB |
BIN
EGOTech/crawler/photos/20221121192956_1.jpg
Normal file
|
After Width: | Height: | Size: 564 KiB |
10
EGOTech/crawler/premium/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## v1.0.1 (Current) - 28/12/2022
|
||||
|
||||
- Added cruise safety chip
|
||||
- Added lasers safety chip
|
||||
|
||||
## v1.0.0 - 26/11/2022
|
||||
|
||||
- Initial release
|
||||
16
EGOTech/crawler/premium/FEATURES.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Features
|
||||
|
||||
The Crawler X has the same features as the [Crawler](../crawler#features) except the following differences.
|
||||
|
||||
<nord-table>
|
||||
|
||||
| | Crawler | Crawler X |
|
||||
|---|---|---|
|
||||
| Ore Crates | 704 | 640 |
|
||||
| Large Generators | 1 | 2 |
|
||||
| Power Generation | 70,000eps | 140,000eps |
|
||||
| Mining Lasers | 10 | 19 |
|
||||
| Ore Collectors | 4 | 7 |
|
||||
| Mining Speed | Moderate | Fast |
|
||||
|
||||
</nord-table>
|
||||
15
EGOTech/crawler/premium/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Crawler X by EGOTech
|
||||
|
||||
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
|
||||
## For Crawler X information and purchase, see the [ship page](https://starbase.egotech.space/ships/crawler-x)
|
||||
|
||||
[](https://discord.gg/BKwVGvncmN)
|
||||
|
||||
## Changelog
|
||||
|
||||
View changelog [here](CHANGELOG.md)
|
||||
|
||||
## Designed by EGOTech
|
||||
|
||||

|
||||
3
EGOTech/crawler/premium/USAGE.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Usage
|
||||
|
||||
For usage instructions please refer to the [usage instructions of the Crawler](../crawler#usage)
|
||||
BIN
EGOTech/crawler/premium/images/build_cost.png
Normal file
|
After Width: | Height: | Size: 329 KiB |
BIN
EGOTech/crawler/premium/images/crawler-x1.jpg
Normal file
|
After Width: | Height: | Size: 921 KiB |
BIN
EGOTech/crawler/premium/images/crawler-x2.jpg
Normal file
|
After Width: | Height: | Size: 654 KiB |
BIN
EGOTech/crawler/premium/photos/20221125155925_1.jpg
Normal file
|
After Width: | Height: | Size: 928 KiB |
BIN
EGOTech/crawler/premium/photos/20221125195354_1.jpg
Normal file
|
After Width: | Height: | Size: 921 KiB |
BIN
EGOTech/crawler/premium/photos/20221125195417_1.jpg
Normal file
|
After Width: | Height: | Size: 654 KiB |
247
EGOTech/crawler/premium/ship.json
Normal file
@@ -0,0 +1,247 @@
|
||||
{
|
||||
"name": "Crawler X",
|
||||
"version": "1.0.1",
|
||||
"path": "crawler/premium",
|
||||
"types": [
|
||||
{
|
||||
"type": "surface-miner",
|
||||
"order": 4
|
||||
}
|
||||
],
|
||||
"blueprints": [],
|
||||
"photos": [
|
||||
{
|
||||
"filename": "20221125195354_1.jpg",
|
||||
"path": "photos/20221125195354_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/photos/20221125195354_1.jpg",
|
||||
"description": "",
|
||||
"featured": true
|
||||
},
|
||||
{
|
||||
"filename": "20221125155925_1.jpg",
|
||||
"path": "photos/20221125155925_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/photos/20221125155925_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221125195417_1.jpg",
|
||||
"path": "photos/20221125195417_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/photos/20221125195417_1.jpg",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"readme": {
|
||||
"path": "README.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/README.md"
|
||||
},
|
||||
"changelog": {
|
||||
"path": "CHANGELOG.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/CHANGELOG.md",
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1045807634399367198/1235769756519239700"
|
||||
},
|
||||
"cost": 3000000,
|
||||
"images": [
|
||||
{
|
||||
"filename": "build_cost.png",
|
||||
"path": "images/build_cost.png",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/images/build_cost.png",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler-x1.jpg",
|
||||
"path": "images/crawler-x1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/images/crawler-x1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler-x2.jpg",
|
||||
"path": "images/crawler-x2.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/images/crawler-x2.jpg",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"videos": [],
|
||||
"buildCost": {
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1045807634399367198/1235727234057371698",
|
||||
"materials": [
|
||||
{
|
||||
"ore": "aegisium",
|
||||
"label": "Aegisium Ore",
|
||||
"kv": 173961,
|
||||
"stacks": 100.7
|
||||
},
|
||||
{
|
||||
"ore": "ajatite",
|
||||
"label": "Ajatite Ore",
|
||||
"kv": 11987,
|
||||
"stacks": 6.9
|
||||
},
|
||||
{
|
||||
"ore": "arkanium",
|
||||
"label": "Arkanium Ore",
|
||||
"kv": 2441,
|
||||
"stacks": 1.4
|
||||
},
|
||||
{
|
||||
"ore": "bastium",
|
||||
"label": "Bastium Ore",
|
||||
"kv": 448709,
|
||||
"stacks": 259.7
|
||||
},
|
||||
{
|
||||
"ore": "charodium",
|
||||
"label": "Charodium Ore",
|
||||
"kv": 451024,
|
||||
"stacks": 261
|
||||
},
|
||||
{
|
||||
"ore": "corazium",
|
||||
"label": "Corazium Ore",
|
||||
"kv": 1859,
|
||||
"stacks": 1.1
|
||||
},
|
||||
{
|
||||
"ore": "exorium",
|
||||
"label": "Exorium Ore",
|
||||
"kv": 97368,
|
||||
"stacks": 56.3
|
||||
},
|
||||
{
|
||||
"ore": "glass",
|
||||
"label": "Glass",
|
||||
"kv": 6704,
|
||||
"stacks": 3.9
|
||||
},
|
||||
{
|
||||
"ore": "ice",
|
||||
"label": "Ice",
|
||||
"kv": 92000,
|
||||
"stacks": 53.2
|
||||
},
|
||||
{
|
||||
"ore": "ilmatrium",
|
||||
"label": "Ilmatrium Ore",
|
||||
"kv": 2282,
|
||||
"stacks": 1.3
|
||||
},
|
||||
{
|
||||
"ore": "karnite",
|
||||
"label": "Karnite Crystal",
|
||||
"kv": 75,
|
||||
"stacks": 0
|
||||
},
|
||||
{
|
||||
"ore": "kutonium",
|
||||
"label": "Kutonium Ore",
|
||||
"kv": 132576,
|
||||
"stacks": 76.7
|
||||
},
|
||||
{
|
||||
"ore": "lukium",
|
||||
"label": "Lukium Ore",
|
||||
"kv": 79207,
|
||||
"stacks": 45.8
|
||||
},
|
||||
{
|
||||
"ore": "nhurgite",
|
||||
"label": "Nhurgite Crystal",
|
||||
"kv": 159350,
|
||||
"stacks": 92.2
|
||||
},
|
||||
{
|
||||
"ore": "valkite",
|
||||
"label": "Valkite Ore",
|
||||
"kv": 24404,
|
||||
"stacks": 14.1
|
||||
},
|
||||
{
|
||||
"ore": "vokarium",
|
||||
"label": "Vokarium Ore",
|
||||
"kv": 226191,
|
||||
"stacks": 130.9
|
||||
},
|
||||
{
|
||||
"ore": "xhalium",
|
||||
"label": "Xhalium Ore",
|
||||
"kv": 10326,
|
||||
"stacks": 6
|
||||
},
|
||||
{
|
||||
"ore": "ymrium",
|
||||
"label": "Ymrium Ore",
|
||||
"kv": 285926,
|
||||
"stacks": 165.5
|
||||
},
|
||||
{
|
||||
"ore": "total",
|
||||
"label": "Total ore",
|
||||
"kv": 2206390,
|
||||
"stacks": 1276.8
|
||||
}
|
||||
],
|
||||
"cost": {
|
||||
"assembly": 323754,
|
||||
"manufacturing": 2702729,
|
||||
"total": 3026482
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"text": "Starbase Ship Shop Page",
|
||||
"url": "https://sb-creators.org/makers/Egomaniac/ship/Crawler%20X"
|
||||
},
|
||||
{
|
||||
"text": "Ship GitHub Page",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/tree/main/crawler/premium"
|
||||
}
|
||||
],
|
||||
"saleType": "for-sale",
|
||||
"slug": "crawler-x",
|
||||
"description": "The Crawler X is a premium version of the Crawler with two large generators and 19 mining lasers.",
|
||||
"shortDescription": "The premium version of the Crawler with two large generators and 19 mining lasers.",
|
||||
"features": [
|
||||
{
|
||||
"label": "Material Crates",
|
||||
"value": 640
|
||||
},
|
||||
{
|
||||
"label": "Mining Lasers",
|
||||
"value": 19
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"id": "t3-thruster",
|
||||
"label": "T3 Thrusters"
|
||||
},
|
||||
{
|
||||
"id": "mining-laser",
|
||||
"label": "Mining Laser"
|
||||
},
|
||||
{
|
||||
"id": "large-generator",
|
||||
"label": "Large Generator"
|
||||
},
|
||||
{
|
||||
"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/crawler/premium/FEATURES.md"
|
||||
},
|
||||
"usage": {
|
||||
"path": "USAGE.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/premium/USAGE.md"
|
||||
},
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1045807634399367198"
|
||||
}
|
||||
385
EGOTech/crawler/ship.json
Normal file
@@ -0,0 +1,385 @@
|
||||
{
|
||||
"name": "Crawler",
|
||||
"version": "1.0.1",
|
||||
"path": "crawler",
|
||||
"types": [
|
||||
{
|
||||
"type": "surface-miner",
|
||||
"order": 3
|
||||
}
|
||||
],
|
||||
"blueprints": [],
|
||||
"photos": [
|
||||
{
|
||||
"filename": "20221121192814_1.jpg",
|
||||
"path": "photos/20221121192814_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121192814_1.jpg",
|
||||
"description": "",
|
||||
"featured": true
|
||||
},
|
||||
{
|
||||
"filename": "20221121180702_1.jpg",
|
||||
"path": "photos/20221121180702_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121180702_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121180719_1.jpg",
|
||||
"path": "photos/20221121180719_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121180719_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121180723_1.jpg",
|
||||
"path": "photos/20221121180723_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121180723_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121180745_1.jpg",
|
||||
"path": "photos/20221121180745_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121180745_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121180757_1.jpg",
|
||||
"path": "photos/20221121180757_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121180757_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121180820_1.jpg",
|
||||
"path": "photos/20221121180820_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121180820_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121192824_1.jpg",
|
||||
"path": "photos/20221121192824_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121192824_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121192840_1.jpg",
|
||||
"path": "photos/20221121192840_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121192840_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121192904_1.jpg",
|
||||
"path": "photos/20221121192904_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121192904_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121192935_1.jpg",
|
||||
"path": "photos/20221121192935_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121192935_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121192944_1.jpg",
|
||||
"path": "photos/20221121192944_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121192944_1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "20221121192956_1.jpg",
|
||||
"path": "photos/20221121192956_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/photos/20221121192956_1.jpg",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"readme": {
|
||||
"path": "README.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/README.md"
|
||||
},
|
||||
"changelog": {
|
||||
"path": "CHANGELOG.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/CHANGELOG.md",
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1044571279434453054/1235769730414022696"
|
||||
},
|
||||
"cost": 2000000,
|
||||
"images": [
|
||||
{
|
||||
"filename": "build_cost.png",
|
||||
"path": "images/build_cost.png",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/build_cost.png",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler1.jpg",
|
||||
"path": "images/crawler1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler1.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler10.jpg",
|
||||
"path": "images/crawler10.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler10.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler11.jpg",
|
||||
"path": "images/crawler11.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler11.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler12.jpg",
|
||||
"path": "images/crawler12.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler12.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler2.jpg",
|
||||
"path": "images/crawler2.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler2.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler3.jpg",
|
||||
"path": "images/crawler3.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler3.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler4.jpg",
|
||||
"path": "images/crawler4.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler4.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler5.jpg",
|
||||
"path": "images/crawler5.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler5.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler6.jpg",
|
||||
"path": "images/crawler6.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler6.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler7.jpg",
|
||||
"path": "images/crawler7.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler7.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler8.jpg",
|
||||
"path": "images/crawler8.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler8.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "crawler9.jpg",
|
||||
"path": "images/crawler9.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/images/crawler9.jpg",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "mining_console.jpg",
|
||||
"path": "images/mining_console.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/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/crawler/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/crawler/images/pilot_right_console.jpg",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"videos": [],
|
||||
"buildCost": {
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1044571279434453054/1235726838173536256",
|
||||
"materials": [
|
||||
{
|
||||
"ore": "aegisium",
|
||||
"label": "Aegisium Ore",
|
||||
"kv": 166348,
|
||||
"stacks": 96.3
|
||||
},
|
||||
{
|
||||
"ore": "ajatite",
|
||||
"label": "Ajatite Ore",
|
||||
"kv": 11181,
|
||||
"stacks": 6.5
|
||||
},
|
||||
{
|
||||
"ore": "arkanium",
|
||||
"label": "Arkanium Ore",
|
||||
"kv": 1605,
|
||||
"stacks": 0.9
|
||||
},
|
||||
{
|
||||
"ore": "bastium",
|
||||
"label": "Bastium Ore",
|
||||
"kv": 450104,
|
||||
"stacks": 260.5
|
||||
},
|
||||
{
|
||||
"ore": "charodium",
|
||||
"label": "Charodium Ore",
|
||||
"kv": 356680,
|
||||
"stacks": 206.4
|
||||
},
|
||||
{
|
||||
"ore": "corazium",
|
||||
"label": "Corazium Ore",
|
||||
"kv": 1859,
|
||||
"stacks": 1.1
|
||||
},
|
||||
{
|
||||
"ore": "exorium",
|
||||
"label": "Exorium Ore",
|
||||
"kv": 60953,
|
||||
"stacks": 35.3
|
||||
},
|
||||
{
|
||||
"ore": "glass",
|
||||
"label": "Glass",
|
||||
"kv": 6704,
|
||||
"stacks": 3.9
|
||||
},
|
||||
{
|
||||
"ore": "ice",
|
||||
"label": "Ice",
|
||||
"kv": 92000,
|
||||
"stacks": 53.2
|
||||
},
|
||||
{
|
||||
"ore": "ilmatrium",
|
||||
"label": "Ilmatrium Ore",
|
||||
"kv": 1674,
|
||||
"stacks": 1
|
||||
},
|
||||
{
|
||||
"ore": "karnite",
|
||||
"label": "Karnite Crystal",
|
||||
"kv": 75,
|
||||
"stacks": 0
|
||||
},
|
||||
{
|
||||
"ore": "kutonium",
|
||||
"label": "Kutonium Ore",
|
||||
"kv": 120374,
|
||||
"stacks": 69.7
|
||||
},
|
||||
{
|
||||
"ore": "lukium",
|
||||
"label": "Lukium Ore",
|
||||
"kv": 57552,
|
||||
"stacks": 33.3
|
||||
},
|
||||
{
|
||||
"ore": "nhurgite",
|
||||
"label": "Nhurgite Crystal",
|
||||
"kv": 159350,
|
||||
"stacks": 92.2
|
||||
},
|
||||
{
|
||||
"ore": "valkite",
|
||||
"label": "Valkite Ore",
|
||||
"kv": 12202,
|
||||
"stacks": 7.1
|
||||
},
|
||||
{
|
||||
"ore": "vokarium",
|
||||
"label": "Vokarium Ore",
|
||||
"kv": 206444,
|
||||
"stacks": 119.5
|
||||
},
|
||||
{
|
||||
"ore": "xhalium",
|
||||
"label": "Xhalium Ore",
|
||||
"kv": 10326,
|
||||
"stacks": 6
|
||||
},
|
||||
{
|
||||
"ore": "ymrium",
|
||||
"label": "Ymrium Ore",
|
||||
"kv": 235218,
|
||||
"stacks": 136.1
|
||||
},
|
||||
{
|
||||
"ore": "total",
|
||||
"label": "Total ore",
|
||||
"kv": 1950648,
|
||||
"stacks": 1128.8
|
||||
}
|
||||
],
|
||||
"cost": {
|
||||
"assembly": 314656,
|
||||
"manufacturing": 2452935,
|
||||
"total": 2767591
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"text": "Starbase Ship Shop Page",
|
||||
"url": "https://sb-creators.org/makers/Egomaniac/ship/Crawler"
|
||||
},
|
||||
{
|
||||
"text": "Ship GitHub Page",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/tree/main/crawler"
|
||||
}
|
||||
],
|
||||
"saleType": "for-sale",
|
||||
"slug": "crawler",
|
||||
"description": "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 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.",
|
||||
"shortDescription": "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 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.",
|
||||
"features": [
|
||||
{
|
||||
"label": "Material Crates",
|
||||
"value": 704
|
||||
},
|
||||
{
|
||||
"label": "Mining Lasers",
|
||||
"value": 10
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"id": "t2-generator",
|
||||
"label": "T2 Generators"
|
||||
},
|
||||
{
|
||||
"id": "mining-laser",
|
||||
"label": "Mining Laser"
|
||||
},
|
||||
{
|
||||
"id": "large-generator",
|
||||
"label": "Large Generator"
|
||||
},
|
||||
{
|
||||
"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/crawler/FEATURES.md"
|
||||
},
|
||||
"usage": {
|
||||
"path": "USAGE.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/crawler/USAGE.md"
|
||||
},
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1044571279434453054"
|
||||
}
|
||||
1
EGOTech/crawler/yolol/backup_rods_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:BackupRods=(:BackupRods+:brs)*(:BackupRods>=0)-:BackupRods>:mbr goto1
|
||||
4
EGOTech/crawler/yolol/backup_rods_time_advanced.yolol
Normal 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
|
||||
1
EGOTech/crawler/yolol/cruise_safety_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
if:fcubackward==100then:cruise=10end goto1
|
||||
1
EGOTech/crawler/yolol/dynamic_generator_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:GenRate=:MinEPS*:Min_EPS+(10000-:Battery)/50 goto1
|
||||
4
EGOTech/crawler/yolol/fuel_time_advanced.yolol
Normal 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
|
||||
@@ -0,0 +1 @@
|
||||
:hd=(:hd+:hds)*(:hd>=0)-:hd>30 goto1
|
||||
2
EGOTech/crawler/yolol/hover/warning_lights_basic.yolol
Normal 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
|
||||
1
EGOTech/crawler/yolol/min_eps_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:MinEPS=(:MinEPS+:mes)*(:MinEPS>=0)-:MinEPS>100 goto1
|
||||
9
EGOTech/crawler/yolol/mining/advance_basic.yolol
Normal file
@@ -0,0 +1,9 @@
|
||||
if:advance<1thengoto1end
|
||||
if:advance>0thengoto3end :fcuforward=0 goto1
|
||||
:fcuforward=:ar
|
||||
|
||||
|
||||
|
||||
|
||||
:fcuforward=0 :acw=:at*5
|
||||
goto2
|
||||
@@ -0,0 +1 @@
|
||||
:ar=(:ar+:ars*0.5)*(:ar>=0)-:ar>20 goto1
|
||||
@@ -0,0 +1 @@
|
||||
:at=(:at+:ats)*(:at>=0)-:at>30 goto1
|
||||
6
EGOTech/crawler/yolol/mining/lasers_basic.yolol
Normal 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
|
||||
1
EGOTech/crawler/yolol/mining/lasers_safety_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:lasers*=:fuel>2000 goto1
|
||||
2
EGOTech/crawler/yolol/mining/mine_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:mine<1thengoto1end :lasers=1 :advance=1 :collect=1
|
||||
if:mine>0thengoto2end :lasers=0 :advance=0 :collect=0 goto1
|
||||
5
EGOTech/crawler/yolol/odometer_basic.yolol
Normal 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
|
||||
4
EGOTech/crawler/yolol/prop_time_advanced.yolol
Normal 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
|
||||
1
EGOTech/crawler/yolol/sensitivity_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:sense=(:sense+:sss)*(:sense>=0)-:sense>100 goto1
|
||||
2
EGOTech/crawler/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/crawler/yolol/timer_advanced.yolol
Normal 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
|
||||
1
EGOTech/crawler/yolol/total_fuel_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:fuel=:f1+:f2+:f3+:f4+:f5+:f6+:f7+:f8+:f9+:f10+:f11+:f12 goto1
|
||||
2
EGOTech/crawler/yolol/transponder_ping_basic.yolol
Normal 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
|
||||
1
EGOTech/crawler/yolol/turtle_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
if:Turtle<100then:Turtle=:TurtleRate end goto1
|
||||
1
EGOTech/crawler/yolol/turtle_rate_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:TurtleRate=(:TurtleRate+:trs)*(:TurtleRate>=0)-:TurtleRate>100 goto1
|
||||