Skip to content

Commit

Permalink
feat(content): Add a carrier variant option for the Kestrel (endless-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Saugia authored Jan 7, 2024
1 parent 3d4efa3 commit 9546368
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copyright
Original file line number Diff line number Diff line change
Expand Up @@ -1974,11 +1974,13 @@ License: CC-BY-SA-4.0
Files:
images/projectiles/ionic?blast*
images/ship/kestrel*
images/ship/kestrelc*
images/ship/kestrele*
images/ship/kestrels*
images/ship/kestrelw*
images/ship/osprey*
images/thumbnail/kestrel*
images/thumbnail/kestrelc*
images/thumbnail/kestrele*
images/thumbnail/kestrels*
images/thumbnail/kestrelw*
Expand Down
73 changes: 73 additions & 0 deletions data/human/kestrel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ mission "Kestrel Testing"
goto engines
` "Maybe you should work on improving the shields and hull."`
goto shields
` "I feel like such a large ship should have more bays for fighters."`
goto bays

label weapons
action
Expand All @@ -108,6 +110,12 @@ mission "Kestrel Testing"
` "Okay," he says, "we'll focus on strengthening the hull and the shield matrix."`
goto name

label bays
action
set "kestrel: more bays"
` "Very well," he says, "we'll see if we can incorporate more fighter bays into the hull."`
goto name

label name
` "Does the ship model have a name yet?" you ask.`
` "Not yet," he says. "Do you have a suggestion?"`
Expand Down Expand Up @@ -187,6 +195,17 @@ mission "Kestrel: More Shields"



mission "Kestrel: More Bays"
landing
invisible
to offer
has "kestrel: more bays"
on offer
event "kestrel available: more bays" 50
fail



mission "Kestrel Available"
landing
source
Expand All @@ -202,6 +221,9 @@ mission "Kestrel Available"
branch shields
has "kestrel: more shields"

branch bays
has "kestrel: more bays"

scene "thumbnail/kestrelw"
``
goto message
Expand All @@ -213,6 +235,11 @@ mission "Kestrel Available"

label shields
scene "thumbnail/kestrels"
``
goto message

label bays
scene "thumbnail/kestrelc"
``
label message
`You receive a message from Charles Atinoda, the ship designer at Tarazed Corporation: "Captain <last>, we are pleased to inform you that our latest warship is now available for sale here on Wayfarer. We've taken all your feedback into account in the final design. Thank you again!"`
Expand All @@ -232,6 +259,10 @@ event "kestrel available: more shields"
set "kestrel available"
shipyard "Tarazed Advanced"
"Kestrel (More Shields)"
event "kestrel available: more bays"
set "kestrel available"
shipyard "Tarazed Advanced"
"Kestrel (More Bays)"


ship "Unknown Ship Type"
Expand Down Expand Up @@ -394,3 +425,45 @@ ship "Kestrel" "Kestrel (More Weapons)"
turret 7 -4 "Heavy Laser Turret"
turret -23 14 "Heavy Laser Turret"
turret 23 14 "Heavy Laser Turret"

ship "Kestrel" "Kestrel (More Bays)"
sprite "ship/kestrelc"
thumbnail "thumbnail/kestrelc"
add attributes
"mass" 60
"weapon capacity" -20
outfits
"Particle Cannon" 2
"Torpedo Launcher" 2
"Torpedo" 60
"Heavy Laser Turret" 4

"Fusion Reactor"
"LP144a Battery Pack"
"D94-YV Shield Generator"
"Liquid Nitrogen Cooler"
"Tactical Scanner" 2

"Orca Plasma Thruster"
"Orca Plasma Steering"
"Hyperdrive"
gun -73.5 46 "Torpedo Launcher"
gun 73.5 46 "Torpedo Launcher"
gun -29.5 52 "Particle Cannon"
gun 29.5 52 "Particle Cannon"
turret -8 -10.5 "Heavy Laser Turret"
turret 8 -10.5 "Heavy Laser Turret"
turret -20.5 9 "Heavy Laser Turret"
turret 20.5 9 "Heavy Laser Turret"
bay "Fighter" -46 106
"launch effect" "human internal"
bay "Fighter" 46 106
"launch effect" "human internal"
bay "Fighter" -62 78
"launch effect" "human internal"
bay "Fighter" 62 78
"launch effect" "human internal"
bay "Fighter" -56 70
"launch effect" "human internal"
bay "Fighter" 56 70
"launch effect" "human internal"
Binary file added images/ship/kestrelc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/thumbnail/kestrelc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9546368

Please sign in to comment.