Skip to content

Commit

Permalink
NGR Kali Andhi-class Destroyer (#3554)
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

![kali_andhi_ingame](https://github.com/user-attachments/assets/dff8226f-0cfd-4086-be04-34941df001ab)

![kali_andhi](https://github.com/user-attachments/assets/71eaa7d3-ac03-4721-b0c4-001e0d686acc)

![kali_andhi_areas](https://github.com/user-attachments/assets/16497551-4328-49ee-932d-247a80079168)


Adds the Kali Andhi-class, a new class of NGR destroyer that makes up
the bulk of the NGR's young fleet. This class's activity in securing
NGR's territorial claims has made them an unwelcome sight for the PGF
especially. The Kali Andhi is a combat ship, comparable to the Crying
Sun or the Colossus, featuring good armament and plenty of space for the
crew to interact. Crew count is as follows:

- 1 NGR Captain
- 1 Lieutenant; Commands the Operatives, organizes and executes away
missions
- 1 Ensign; Mans the bridge, manages communications, coordinates the
support crew
- 3 Operatives; Soldiers, plain and simple. Can be armed with a
Sidewinder, a Hydra DMR, or an Asp.
- 1 Wrecker; Organize and handle the storage bay, retrieve resources,
and occasionally scout for the Operatives
- 1 Mechanic; Operate and maintain the power and life support systems
- 1 Medical Doctor; Maintain the crew's general health, organize and
manage medical supplies, bag and tag corpses
- 2 Initiates; General-purpose muscle for cleaning and maintaining the
ship.

Also adds a set of NGR Tan floor decals, NGR wall and desk flags, and
tweaks a few of the NGR outfits.

![kali_salute](https://github.com/user-attachments/assets/98f17072-4b00-4c44-ab79-f74f744aa09c)

## Why It's Good For The Game

NGR needs a ship and the Hyena doesn't count.

## Changelog

:cl:
add: the NGR Kali Andhi-class destroyer
add: NGR floor decals and flags
balance: red space suit armor made equivalent to sec hardsuits
/: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. -->

---------

Signed-off-by: Sun-Soaked <[email protected]>
Co-authored-by: meemofcourse <[email protected]>
Co-authored-by: Sun-Soaked <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent b51883f commit 79d54b4
Show file tree
Hide file tree
Showing 12 changed files with 9,288 additions and 25 deletions.
58 changes: 58 additions & 0 deletions _maps/configs/syndicate_ngr_kaliandhi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"faction": "/datum/faction/syndicate/ngr",
"prefix": "NGRV",
"namelists": [
"GORLEX",
"NATURAL_AGGRESSIVE",
"BEASTS",
"WEAPONS"
],
"map_name": "Kali Andhi-class Destroyer",
"map_short_name": "Kali Andhi-class",
"description": "A post-ICW destroyer design commissioned by the New Gorlex Republic and outfitted for general patrol and reclamation duties. The Kali Andhi-class, despite its young age, has been instrumental in securing New Gorlex's modest territorial claims, making them a somewhat unwelcome sight for the PGF's frontier mission.",
"tags": [
"RP Focus",
"Combat"
],
"map_path": "_maps/shuttles/syndicate/syndicate_ngr_kaliandhi.dmm",
"map_id": "syndicate_gorlex_kaliandhi",
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/syndicate/captain/ngr",
"officer": true,
"slots": 1
},
"Lieutenant": {
"outfit": "/datum/outfit/job/syndicate/hos/ngr",
"officer": true,
"slots": 1
},
"Ensign": {
"outfit": "/datum/outfit/job/syndicate/head_of_personnel/ngr",
"officer": true,
"slots": 1
},
"Medical Doctor": {
"outfit": "/datum/outfit/job/syndicate/doctor/ngr",
"slots": 1
},
"Mechanic": {
"outfit": "/datum/outfit/job/syndicate/engineer/ngr",
"slots": 1
},
"Wrecker": {
"outfit": "/datum/outfit/job/syndicate/miner/ngr",
"slots":1
},
"Operative": {
"outfit": "/datum/outfit/job/syndicate/security/ngr",
"slots": 3
},
"Initiate": {
"outfit": "/datum/outfit/job/syndicate/assistant/ngr",
"slots": 2
}
},
"enabled": true
}
Loading

0 comments on commit 79d54b4

Please sign in to comment.