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

I Left My Heart In Kalixcis [PGF] Crying Sun-Class Light Frigate #2742

Merged
merged 39 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f07694f
adds the base of the ship
Latentish Feb 12, 2024
b017d6a
Merge remote-tracking branch 'upstream/master' into Liberty-Class-Lig…
Latentish Feb 12, 2024
66adc27
Adds most of the ship, and ticks flatgs
Latentish Feb 12, 2024
b4b0b1d
Fleshes out the ship
Latentish Feb 17, 2024
a9f1ca4
Adds most of the ship
Latentish Feb 18, 2024
cde5881
a lot
Latentish Feb 18, 2024
4574d77
minor atmos fix
Latentish Feb 18, 2024
752a482
minor wiring
Latentish Feb 18, 2024
48a09f9
Some more
Latentish Feb 19, 2024
5b04dde
replaces some glass
Latentish Feb 19, 2024
4a8f28b
A patch
Latentish Feb 19, 2024
e67591e
firedoors!!!!!
Latentish Feb 19, 2024
b6c0456
pump
Latentish Feb 19, 2024
ac184cb
Requested Changes
Latentish Feb 21, 2024
c5d1839
Spelling issue
Latentish Feb 21, 2024
2023a3b
ugh
Latentish Feb 21, 2024
2707af9
WHITESPACE!!!
Latentish Feb 21, 2024
7c2d3d8
Kills the supurfluous consoles
Latentish Feb 21, 2024
4291fa9
Name and book changes
Latentish Feb 23, 2024
05ad4b5
description fix
Latentish Feb 23, 2024
c2271e6
PGF Patch 1
Latentish Feb 24, 2024
e20fd3a
stray telecomm relay
Latentish Feb 24, 2024
b7acf44
gives the nail a wideband
Latentish Feb 24, 2024
e694b93
small tweaks
Latentish Feb 24, 2024
aa5cb6a
Merge remote-tracking branch 'upstream/master' into Liberty-Class-Lig…
Latentish Feb 24, 2024
fac88a2
map changes
Latentish Feb 24, 2024
21077dd
ough
Latentish Feb 24, 2024
0c894fc
knower
Latentish Feb 24, 2024
c9b5890
small mapping tweak
Latentish Feb 28, 2024
77e3b2f
Big patch smile
Latentish Mar 1, 2024
154c91c
Makes the ship purchaseable
Latentish Mar 1, 2024
0ce4445
Merge remote-tracking branch 'upstream/master' into Liberty-Class-Lig…
Latentish Mar 23, 2024
98f88df
Merge conflict patchies
Latentish Mar 23, 2024
e0a6774
aaauughghgh aspawn
Latentish Mar 23, 2024
b2d8200
Tweaks some numbers
Latentish Mar 23, 2024
8369f37
Merge remote-tracking branch 'upstream/master' into Liberty-Class-Lig…
Latentish Mar 28, 2024
a7be142
fanumtax skibidy rizz
Latentish Mar 28, 2024
8aba0d5
Adds backpacks and boxes to Gezena outfits
Latentish Mar 30, 2024
00607cf
changes a cloak in the admin only outfits
Latentish Mar 31, 2024
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
48 changes: 48 additions & 0 deletions _maps/configs/pgf_liberty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"prefix": "PGFN",
"map_name": "Liberty-class Light Frigate",
"namelists": [
"NATURAL_AGGRESSIVE",
"WEAPONS"
],
"map_short_name": "Liberty-class",
"description": "A light frigate mass produced by the Etherbor PGFN Lahoma Navy Shipyard to carry massive spiral mounted warguns while keeping high maneuverability. The weapon mount on this ship has been decommissioned, like so many of its kind when sent out of Kalixcian space. The Liberty is a dual navy and marine vessel, carrying a subshuttle for boarding, excursions, and forward scouting. After decommissioning the primary gun, the engines were swapped out for lower power, while engineering equipment has been generously supplied.",
"tags": [
"Combat",
"Riot",
"Engineering",
"RP Focus"
],
"starting_funds": 4000,
"map_path": "_maps/shuttles/pgf/pgf_liberty.dmm",
"limit": 1,
"job_slots": {
"PGF - Captain": {
"outfit": "/datum/outfit/job/gezena/captain",
"officer": true,
"slots": 1
},
"PGF - Navy Engineer": {
"outfit": "/datum/outfit/job/gezena/engineer",
"slots": 2
},
"PGF - Navy Doctor": {
"outfit": "/datum/outfit/job/gezena/doctor",
"slots": 1
},
"PGF - Crewman": {
"outfit": "/datum/outfit/job/gezena/assistant",
"slots": 3
},
"PGF - Marine Sergeant": {
"outfit": "/datum/outfit/job/gezena/hos",
"slots": 1
},
"PGF - Marine": {
"outfit": "/datum/outfit/job/gezena/security",
"slots": 3
}
},
"enabled": true
}
Loading
Loading