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

PGF - Elated Bolide Class Assault Lander #3399

Merged
merged 46 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
2016e8f
Create pgf_trojan_bolide.dmm
Erikafox Sep 16, 2024
3cb0cf5
Update pgf_trojan_bolide.dmm
Erikafox Sep 16, 2024
09b86a4
Update pgf_trojan_bolide.dmm
Erikafox Sep 16, 2024
2feb10c
Update pgf_trojan_bolide.dmm
Erikafox Sep 16, 2024
ca5479d
mapfile + map progress
Erikafox Sep 17, 2024
d5fef9d
Update pgf_trojan_bolide.dmm
Erikafox Sep 18, 2024
492d5f4
condom
Erikafox Sep 18, 2024
29d479c
boxcode
Erikafox Sep 18, 2024
a7b4277
Merge remote-tracking branch 'upstream/master' into deployment
Erikafox Sep 18, 2024
7687d66
more work
Erikafox Sep 18, 2024
4442b15
Update pets.dmi
Erikafox Sep 18, 2024
0700dd5
pipes + code
Erikafox Sep 18, 2024
8007874
s
Erikafox Sep 19, 2024
c9b9607
Update pgf_elated_bolide.dmm
Erikafox Sep 20, 2024
c347a21
bolidicious
Erikafox Sep 20, 2024
694add0
Merge remote-tracking branch 'upstream/master' into deployment
Erikafox Sep 20, 2024
f276dbb
more
Erikafox Sep 20, 2024
3c4ac56
fuck
Erikafox Sep 20, 2024
3fd99f7
yeah
Erikafox Sep 21, 2024
fb0593a
pizza
Erikafox Sep 21, 2024
4b21a36
Okay. We're here.
Erikafox Sep 21, 2024
38ad513
s
Erikafox Sep 21, 2024
ea2722b
Update pgf_elated_bolide.dmm
Erikafox Sep 21, 2024
6d2d104
window
Erikafox Sep 21, 2024
937fdb9
balls
Erikafox Sep 21, 2024
e967220
Merge remote-tracking branch 'upstream/master' into deployment
Erikafox Sep 21, 2024
d2901de
Update pgf_elated_bolide.dmm
Erikafox Sep 21, 2024
fd770d1
Merge branch 'master' into deployment
meemofcourse Sep 24, 2024
2c1e9de
review changes
Erikafox Sep 24, 2024
ae3e8d8
Update pgf_elated_bolide.dmm
Erikafox Sep 24, 2024
74fcf23
Merge remote-tracking branch 'upstream/master' into deployment
Erikafox Sep 25, 2024
e6915e3
tm notices
Erikafox Sep 29, 2024
072dd28
Update pgf_bolide.dm
Erikafox Sep 29, 2024
f231293
Update pgf_elated_bolide.dmm
Erikafox Sep 29, 2024
9153634
Update pgf_elated_bolide.dmm
Erikafox Sep 29, 2024
2ce6510
Update pgf_elated_bolide.dmm
Erikafox Oct 4, 2024
b57c0f4
Update pgf_elated_bolide.dmm
Erikafox Oct 5, 2024
ec74233
Merge remote-tracking branch 'upstream/master' into deployment
Erikafox Oct 9, 2024
ff799cc
Merge remote-tracking branch 'upstream/master' into deployment
Erikafox Oct 14, 2024
ac8a896
fuck it good enough
Erikafox Oct 16, 2024
1fbf47c
Update pgf_elated_bolide.dmm
Erikafox Oct 16, 2024
7cb1cdc
Merge branch 'master' into deployment
Erikafox Oct 27, 2024
31cfa27
Update pgf_elated_bolide.dmm
Erikafox Oct 27, 2024
0cd6628
Update pgf_elated_bolide.dmm
Erikafox Oct 27, 2024
6ae2169
Update pgf_bolide.dm
Erikafox Oct 27, 2024
fc4805a
Update boxes.dm
Erikafox Oct 27, 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
56 changes: 56 additions & 0 deletions _maps/configs/pgf_elated_bolide.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"faction": "/datum/faction/pgf",
"prefix": "PGFN",
"map_name": "Elated Bolide-Class Assault Lander",
"namelists": [
"PGF"
],
"map_short_name": "Bolide-Class",
"description": "A somewhat stout design manufactured by the Etherbor PGFN Lihmona Navy Shipyard for service as an orbital assault ship, the Elated Bolide class has served with distinction in many minor conflicts and been sent on deployment to even more locales. Despite not carrying ship-to-ship weaponry (with the traditional mounting spot being taken up by a high-gain antenna), the Elated Bolide's Pioneers are well armed and well trained for orbital insertion, construction, and demolition.",
"tags": [
"Combat",
"Engineering",
"RP Focus"
],
"starting_funds": 1000,
"map_path": "_maps/shuttles/pgf/pgf_elated_bolide.dmm",
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/gezena/captain",
"officer": true,
"slots": 1
},
"Marine Lieutenant": {
"outfit": "/datum/outfit/job/gezena/hos",
"officer":true,
"slots": 1
},
"Helmsman": {
"outfit": "/datum/outfit/job/gezena/assistant/bridge",
"slots": 1
},
"Navy Engineer": {
"outfit": "/datum/outfit/job/gezena/engineer",
"slots": 2
},
"Hospital Corpsman": {
"outfit": "/datum/outfit/job/gezena/doctor",
"slots": 1
},
"Marine": {
"outfit": "/datum/outfit/job/gezena/security",
"slots": 2
},
"Assault Pioneer":{
"outfit": "/datum/outfit/job/gezena/security",
"slots":4
},
"Crewman": {
"outfit": "/datum/outfit/job/gezena/assistant",
"slots": 1
}
},
"enabled":true
}
Loading
Loading