Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libertatia 2 #3968

Merged
merged 19 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading