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

Total Remap of the Ranger #2034

Merged
merged 34 commits into from
Aug 20, 2023
Merged
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
ee211ff
Base
Latentish Jun 8, 2023
18f52b5
Adds most of the ship
Latentish Jun 9, 2023
3742427
Tweaks the Json
Latentish Jun 9, 2023
2c1370b
Assorted fixes
Latentish Jun 9, 2023
b44fc88
More small fixes
Latentish Jun 9, 2023
b0987b2
Merge remote-tracking branch 'upstream/master' into New-Age-Ranger
Latentish Jun 10, 2023
44d246f
"fixes" ports
Latentish Jun 10, 2023
e34bda3
Adds more ship
Latentish Jun 22, 2023
09cb5ed
decals and medicine
Latentish Jun 23, 2023
827cda3
Unscrungles the ranger code
Latentish Jun 25, 2023
e1d63fb
Merge remote-tracking branch 'upstream/master' into New-Age-Ranger
Latentish Jun 25, 2023
74bfbfa
Updates tags and description
Latentish Jun 25, 2023
474ebbb
Fire alarms!!!!
Latentish Jun 25, 2023
3e5e71a
removes second riot tag
Latentish Jun 25, 2023
479f848
DECALS!!!
Latentish Jun 25, 2023
fbdc4d1
More updates
Latentish Jun 27, 2023
36196b1
whoops
Latentish Jun 27, 2023
dd4fbd8
removes engine windows
Latentish Jun 27, 2023
83c8738
Adds intecomms and bedsheets
Latentish Jul 6, 2023
a7a7a7a
Removes the job subtypes
Latentish Jul 7, 2023
fffbe81
Merge remote-tracking branch 'upstream/master' into New-Age-Ranger
Latentish Jul 29, 2023
6ab7f08
More remapping
Latentish Jul 29, 2023
7f94931
oopdates map
Latentish Aug 12, 2023
266eb5e
Merge remote-tracking branch 'upstream/master' into New-Age-Ranger
Latentish Aug 12, 2023
2a1b5d4
Woo boy
Latentish Aug 12, 2023
25dfeb0
whoopsies
Latentish Aug 12, 2023
aa6c365
Linters moment
Latentish Aug 12, 2023
228b03c
oopsiewoopsies
Latentish Aug 12, 2023
5d2d02b
Literally every time I make a ship
Latentish Aug 16, 2023
9556842
Minor decal updates for spocky
Latentish Aug 16, 2023
cb9256a
Minor aesthetic changes
Latentish Aug 18, 2023
2d8ea93
De-souls the wiring
Latentish Aug 19, 2023
b233c13
replaces the ammo
Latentish Aug 19, 2023
141401a
Merge branch 'master' into New-Age-Ranger
spockye Aug 19, 2023
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"prefix": "NTSV",
"map_name": "Nanotrasen Ranger-class Aid Vessel",
"map_name": "Ranger-class Aid Vessel",
"namelists": [
"NANOTRASEN",
"NATURAL_AGGRESSIVE",
Expand All @@ -18,45 +18,29 @@
"Generalist"
],
"starting_funds": 4000,
"map_path": "_maps/shuttles/shiptest/nanotrasen_powerrangers.dmm",
"map_path": "_maps/shuttles/shiptest/nanotrasen_ranger.dmm",
"limit": 1,
"job_slots": {
"LP Lieutenant": {
"outfit": "/datum/outfit/job/lp/lieutenant",
"outfit": "/datum/outfit/job/captain/nt/lp_lieutenant",
"officer": true,
"slots": 1
},
"Commissioner": {
"outfit": "/datum/outfit/job/lp/commissioner",
"slots": 1
},
"LP Engineering Specialist": {
"outfit": "/datum/outfit/job/lp/engineer",
"outfit": "/datum/outfit/job/engineer/lp",
"slots": 1
},
"LP Security Specialist": {
"outfit": "/datum/outfit/job/lp/security",
"outfit": "/datum/outfit/job/security/lp",
"slots": 1
},
"LP Medical Specialist": {
"outfit": "/datum/outfit/job/lp/medic",
"slots": 1
},
"Medical Doctor": {
"outfit": "/datum/outfit/job/doctor/lp",
"slots": 1
},
"Bartender": {
"outfit": "/datum/outfit/job/bartender/lp",
"Intern": {
"outfit": "/datum/outfit/job/assistant",
"slots": 1
},
"Researcher": {
"outfit": "/datum/outfit/job/scientist/lp",
"slots": 2
},
"Miner": {
"outfit": "/datum/outfit/job/miner/lp",
"slots": 2
}
},
"enabled": true
Expand Down
Loading