initial
This commit is contained in:
19
Reference/EGOTech/piercer/premium/CHANGELOG.md
Normal file
19
Reference/EGOTech/piercer/premium/CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## v1.0.2 (Current) - 27/12/2022
|
||||
|
||||
- Renamed `Material` panel to `Materials`
|
||||
- Fixed upper limit of laser pitch control
|
||||
- Added cruise safety chip
|
||||
- Added lasers safety chip
|
||||
|
||||
## v1.0.1 - 09/10/2022
|
||||
|
||||
- Changed laser convergence to use professional chip for better accuracy
|
||||
- Removed references to laser pulse in YOLOL
|
||||
- Removed one redundant memory chip
|
||||
- Corrected naming of field in heat sinks to match `StoredHeat`
|
||||
|
||||
## v1.0.0 - 06/10/2022
|
||||
|
||||
- Initial release
|
||||
17
Reference/EGOTech/piercer/premium/FEATURES.md
Normal file
17
Reference/EGOTech/piercer/premium/FEATURES.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Features
|
||||
|
||||
The Piercer X has the same features as the [Piercer](../piercer#features) except the following differences.
|
||||
|
||||
<nord-table>
|
||||
|
||||
| | Piercer | Piercer X |
|
||||
|---|---|---|
|
||||
| Thrusters | T2 | T3 |
|
||||
| Top Speed (empty) | 140m/s | 150m/s |
|
||||
| Generators | T2 | T3 |
|
||||
| Fuel Chambers | T2 | T3 |
|
||||
| Enhancers | T2 | T3 |
|
||||
| Power Generation | 32,000eps | 58,500eps |
|
||||
| Laser Convergence | Approximation | Precise |
|
||||
|
||||
</nord-table>
|
||||
15
Reference/EGOTech/piercer/premium/README.md
Normal file
15
Reference/EGOTech/piercer/premium/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Piercer X (Anorak Edition) by EGOTech
|
||||
|
||||
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
|
||||
## For Piercer X information and purchase, see the [ship page](https://starbase.egotech.space/ships/piercer-x)
|
||||
|
||||
[](https://discord.gg/BKwVGvncmN)
|
||||
|
||||
## Changelog
|
||||
|
||||
View changelog [here](CHANGELOG.md)
|
||||
|
||||
## Designed by EGOTech
|
||||
|
||||

|
||||
3
Reference/EGOTech/piercer/premium/USAGE.md
Normal file
3
Reference/EGOTech/piercer/premium/USAGE.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Usage
|
||||
|
||||
For usage instructions please refer to the [usage instructions of the Piercer](../piercer#usage)
|
||||
BIN
Reference/EGOTech/piercer/premium/images/build_cost.png
Normal file
BIN
Reference/EGOTech/piercer/premium/images/build_cost.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 312 KiB |
BIN
Reference/EGOTech/piercer/premium/images/piercer-x1.jpg
Normal file
BIN
Reference/EGOTech/piercer/premium/images/piercer-x1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 418 KiB |
BIN
Reference/EGOTech/piercer/premium/photos/20221006153255_1.jpg
Normal file
BIN
Reference/EGOTech/piercer/premium/photos/20221006153255_1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 549 KiB |
235
Reference/EGOTech/piercer/premium/ship.json
Normal file
235
Reference/EGOTech/piercer/premium/ship.json
Normal file
@@ -0,0 +1,235 @@
|
||||
{
|
||||
"name": "Piercer X (Anorak Edition)",
|
||||
"version": "1.0.2",
|
||||
"path": "piercer/premium",
|
||||
"types": [
|
||||
{
|
||||
"type": "miner",
|
||||
"order": 4
|
||||
}
|
||||
],
|
||||
"blueprints": [],
|
||||
"photos": [
|
||||
{
|
||||
"filename": "20221006153255_1.jpg",
|
||||
"path": "photos/20221006153255_1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/piercer/premium/photos/20221006153255_1.jpg",
|
||||
"description": "",
|
||||
"featured": true
|
||||
}
|
||||
],
|
||||
"readme": {
|
||||
"path": "README.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/piercer/premium/README.md"
|
||||
},
|
||||
"changelog": {
|
||||
"path": "CHANGELOG.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/piercer/premium/CHANGELOG.md",
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1027431302833643550/1235770270007038022"
|
||||
},
|
||||
"cost": 500000,
|
||||
"images": [
|
||||
{
|
||||
"filename": "build_cost.png",
|
||||
"path": "images/build_cost.png",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/piercer/premium/images/build_cost.png",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"filename": "piercer-x1.jpg",
|
||||
"path": "images/piercer-x1.jpg",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/piercer/premium/images/piercer-x1.jpg",
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"videos": [],
|
||||
"buildCost": {
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1027431302833643550/1235727628359696455",
|
||||
"materials": [
|
||||
{
|
||||
"ore": "aegisium",
|
||||
"label": "Aegisium Ore",
|
||||
"kv": 106677,
|
||||
"stacks": 61.7
|
||||
},
|
||||
{
|
||||
"ore": "ajatite",
|
||||
"label": "Ajatite Ore",
|
||||
"kv": 11227,
|
||||
"stacks": 6.5
|
||||
},
|
||||
{
|
||||
"ore": "arkanium",
|
||||
"label": "Arkanium Ore",
|
||||
"kv": 25944,
|
||||
"stacks": 15
|
||||
},
|
||||
{
|
||||
"ore": "bastium",
|
||||
"label": "Bastium Ore",
|
||||
"kv": 265261,
|
||||
"stacks": 153.5
|
||||
},
|
||||
{
|
||||
"ore": "charodium",
|
||||
"label": "Charodium Ore",
|
||||
"kv": 221326,
|
||||
"stacks": 128.1
|
||||
},
|
||||
{
|
||||
"ore": "corazium",
|
||||
"label": "Corazium Ore",
|
||||
"kv": 76,
|
||||
"stacks": 0
|
||||
},
|
||||
{
|
||||
"ore": "exorium",
|
||||
"label": "Exorium Ore",
|
||||
"kv": 28492,
|
||||
"stacks": 16.5
|
||||
},
|
||||
{
|
||||
"ore": "glass",
|
||||
"label": "Glass",
|
||||
"kv": 2644,
|
||||
"stacks": 1.5
|
||||
},
|
||||
{
|
||||
"ore": "ice",
|
||||
"label": "Ice",
|
||||
"kv": 144000,
|
||||
"stacks": 83.3
|
||||
},
|
||||
{
|
||||
"ore": "karnite",
|
||||
"label": "Karnite Crystal",
|
||||
"kv": 5540,
|
||||
"stacks": 3.2
|
||||
},
|
||||
{
|
||||
"ore": "kutonium",
|
||||
"label": "Kutonium Ore",
|
||||
"kv": 73289,
|
||||
"stacks": 42.4
|
||||
},
|
||||
{
|
||||
"ore": "lukium",
|
||||
"label": "Lukium Ore",
|
||||
"kv": 17540,
|
||||
"stacks": 10.2
|
||||
},
|
||||
{
|
||||
"ore": "nhurgite",
|
||||
"label": "Nhurgite Crystal",
|
||||
"kv": 83098,
|
||||
"stacks": 48.1
|
||||
},
|
||||
{
|
||||
"ore": "ukonium",
|
||||
"label": "Ukonium Ore",
|
||||
"kv": 7378,
|
||||
"stacks": 4.3
|
||||
},
|
||||
{
|
||||
"ore": "vokarium",
|
||||
"label": "Vokarium Ore",
|
||||
"kv": 153443,
|
||||
"stacks": 88.8
|
||||
},
|
||||
{
|
||||
"ore": "xhalium",
|
||||
"label": "Xhalium Ore",
|
||||
"kv": 7136,
|
||||
"stacks": 4.1
|
||||
},
|
||||
{
|
||||
"ore": "ymrium",
|
||||
"label": "Ymrium Ore",
|
||||
"kv": 121180,
|
||||
"stacks": 70.1
|
||||
},
|
||||
{
|
||||
"ore": "total",
|
||||
"label": "Total ore",
|
||||
"kv": 1274252,
|
||||
"stacks": 737.4
|
||||
}
|
||||
],
|
||||
"cost": {
|
||||
"assembly": 272628,
|
||||
"manufacturing": 1407760,
|
||||
"total": 1680388
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"text": "Starbase Ship Shop Page",
|
||||
"url": "https://sb-creators.org/makers/Egomaniac/ship/Piercer%20X"
|
||||
},
|
||||
{
|
||||
"text": "Ship GitHub Page",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/tree/main/piercer/premium"
|
||||
}
|
||||
],
|
||||
"saleType": "for-sale",
|
||||
"slug": "piercer-x",
|
||||
"description": "The Piercer X is a premium version of the Piercer with T3 generators, fuel chambers, enhancers and thrusters.",
|
||||
"shortDescription": "The premium version of the Piercer with T3 generators, fuel chambers, enhancers and thrusters.",
|
||||
"features": [
|
||||
{
|
||||
"label": "Material Crates",
|
||||
"value": 342
|
||||
},
|
||||
{
|
||||
"label": "Mining Lasers",
|
||||
"value": 4
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"id": "t3-generator",
|
||||
"label": "T3 Generators"
|
||||
},
|
||||
{
|
||||
"id": "t3-thruster",
|
||||
"label": "T3 Thrusters"
|
||||
},
|
||||
{
|
||||
"id": "mining-laser",
|
||||
"label": "Mining Laser"
|
||||
},
|
||||
{
|
||||
"id": "mining-laser-drill",
|
||||
"label": "Mining Laser Drill"
|
||||
},
|
||||
{
|
||||
"id": "isan",
|
||||
"label": "ISAN"
|
||||
},
|
||||
{
|
||||
"id": "auto-pilot",
|
||||
"label": "Auto Pilot"
|
||||
},
|
||||
{
|
||||
"id": "asteroid-avoidance",
|
||||
"label": "Asteroid Avoidance"
|
||||
},
|
||||
{
|
||||
"id": "basic-bench",
|
||||
"label": "Basic Crafting Bench"
|
||||
},
|
||||
{
|
||||
"id": "tools-bench",
|
||||
"label": "Tools Crafting Bench"
|
||||
}
|
||||
],
|
||||
"featureList": {
|
||||
"path": "FEATURES.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/piercer/premium/FEATURES.md"
|
||||
},
|
||||
"usage": {
|
||||
"path": "USAGE.md",
|
||||
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/piercer/premium/USAGE.md"
|
||||
},
|
||||
"discord": "https://discord.com/channels/1013328685564178472/1027431302833643550"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
x=1.68 y=-1.92 z=13 s=20 m=999
|
||||
if:lasers<1thena=1 goto2end b=:Distance d=b+x
|
||||
ifb<1 or b>m thend=z+x end c=atan(y/d) ifc>s thenc=s end goto5+:dms
|
||||
goto2 // manual
|
||||
:dp=c goto2 // fixed
|
||||
:rot=1 ifa>0then:dp=c a=0end goto2 // auto
|
||||
Reference in New Issue
Block a user