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

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2016e8f
Create pgf_trojan_bolide.dmm
Bjarl Sep 16, 2024
3cb0cf5
Update pgf_trojan_bolide.dmm
Bjarl Sep 16, 2024
09b86a4
Update pgf_trojan_bolide.dmm
Bjarl Sep 16, 2024
2feb10c
Update pgf_trojan_bolide.dmm
Bjarl Sep 16, 2024
ca5479d
mapfile + map progress
Bjarl Sep 17, 2024
d5fef9d
Update pgf_trojan_bolide.dmm
Bjarl Sep 18, 2024
492d5f4
condom
Bjarl Sep 18, 2024
29d479c
boxcode
Bjarl Sep 18, 2024
a7b4277
Merge remote-tracking branch 'upstream/master' into deployment
Bjarl Sep 18, 2024
7687d66
more work
Bjarl Sep 18, 2024
4442b15
Update pets.dmi
Bjarl Sep 18, 2024
0700dd5
pipes + code
Bjarl Sep 18, 2024
8007874
s
Bjarl Sep 19, 2024
c9b9607
Update pgf_elated_bolide.dmm
Bjarl Sep 20, 2024
c347a21
bolidicious
Bjarl Sep 20, 2024
694add0
Merge remote-tracking branch 'upstream/master' into deployment
Bjarl Sep 20, 2024
f276dbb
more
Bjarl Sep 20, 2024
3c4ac56
fuck
Bjarl Sep 20, 2024
3fd99f7
yeah
Bjarl Sep 21, 2024
fb0593a
pizza
Bjarl Sep 21, 2024
4b21a36
Okay. We're here.
Bjarl Sep 21, 2024
38ad513
s
Bjarl Sep 21, 2024
ea2722b
Update pgf_elated_bolide.dmm
Bjarl Sep 21, 2024
6d2d104
window
Bjarl Sep 21, 2024
937fdb9
balls
Bjarl Sep 21, 2024
e967220
Merge remote-tracking branch 'upstream/master' into deployment
Bjarl Sep 21, 2024
d2901de
Update pgf_elated_bolide.dmm
Bjarl Sep 21, 2024
fd770d1
Merge branch 'master' into deployment
meemofcourse Sep 24, 2024
2c1e9de
review changes
Bjarl Sep 24, 2024
ae3e8d8
Update pgf_elated_bolide.dmm
Bjarl Sep 24, 2024
74fcf23
Merge remote-tracking branch 'upstream/master' into deployment
Bjarl Sep 25, 2024
e6915e3
tm notices
Bjarl Sep 29, 2024
072dd28
Update pgf_bolide.dm
Bjarl Sep 29, 2024
f231293
Update pgf_elated_bolide.dmm
Bjarl Sep 29, 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": "Elated 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/sapper",
"slots":4
},
"Crewman": {
"outfit": "/datum/outfit/job/gezena/assistant",
"slots": 1
}
},
"enabled":true
}
Loading
Loading