TCFL ship refluff (#14262)

This commit is contained in:
TheDanseMacabre
2022-06-12 13:10:20 +02:00
committed by GitHub
parent 63011f0e69
commit eb0d56794f
2 changed files with 45 additions and 4 deletions
+41
View File
@@ -0,0 +1,41 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: TheDanseMacabre
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "The TCFL ship survey data has been refluffed."
+4 -4
View File
@@ -1,6 +1,6 @@
/datum/map_template/ruin/away_site/tcfl_peacekeeper_ship
name = "TCFL Peacekeeper Ship"
description = "An unarmed and extremely prolific design of large, self-sufficient shuttle, prized for its modularity. Found all throughout the spur, the Yak-class shuttle can be configured to conceivably serve in any role, though it is only rarely armed with ship-to-ship weapons. Manufactured by Hephaestus. This ones transponder identifies it as a Tau Ceti Foreign Legion patrol vessel."
description = "Serving as the very foundation of the SCCs (And more specifically, NanoTrasens) fleet of asset protection vessels, the Cetus-class is versatile and durable, but also clumsy and somewhat underpowered in regards to its engine and propulsion. It features small weapon hardpoints in its thruster arms, and a massive hangar host to the designs interdiction counterpart - the Hydrus-class shuttle. This ones transponder identifies it as a Tau Ceti Foreign Legion patrol vessel, and as a Decanus-class Clipper - the TCFL designation for this design."
suffix = "ships/tcfl_peacekeeper_ship.dmm"
sectors = list(SECTOR_TAU_CETI, SECTOR_ROMANOVICH, SECTOR_CORP_ZONE)
spawn_weight = 1
@@ -10,7 +10,7 @@
/decl/submap_archetype/tcfl_peacekeeper_ship
map = "TCFL Peacekeeper Ship"
descriptor = "An unarmed and extremely prolific design of large, self-sufficient shuttle, prized for its modularity. Found all throughout the spur, the Yak-class shuttle can be configured to conceivably serve in any role, though it is only rarely armed with ship-to-ship weapons. Manufactured by Hephaestus. This ones transponder identifies it as a Tau Ceti Foreign Legion patrol vessel."
descriptor = "Serving as the very foundation of the SCCs (And more specifically, NanoTrasens) fleet of asset protection vessels, the Cetus-class is versatile and durable, but also clumsy and somewhat underpowered in regards to its engine and propulsion. It features small weapon hardpoints in its thruster arms, and a massive hangar host to the designs interdiction counterpart - the Hydrus-class shuttle. This ones transponder identifies it as a Tau Ceti Foreign Legion patrol vessel, and as a Decanus-class Clipper - the TCFL designation for this design."
//areas
/area/ship/tcfl_peacekeeper_ship
@@ -24,7 +24,7 @@
/obj/effect/overmap/visitable/ship/tcfl_peacekeeper_ship
name = "TCFL Peacekeeper Ship"
desc = "An unarmed and extremely prolific design of large, self-sufficient shuttle, prized for its modularity. Found all throughout the spur, the Yak-class shuttle can be configured to conceivably serve in any role, though it is only rarely armed with ship-to-ship weapons. Manufactured by Hephaestus. This ones transponder identifies it as a Tau Ceti Foreign Legion patrol vessel."
desc = "Serving as the very foundation of the SCCs (And more specifically, NanoTrasens) fleet of asset protection vessels, the Cetus-class is versatile and durable, but also clumsy and somewhat underpowered in regards to its engine and propulsion. It features small weapon hardpoints in its thruster arms, and a massive hangar host to the designs interdiction counterpart - the Hydrus-class shuttle. This ones transponder identifies it as a Tau Ceti Foreign Legion patrol vessel, and as a Decanus-class Clipper - the TCFL designation for this design."
icon_state = "shuttle"
moving_state = "shuttle_moving"
max_speed = 1/(2 SECONDS)
@@ -65,7 +65,7 @@
//shuttle stuff
/obj/effect/overmap/visitable/ship/landable/tcfl_shuttle
name = "TCFL Shuttle"
desc = "An inefficient design of ultra-light shuttle known as the Wisp-class. Its only redeeming features are the extreme cheapness of the design and the ease of finding replacement parts. Manufactured by Hephaestus. This ones transponder identifies it as belonging to the Tau Ceti Foreign Legion."
desc = "A large and unusually-shaped shuttle, the Hydrus-class is deceptively fast and is designed to operate out of a Cetus-class corvettes rear hangar bay, interdicting targets that its mothership intercepts. This ones transponder identifies it as a Tau Ceti Foreign Legion shuttle, and as a Velite-class Interceptor - the TCFL designation for this design."
shuttle = "TCFL Shuttle"
max_speed = 1/(3 SECONDS)
burn_delay = 2 SECONDS