Skip to content

Commit 2cbcb93

Browse files
committed
Actual content
1 parent e20dadd commit 2cbcb93

10 files changed

+163
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# es-new-ships
2-
Adds two new ships for Endless Sky: the Cutlass and the Tanager.
1+
# New Endless Sky Ships
2+
3+
Adds two new ships for [Endless Sky](https://github.com/endless-sky/endless-sky): the Cutlass and the Tanager.
4+
5+
The Tanager is a better version of the Shuttle, with the sprite made by bene-dictator.
6+
7+
The Cutlass is a piratified Gunboat, made by 1010todd.
8+
9+
Assets for both ships can be found [here](https://github.com/TheGiraffe3/new-ship-assets).

copyright

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Files:
2+
images/ship/cutlass*
3+
images/thumbnail/cutlass*
4+
Copyright: 1010todd (https://github.com/1010todd)
5+
License: CC-BY-SA-4.0
6+
Comment: Derived from works by Michael Zahniser (under the same license).
7+
8+
Files:
9+
images/ship/tanager*
10+
images/thumbnail/tanager*
11+
Copyright: bene-dictator (https://github.com/1010todd)
12+
License: CC-BY-SA-4.0

data/cutlass.txt

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
fleet "Large Northern Pirates"
2+
add variant 1
3+
"Cutlass"
4+
"Headhunter (Strike)"
5+
add variant 1
6+
"Cutlass"
7+
"Raven (Afterburner)"
8+
add variant 1
9+
"Cutlass"
10+
"Leviathan"
11+
add variant 1
12+
"Leviathan"
13+
"Raven (Afterburner)"
14+
15+
ship "Cutlass"
16+
plural "Cutlasses"
17+
sprite "ship/pirate cutlass"
18+
thumbnail "thumbnail/pirate cutlass"
19+
attributes
20+
category "Light Warship"
21+
"cost" 3500000
22+
"shields" 5800
23+
"hull" 1800
24+
"required crew" 8
25+
"bunks" 12
26+
"mass" 173
27+
"drag" 3.
28+
"heat dissipation" .75
29+
"fuel capacity" 600
30+
"cargo space" 56
31+
"outfit space" 297
32+
"weapon capacity" 141
33+
"engine capacity" 90
34+
weapon
35+
"blast radius" 72
36+
"shield damage" 720
37+
"hull damage" 360
38+
"hit force" 1080
39+
outfits
40+
"Heavy Laser" 4
41+
"Heavy Laser Turret"
42+
43+
"Dwarf Core"
44+
"LP144a Battery Pack"
45+
"D14-RN Shield Generator"
46+
"Small Radar Jammer"
47+
"Tactical Scanner"
48+
49+
"A370 Atomic Thruster"
50+
"A255 Atomic Steering"
51+
"Hyperdrive"
52+
53+
engine -12 57.5 0.7
54+
engine 12 57.5 0.7
55+
gun -16 -38
56+
gun 16 -38
57+
gun -28.5 -27.5
58+
gun 28.5 -27.5
59+
turret 0 -1 "Heavy Laser Turret"
60+
leak "leak" 50 50
61+
leak "flame" 80 80
62+
explode "tiny explosion" 10
63+
explode "small explosion" 20
64+
explode "medium explosion" 15
65+
"final explode" "final explosion small"
66+
description `This ship is a modified version of a captured Navy Gunboat. Although there is little most pirates can do to improve the already advanced shielding, they can still weld on a few extra hull reinforcements and an extra pair of guns. This gives them a tough and reasonably fast gun platform to quickly attack, plunder, and escape.`

data/tanager.txt

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
shipyard "Tarazed Basics"
2+
"Tanager"
3+
4+
5+
fleet "Small Southern Merchants"
6+
add variant 6
7+
"Tanager"
8+
add variant 2
9+
"Tanager"
10+
"Sparrow"
11+
add variant 2
12+
"Tanager"
13+
"Shuttle"
14+
add variant
15+
"Tanager"
16+
"Argosy"
17+
add variant
18+
"Tanager"
19+
"Hawk"
20+
21+
22+
ship "Tanager"
23+
sprite "ship/tanager"
24+
thumbnail "thumbnail/tanager"
25+
attributes
26+
category "Transport"
27+
"cost" 625000
28+
"shields" 900
29+
"hull" 1200
30+
"required crew" 1
31+
"bunks" 9
32+
"mass" 113
33+
"drag" 3
34+
"heat dissipation" .56
35+
"fuel capacity" 600
36+
"cargo space" 45
37+
"outfit space" 210
38+
"weapon capacity" 38
39+
"engine capacity" 65
40+
weapon
41+
"blast radius" 21
42+
"shield damage" 210
43+
"hull damage" 155
44+
"hit force" 315
45+
outfits
46+
"Beam Laser" 2
47+
48+
"nGVF-CC Fuel Cell"
49+
"LP036a Battery Pack"
50+
"D23-QP Shield Generator"
51+
"Small Radar Jammer"
52+
53+
"Capybara Reverse Thruster"
54+
"Greyhound Plasma Thruster"
55+
"Greyhound Plasma Steering"
56+
"Hyperdrive"
57+
58+
engine -5 46.5
59+
engine 5 46.5
60+
gun -14 -47.5
61+
gun 14 -47.5
62+
explode "tiny explosion" 10
63+
explode "small explosion" 20
64+
explode "medium explosion" 15
65+
leak "leak" 50 50
66+
leak "flame" 60 80
67+
description "The Tanager is a new model of transport ship from Tarazed Shipyards. More nimble compared to models of shuttlecraft from Betelgeuse, it is also supplemented with a greater capacity for defensive armaments; a necessity in the region of space that surrounds Tarazed."
68+
description " The Tanager also comes with a decent amount of free space, allowing for a much greater level of customization."

icon.png

31.8 KB
Loading

images/ship/pirate cutlass.png

20.4 KB
Loading

images/ship/tanager.png

13 KB
Loading

images/thumbnail/pirate cutlass.png

32.8 KB
Loading

images/thumbnail/tanager.png

31.8 KB
Loading

plugin.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name "New Ships"
2+
about "This plugin adds the Pirate Cutlass, a piratified Gunboat, and the Tanager, a better Shuttle."
3+
authors
4+
Loymdayddaud
5+
1010todd
6+
bene-dictator
7+
dependencies
8+
"game version" 0.10.7

0 commit comments

Comments
 (0)