Konyang: Telecomms Outpost (#17881)

* konyang telecomms outpost

uniforms & planet includes

ruin wl

area flags

aga

* guns

* changelog

* ruin type whitelist
This commit is contained in:
RustingWithYou
2023-12-08 14:27:03 +00:00
committed by GitHub
parent 7547ff7381
commit 2f23732680
5 changed files with 2741 additions and 1 deletions
+1
View File
@@ -3721,6 +3721,7 @@
#include "maps\random_ruins\exoplanets\konyang\landing_zone.dm"
#include "maps\random_ruins\exoplanets\konyang\pirate_moonshine.dm"
#include "maps\random_ruins\exoplanets\konyang\pirate_outpost.dm"
#include "maps\random_ruins\exoplanets\konyang\telecomms_outpost.dm"
#include "maps\random_ruins\exoplanets\konyang\village.dm"
#include "maps\random_ruins\exoplanets\lava\lava.dm"
#include "maps\random_ruins\exoplanets\raskara\pra_exploration_drone.dm"
@@ -18,7 +18,7 @@
plant_colors = null//pre colored
generated_name = FALSE
ruin_planet_type = PLANET_LORE
ruin_type_whitelist = list(/datum/map_template/ruin/exoplanet/konyang_landing_zone, /datum/map_template/ruin/exoplanet/konyang_jeweler_nest, /datum/map_template/ruin/exoplanet/konyang_village)
ruin_type_whitelist = list(/datum/map_template/ruin/exoplanet/konyang_landing_zone, /datum/map_template/ruin/exoplanet/konyang_jeweler_nest, /datum/map_template/ruin/exoplanet/konyang_village, /datum/map_template/ruin/exoplanet/konyang_telecomms_outpost, /datum/map_template/ruin/exoplanet/pirate_outpost, /datum/map_template/ruin/exoplanet/pirate_moonshine)
possible_themes = list(/datum/exoplanet_theme/konyang)
place_near_main = list(1,0)
@@ -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: RustingWithYou
# 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:
- rscadd: "Adds a telecomms outpost away site on Konyang."
@@ -0,0 +1,44 @@
/datum/map_template/ruin/exoplanet/konyang_telecomms_outpost
name = "Konyang Telecomms Outpost"
id = "konyang_telecomms_outpost"
description = "A remote telecommunications relay, operated by two particularly bored soldiers of the Konyang Armed Forces."
template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED
sectors = list(SECTOR_HANEUNIM)
suffixes = list("konyang/telecomms_outpost.dmm")
/area/konyang_telecomms_outpost
name = "Konyang Telecomms Outpost"
icon_state = "bluenew"
requires_power = FALSE
dynamic_lighting = TRUE
no_light_control = FALSE
base_turf = /turf/simulated/mineral
area_flags = AREA_FLAG_HIDE_FROM_HOLOMAP
/datum/ghostspawner/human/konyang_telecomms
short_name = "konyang_telecomms"
name = "Konyang Army Telecomm Operator"
desc = "Man a telecommunications relay on Konyang. (OOC Note: All characters must be of Konyang ethnic origin and background, this is enforceable by admin/moderator action.)"
tags = list("External")
welcome_message = "You are a soldier of the Konyang Army, monitoring and operating a remote telecommunications relay."
spawnpoints = list("konyang_telecomms")
max_count = 2
extra_languages = list(LANGUAGE_SOL_COMMON)
outfit = /datum/outfit/admin/konyang_army
possible_species = list(SPECIES_HUMAN, SPECIES_IPC, SPECIES_IPC_BISHOP, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_SHELL, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU)
allow_appearance_change = APPEARANCE_PLASTICSURGERY
assigned_role = "Konyang Army Telecomm Operator"
special_role = "Konyang Army Telecomm Operator"
respawn_flag = null
/datum/outfit/admin/konyang_army
name = "Konyang Army"
uniform = /obj/item/clothing/under/rank/konyang
shoes = /obj/item/clothing/shoes/jackboots
head = /obj/item/clothing/head/konyang/army
l_pocket = /obj/item/storage/wallet/random
back = /obj/item/storage/backpack/rucksack/green
File diff suppressed because it is too large Load Diff