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

Tortuga-class Converted Cargo Freighter #2765

Merged
merged 29 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
64afe45
Create pirate_dagger.dmm
meemofcourse Aug 2, 2023
35db66b
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Dec 20, 2023
ae5583b
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Feb 22, 2024
46a52dc
rebrand
meemofcourse Feb 22, 2024
a545ada
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Feb 24, 2024
97e3a67
watchdog
meemofcourse Feb 25, 2024
751277a
tortuga
meemofcourse Feb 25, 2024
ac852e2
oops
meemofcourse Feb 25, 2024
9799644
oops 2
meemofcourse Feb 25, 2024
ae12fe4
obliterate ember
meemofcourse Feb 25, 2024
fcad2ad
access, last checks
meemofcourse Feb 25, 2024
49f664e
smes
meemofcourse Feb 25, 2024
f2da1b7
review
meemofcourse Feb 26, 2024
ee75174
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Mar 12, 2024
d9bc534
Update hats.dmi
meemofcourse Mar 12, 2024
7ee1ae8
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Mar 27, 2024
636a8c1
Merge branch 'master' into pirates
meemofcourse Mar 31, 2024
5cdf00a
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Apr 4, 2024
782ba65
THIS SHIP SUCKS!!!
meemofcourse Apr 4, 2024
093fd75
oops
meemofcourse Apr 4, 2024
6c3027e
aeough
meemofcourse Apr 4, 2024
4251895
this ship still sucks
meemofcourse Apr 6, 2024
a637931
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Apr 18, 2024
9d57d8d
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Apr 18, 2024
90a7b7f
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Apr 19, 2024
74e0f59
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse Apr 19, 2024
720b766
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse May 4, 2024
f254533
can we fix it?!
meemofcourse May 4, 2024
6e7f699
Merge remote-tracking branch 'upstream/master' into pirates
meemofcourse May 11, 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
70 changes: 0 additions & 70 deletions _maps/configs/pirate_ember.json

This file was deleted.

46 changes: 46 additions & 0 deletions _maps/configs/pirate_tortuga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Tortuga-class Converted Cargo Freighter",
"prefix": "ISV",
"namelists": [
"PIRATES",
"BRITISH_NAVY"
],
"map_short_name": "Tortuga-class",
"map_path": "_maps/shuttles/pirate/pirate_tortuga.dmm",
"description": "Originally a cargo transport vessel, the Tortuga is an improvised combat vessel used by the Frontiersmen fleet. Civilian transports are modified with shuttle handling facilities, and asteroid rubble is belted to the exterior of the hull as a form of cheap improvised armor and concealment. The Tortuga serves a dual purpose as a reconnaissance element and a vessel capable of establishing forward bases within a sector. While the Brawler-class shuttle carried by the Tortuga offers a surprising degree of speed and range to its boarding parties, the Tortuga itself is sluggish and nearly helpless without its shuttle.",
"tags": [
"Combat",
"Subshuttle"
],
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/frontiersmen/captain",
"officer": true,
"slots": 1
},
"Deck Boss": {
"outfit": "/datum/outfit/job/frontiersmen/hos",
"officer": true,
"slots": 1
},
"Surgeon": {
"outfit": "/datum/outfit/job/frontiersmen/doctor",
"slots": 1
},
"Mechanic": {
"outfit": "/datum/outfit/job/frontiersmen/engineer",
"slots": 1
},
"Boarder": {
"outfit": "/datum/outfit/job/frontiersmen/security",
"slots": 2
},
"Rookie": {
"outfit": "/datum/outfit/job/frontiersmen/assistant",
"slots": 2
}
},
"enabled": false
}
Loading
Loading