Skip to content

Commit

Permalink
Libertatia 2 (#3968)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

![falmouth_ingame](https://github.com/user-attachments/assets/fe66c0fa-2f79-448f-b3c4-e12d683c9d37)
> "A small, cheap cargo ship most remarkable for its very high speed and
maneuverability for a ship of its type. Marketed as a do-it-all light
ship suitable for short-range runs and courier work, the Falmouth is
extremely popular among smugglers and the occasional ambitious pirate;
Falmouths operating on legitimate business are downright rare in some
areas, particularly on the Frontier."

Replaces the Libertatia with the Falmouth-class Light Freighter, a ship
with a similar design, but a slightly different focus.


![falmouth](https://github.com/user-attachments/assets/da6be93c-d726-4e7d-be29-402d9e881768)

![falmouth_areas](https://github.com/user-attachments/assets/88c3e7b3-ab15-40c7-95fc-8d92ce0db5e5)

The Falmouth shifts the Libertatia's "combat" focus (which had been
devastated by power creep anyway) to lean more into the flavor of being
a smuggling ship rather than an outright pirate ship. While not a combat
ship, the Falmouth _does_ nevertheless come with an eclectic collection
of weapons:

- One CM357 Heavy Pistol (stolen)
- One Model 11 Buckmaster Shotgun
- One Candor Pistol
- One E-10 Laser Pistol
- One E-11 Heap Of Garbage

Crew complement consists of a captain, a first mate, a security detail,
and two deckhands for a total of 5 crew.

My hope is that the Falmouth can take the broad pattern and flavor of
the old Libertatia and make it a much more liveable, balanced, and
_playable_ ship.

## Why It's Good For The Game

The Libertatia sucks. This, hopefully, doesn't.

## Changelog

:cl:
add: added Miskilamo Falmouth-class Light Freighter
del: removed Libertatia-class Hauler
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Apogee-dev authored Jan 22, 2025
1 parent 5b80c92 commit 5cbdb1b
Show file tree
Hide file tree
Showing 5 changed files with 3,429 additions and 2,438 deletions.
2 changes: 1 addition & 1 deletion _maps/configs/independent_mudskipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"map_name": "Mudskipper-class Salvage Clipper",
"map_short_name": "Mudskipper-class",
"faction": "/datum/faction/independent",
"prefix": "ISV",
"prefix": "SV",
"manufacturer": "Miskilamo Spacefaring",
"description": "One of the cheapest (and yet, inexplicably popular) offerings from Miskilamo Spacefaring, the Mudskipper-class is a vessel purpose-built for enterprising scrappers and looters looking to salvage bombed-out ruins and harvest boatloads of materials. Featuring a diverse set of multipurpose rooms, a charitable supply of EVA/ruin raiding equipment, and a set of anti-radiation gear for dealing with industrial accidents, the Mudskipper-class just keeps on chuggin’!",
"tags": [
Expand Down
43 changes: 43 additions & 0 deletions _maps/configs/pirate_falmouth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Falmouth-class Light Freighter",
"map_short_name": "Falmouth-class",
"faction": "/datum/faction/independent",
"prefix": "ISV",
"manufacturer": "Miskilamo Spacefaring",
"description": "A small, cheap cargo ship most remarkable for its very high speed and maneuverability for a ship of its type. Marketed as a do-it-all light ship suitable for short-range runs and courier work, the Falmouth is extremely popular among smugglers and the occasional ambitious pirate; Falmouths operating on legitimate business are downright rare in some areas, particularly on the Frontier.",
"tags": [
"Specialist",
"Cargo",
"Combat"
],
"namelists": [
"GENERAL",
"SPACE",
"PIRATES"
],
"map_path": "_maps/shuttles/pirate/pirate_falmouth.dmm",
"limit": 1,
"starting_funds": 1250,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/independent/captain/cheap",
"officer": true,
"slots": 1
},
"First Mate": {
"outfit": "/datum/outfit/job/independent/hop",
"officer": true,
"slots": 1
},
"Security Detail": {
"outfit": "/datum/outfit/job/independent/security/merc",
"slots": 1
},
"Deckhand": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 2
}
},
"enabled": true
}
47 changes: 0 additions & 47 deletions _maps/configs/pirate_libertatia.json

This file was deleted.

Loading

0 comments on commit 5cbdb1b

Please sign in to comment.