Skip to content

Commit

Permalink
Li Tieguai: Cybersun Edition (#2505)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
This PR reworks and updates the Li Tieguai's design into a Cybersun
Ship, as it was outlined in its lore, and what it was slated to become.

![2023-11-22 02 00
49](https://github.com/shiptest-ss13/Shiptest/assets/77556824/cc6a667a-e5dd-46ab-84fe-8351e050bf60)

![2023-11-22 02 00
50](https://github.com/shiptest-ss13/Shiptest/assets/77556824/68face8f-3bb9-4314-9cbc-3db5e92b9fa7)


(SHIP IS NOW FUCKING FLIPPED LET'S GO)

This PR also adds a new job, the Medical Director. It functions exactly
as how a CMO would, but for Cybersun instead!


![image](https://github.com/shiptest-ss13/Shiptest/assets/77556824/5c93414c-4805-4b38-8ee7-e08ebde3c9ee)

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
MEDICAL CYBERSUN SHIP IS FINALLY REAL OH MY GOD.
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl: PositiveEntropy
add: The Li-Tieguai is now officially, a Syndicate ship!
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Imaginos16 authored Dec 6, 2023
1 parent 2ce3f2b commit e6de474
Show file tree
Hide file tree
Showing 12 changed files with 2,819 additions and 2,264 deletions.
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Li Tieguai-class Rescue Ship",
"prefix": "SSV",
"map_short_name": "Li Tieguai-class",
"description": "A small, nimble, and exceptionally well-built medical response vessel, the Li Tieguai is a recent addition to Cybersun’s fleet, forming a critical component of their Frontier stabilization program. Li Tieguais come equipped with high-end medical equipment, including a selection of Cybersun augments and prosthetics, as well as weaponry and armor sufficient to protect its personnel in the often-dangerous Frontier sectors, so that they can offer premium healthcare (at premium prices) in even the most dangerous of scenarios.",
"tags": [
"Medical"
],
"map_path": "_maps/shuttles/independent/independent_litieguai.dmm",
"map_path": "_maps/shuttles/syndicate/syndicate_litieguai.dmm",
"namelists": [
"SPACE",
"BEASTS",
"NATURAL_AGGRESSIVE"
],
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/captain",
"outfit": "/datum/outfit/job/syndicate/captain/cybersun",
"slots": 1
},
"Chief Medical Officer": {
"outfit": "/datum/outfit/job/cmo/medicaldirector",
"Medical Director": {
"outfit": "/datum/outfit/job/syndicate/cmo",
"officer": true,
"slots": 1
},
"Trauma Team Technician": {
"outfit": "/datum/outfit/job/paramedic/traumateam",
"outfit": "/datum/outfit/job/syndicate/doctor/cybersun",
"slots": 3
},
"Medical Intern": {
"outfit": "/datum/outfit/job/doctor/juniordoctor",
"Cybersun Medical Intern": {
"outfit": "/datum/outfit/job/syndicate/assistant/cybersun",
"slots": 3
}
},
Expand Down
Loading

0 comments on commit e6de474

Please sign in to comment.