From 8c56c6006a941a2ed6a77da8e36f4e0f397de1f7 Mon Sep 17 00:00:00 2001 From: Blitz <73762869+BlitzTheSquishy@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:51:08 +1100 Subject: [PATCH 01/19] Update "snipers" to require weilding (#2353) * Update snipers.yml Signed-off-by: Blitz <73762869+BlitzTheSquishy@users.noreply.github.com> * these too Signed-off-by: Blitz <73762869+BlitzTheSquishy@users.noreply.github.com> * Update snipers.yml Signed-off-by: Blitz <73762869+BlitzTheSquishy@users.noreply.github.com> * Update snipers.yml Signed-off-by: Blitz <73762869+BlitzTheSquishy@users.noreply.github.com> --------- Signed-off-by: Blitz <73762869+BlitzTheSquishy@users.noreply.github.com> --- .../Entities/Objects/Weapons/Guns/Snipers/snipers.yml | 3 +++ .../Entities/Objects/Weapons/Guns/Snipers/snipers.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 4ea0061c961..fa9777e48b7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -46,6 +46,7 @@ components: - type: Sprite sprite: Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi + - type: GunRequiresWield # DeltaV - Firing a bolt action is.. incredibly unweildy with one hand. - type: entity name: Hristov @@ -63,6 +64,7 @@ - CartridgeAntiMateriel capacity: 5 proto: CartridgeAntiMateriel + - type: GunRequiresWield # DeltaV - Firing an antimateriel rifle is.. incredibly unweildy with one hand. - type: entity name: musket @@ -101,6 +103,7 @@ animation: WeaponArcThrust soundHit: path: /Audio/Weapons/bladeslice.ogg + - type: GunRequiresWield # DeltaV - Firing a muzzle loader is.. incredibly unweildy with one hand. - type: entity name: flintlock pistol diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 7a8dd8f2267..16b0270200f 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -22,6 +22,7 @@ whitelist: tags: - CartridgeLightRifle + - type: GunRequiresWield - type: entity name: ceremonial rifle @@ -47,3 +48,4 @@ whitelist: tags: - CartridgeLightRifle + - type: GunRequiresWield From 4f00a3c9b338c9341fd57567b003e2ac072b304c Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:51:27 +0100 Subject: [PATCH 02/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 31ac128754d..8d395e54055 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Adrian16199 - changes: - - message: Added a speech bubble to felinids. Mraow! - type: Add - id: 237 - time: '2024-02-12T20:51:35.0000000+00:00' - author: DebugOk changes: - message: Felinids now fit in bags again! @@ -3803,3 +3797,10 @@ id: 736 time: '2024-12-03T06:36:02.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2352 +- author: BlitzTheSquishy + changes: + - message: You now have to hold a rifle with TWO hands to operate it. + type: Tweak + id: 737 + time: '2024-12-04T12:51:08.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2353 From 04a33dcea946572aed71b3dc31b2b2307afe4164 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:20:55 +0000 Subject: [PATCH 03/19] dont give AI a fugi report (#2363) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Content.Server/DeltaV/StationEvents/Events/FugitiveRule.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Server/DeltaV/StationEvents/Events/FugitiveRule.cs b/Content.Server/DeltaV/StationEvents/Events/FugitiveRule.cs index 5aed54bc976..f39d3eb07d0 100644 --- a/Content.Server/DeltaV/StationEvents/Events/FugitiveRule.cs +++ b/Content.Server/DeltaV/StationEvents/Events/FugitiveRule.cs @@ -11,6 +11,7 @@ using Content.Shared.Paper; using Content.Shared.Popups; using Content.Shared.Random.Helpers; +using Content.Shared.Silicons.StationAi; using Content.Shared.Storage.EntitySystems; using Robust.Shared.Physics.Components; using Robust.Shared.Utility; @@ -46,7 +47,7 @@ protected override void ActiveTick(EntityUid uid, FugitiveRuleComponent comp, Ga var consoles = new List(); while (query.MoveNext(out var console, out var xform, out _)) { - if (StationSystem.GetOwningStation(console, xform) != comp.Station || HasComp(console)) + if (StationSystem.GetOwningStation(console, xform) != comp.Station || HasComp(console) || HasComp(console)) continue; consoles.Add(xform); From 20cb202cd643440337afd1204c5a72ad8f5701ce Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:21:14 +0100 Subject: [PATCH 04/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 8d395e54055..5690634a707 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,10 +1,4 @@ Entries: -- author: DebugOk - changes: - - message: Felinids now fit in bags again! - type: Add - id: 238 - time: '2024-02-12T20:52:49.0000000+00:00' - author: Guess-My-Name changes: - message: Some budget cuts were made in HR department, expect more bureaucratic @@ -3804,3 +3798,10 @@ id: 737 time: '2024-12-04T12:51:08.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2353 +- author: deltanedas + changes: + - message: Fixed the AI getting a copy of fugitive reports on its face. + type: Fix + id: 738 + time: '2024-12-04T23:20:55.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2363 From ecc378e513f959f1f3220b4e7d0c27fc69425705 Mon Sep 17 00:00:00 2001 From: Milon Date: Thu, 5 Dec 2024 01:37:19 +0100 Subject: [PATCH 05/19] fix tidy_map.py (#2364) * i have no idea if this will work * fucking camelcase * sneaky * remove --- .../{Nyanotrasen => DeltaV}/TidyToolHowTo.txt | 12 +- Tools/DeltaV/tidy_map.py | 195 ++++++++++++++++++ Tools/Nyanotrasen/tidy_map.py | 163 --------------- 3 files changed, 201 insertions(+), 169 deletions(-) rename Tools/{Nyanotrasen => DeltaV}/TidyToolHowTo.txt (50%) create mode 100644 Tools/DeltaV/tidy_map.py delete mode 100644 Tools/Nyanotrasen/tidy_map.py diff --git a/Tools/Nyanotrasen/TidyToolHowTo.txt b/Tools/DeltaV/TidyToolHowTo.txt similarity index 50% rename from Tools/Nyanotrasen/TidyToolHowTo.txt rename to Tools/DeltaV/TidyToolHowTo.txt index 2c0c98755ce..5162a91d47a 100644 --- a/Tools/Nyanotrasen/TidyToolHowTo.txt +++ b/Tools/DeltaV/TidyToolHowTo.txt @@ -1,17 +1,17 @@ The Python add-on Ruamel is needed for this. -Run 'pip install ruamel' or 'pip install ruamel.yml' in Windows Command Prompt +Run 'pip install ruamel.yaml' in Windows Command Prompt If you need to update pip use cmnd 'py -m ensurepip --upgrade' To run the tidy tool: Open Windows command prompt -Navigate to the Delta V repository folder using 'cd' cmnd -Run 'python Tools/Nyanotrasen/tidy_map.py --infile Resources/Maps/MAPNAME.yml' -Note: if you want to clean a map that's still wip you can use 'python Tools/Nyanotrasen/tidy_map.py --infile bin/Content.Server/data/MAPNAME.yml' +Navigate to the DeltaV repository folder using 'cd' command +Run 'python Tools/DeltaV/tidy_map.py --infile Resources/Maps/MAPNAME.yml' +Note: if you want to clean a map that's still wip you can use 'python Tools/DeltaV/tidy_map.py --infile bin/Content.Server/data/MAPNAME.yml' After you have a 'MAPNAME_tidy.yml' you can delete the old(dirty) one and remove the '_tidy' from the filename. - -Credit for tidy tool: Magil \ No newline at end of file +Original tool created by: Magil +Modified by: MilonPL diff --git a/Tools/DeltaV/tidy_map.py b/Tools/DeltaV/tidy_map.py new file mode 100644 index 00000000000..8326bb3e42d --- /dev/null +++ b/Tools/DeltaV/tidy_map.py @@ -0,0 +1,195 @@ +#!/usr/bin/env python3 +""" +Space Station 14 Map Tidying Tool +Original work Copyright (c) 2023 Magil +Modified work Copyright (c) 2024 DeltaV-Station + +This script is licensed under MIT +Modifications include code modernization, restructuring, and YAML handling updates +""" + +import argparse +import locale +from datetime import datetime +from pathlib import Path +from typing import Dict, List, Any +from ruamel.yaml import YAML + + +# Configuration for components that should be handled during tidying +class TidyConfig: + # Components that should be removed entirely + REMOVE_COMPONENTS: List[str] = [ + "AmbientSound", + "EmitSoundOnCollide", + "Fixtures", + "GravityShake", + "HandheldLight", # Floodlights are serializing these? + "PlaySoundBehaviour", + ] + + # Components that will have specific fields removed and may be removed entirely if empty + REMOVE_COMPONENT_DATA: Dict[str, List[str]] = { + "Airtight": ["airBlocked"], + "DeepFryer": ["nextFryTime"], + "Door": ["state", "secondsUntilStateChange"], + "MaterialReclaimer": ["nextSound"], + "Occluder": ["enabled"], + "Physics": ["canCollide"], + } + + # Fields to remove from components while keeping the component itself + ERASE_COMPONENT_DATA: Dict[str, List[str]] = { + "GridPathfinding": ["nextUpdate"], + } + + +class MapTidier: + def __init__(self): + self.yaml = YAML() + self.yaml.preserve_quotes = True + self.yaml.width = 4096 # Prevent line wrapping + # Set indentation to match the weird format + self.yaml.indent(mapping=2, sequence=2, offset=0) + + @staticmethod + def tidy_entity(entity: Dict[str, Any]) -> None: + """ + Clean up unnecessary data from a single entity. + """ + if "components" not in entity: + return + + components = entity["components"] + if not isinstance(components, list): + return + + # Iterate backwards to safely remove items + for i in range(len(components) - 1, -1, -1): + if i >= len(components): # Safety check in case of removals + continue + + component = components[i] + if not isinstance(component, dict) or "type" not in component: + continue + + ctype = component["type"] + + # Handle complete component removal + if ctype in TidyConfig.REMOVE_COMPONENTS: + del components[i] + continue + + # Handle component data removal with possible complete removal + if ctype in TidyConfig.REMOVE_COMPONENT_DATA: + datafields = TidyConfig.REMOVE_COMPONENT_DATA[ctype] + for field in datafields: + component.pop(field, None) + + # Remove component if only type remains + if len(component) == 1: # Only 'type' field remains + del components[i] + continue + + # Handle selective data removal + if ctype in TidyConfig.ERASE_COMPONENT_DATA: + datafields = TidyConfig.ERASE_COMPONENT_DATA[ctype] + for field in datafields: + component.pop(field, None) + + def tidy_map(self, map_data: Dict[str, Any]) -> None: + """ + Process and clean the entire map data structure. + """ + if "entities" not in map_data: + return + + for prototype in map_data["entities"]: + if "entities" not in prototype: + continue + + for entity in prototype["entities"]: + self.tidy_entity(entity) + + +class MapProcessor: + def __init__(self, infile: str, outfile: str | None = None): + self.infile = Path(infile) + self.outfile = Path(outfile) if outfile else self.infile.with_stem(f"{self.infile.stem}_tidy") + self.tidier = MapTidier() + + def process(self) -> None: + """ + Load, process, and save the map file. + """ + # Load + print(f"Loading {self.infile} ...") + load_time = datetime.now() + map_data = self._load_map() + print(f"Loaded in {datetime.now() - load_time}\n") + + # Clean + print("Cleaning map ...") + clean_time = datetime.now() + self.tidier.tidy_map(map_data) + print(f"Cleaned in {datetime.now() - clean_time}\n") + + # Save + print(f"Saving cleaned map to {self.outfile} ...") + save_time = datetime.now() + self._save_map(map_data) + print(f"Saved in {datetime.now() - save_time}\n") + + # Report size difference + self._report_size_difference() + + def _load_map(self) -> Dict[str, Any]: + """Load and parse the YAML map file.""" + with open(self.infile, 'r') as f: + return self.tidier.yaml.load(f) + + def _save_map(self, map_data: Dict[str, Any]) -> None: + """Save the processed map data to file.""" + with open(self.outfile, 'w', newline='\n') as f: + self.tidier.yaml.dump(map_data, f) + f.write("...\n") # Add YAML document end marker + + def _report_size_difference(self) -> None: + """Calculate and report the size difference between input and output files.""" + start_size = self.infile.stat().st_size + end_size = self.outfile.stat().st_size + saved_bytes = start_size - end_size + print(f"Saved {saved_bytes:n} bytes ({saved_bytes / start_size:.1%} reduction)") + + +def main(): + locale.setlocale(locale.LC_ALL, '') + + parser = argparse.ArgumentParser( + description='Tidy Space Station 14 map files by removing unnecessary data fields' + ) + parser.add_argument( + '--infile', + type=str, + required=True, + help='input map file to process' + ) + parser.add_argument( + '--outfile', + type=str, + help='output file for the cleaned map (defaults to input_tidy)' + ) + + args = parser.parse_args() + + try: + processor = MapProcessor(args.infile, args.outfile) + processor.process() + print("Done!") + except Exception as e: + print(f"Error processing map: {e}") + raise + + +if __name__ == "__main__": + main() diff --git a/Tools/Nyanotrasen/tidy_map.py b/Tools/Nyanotrasen/tidy_map.py deleted file mode 100644 index 69e9ef18d46..00000000000 --- a/Tools/Nyanotrasen/tidy_map.py +++ /dev/null @@ -1,163 +0,0 @@ -#!/usr/bin/python -# Tidy a map of any unnecessary datafields. - -import argparse -import locale -from datetime import datetime -from pathlib import Path -from ruamel import yaml -from sys import argv - - -def capitalized_bool_dumper(representer, data): - tag = "tag:yaml.org,2002:bool" - value = "True" if data else "False" - - return representer.represent_scalar(tag, value) - - -# These components should be okay to remove entirely. -REMOVE_COMPONENTS = [ - "AmbientSound", - "EmitSoundOnCollide", - "Fixtures", - "GravityShake", - "HandheldLight", # Floodlights are serializing these? - "PlaySoundBehaviour", -] - -# The component will have these fields removed, and if there is no other data -# left, the component itself will be removed. -REMOVE_COMPONENT_DATA = { - "Airtight": ["airBlocked"], - "DeepFryer": ["nextFryTime"], - "Defibrillator": ["nextZapTime"], - "Door": ["state", "SecondsUntilStateChange"], - "Gun": ["nextFire"], - "MaterialReclaimer": ["nextSound"], - "MeleeWeapon": ["nextAttack"], - "Occluder": ["enabled"], - "Physics": ["canCollide"], - "PowerCellDraw": ["nextUpdate"], - "SolutionPurge": ["nextPurgeTime"], - "SolutionRegeneration": ["nextChargeTime"], - "SuitSensor": ["nextUpdate"], - "Thruster": ["nextFire"], - "VendingMachine": ["nextEmpEject"], -} - -# Remove only these fields from the components. -# The component will be kept no matter what. -ERASE_COMPONENT_DATA = { - "GridPathfinding": ["nextUpdate"], - "SpreaderGrid": ["nextUpdate"], -} - - -def tidy_entity(entity): - components = entity["components"] - - for i in range(len(components) - 1, 0, -1): - component = components[i] - ctype = component["type"] - - # Remove unnecessary components. - if ctype in REMOVE_COMPONENTS: - del components[i] - - # Remove unnecessary datafields and empty components. - elif ctype in REMOVE_COMPONENT_DATA: - datafields_to_remove = REMOVE_COMPONENT_DATA[ctype] - - for datafield in datafields_to_remove: - try: - del component[datafield] - except KeyError: - pass - - # The only field left has to be the type, so remove the component entirely. - if len(component.keys()) == 1: - del components[i] - - # Remove unnecessary datafields only. - elif ctype in ERASE_COMPONENT_DATA: - datafields_to_remove = ERASE_COMPONENT_DATA[ctype] - - for datafield in datafields_to_remove: - try: - del component[datafield] - except KeyError: - pass - -def tidy_map(map_data): - # Iterate through all of the map's prototypes. - for map_prototype in map_data["entities"]: - - # Iterate through all of the instances of said prototype. - for map_entity in map_prototype["entities"]: - tidy_entity(map_entity) - - -def main(): - locale.setlocale(locale.LC_ALL, '') - - parser = argparse.ArgumentParser(description='Tidy a map of any unnecessary datafields') - - parser.add_argument('--infile', type=str, - required=True, - help='which map file to load') - - parser.add_argument('--outfile', type=str, - help='where to save the cleaned map to') - - args = parser.parse_args() - - # SS14 saves some booleans as "True" and others as "true", so. - # If it's ever necessary that we use some specific format, re-enable this. - # yaml.RoundTripRepresenter.add_representer(bool, capitalized_bool_dumper) - - # Load the map. - infname = args.infile - print(f"Loading {infname} ...") - load_time = datetime.now() - infile = open(infname, 'r') - map_data = yaml.load(infile, Loader=yaml.RoundTripLoader) - infile.close() - print(f"Loaded in {datetime.now() - load_time}\n") - - # Clean it. - print(f"Cleaning map ...") - clean_time = datetime.now() - tidy_map(map_data) - print(f"Cleaned in {datetime.now() - clean_time}\n") - - # Save it. - outfname = args.outfile - - if outfname == None: - # No output filename was specified, so add a suffix to the input filename. - outfname = Path(args.infile) - outfname = outfname.with_stem(outfname.stem + "_tidy") - - # Force *nix line-endings. - # It's one less byte per line and maps are heavy on lines. - newline = '\n' - - print(f"Saving cleaned map to {outfname} ...") - save_time = datetime.now() - outfile = open(outfname, 'w', newline=newline) - yaml.boolean_representation = ['False', 'True'] - serialized = yaml.dump(map_data, Dumper=yaml.RoundTripDumper) + "...\n" - outfile.write(serialized) - outfile.close() - print(f"Saved in {datetime.now() - save_time}\n") - - print("Done!") - - start_size = Path(infname).stat().st_size - end_size = Path(outfname).stat().st_size - print(f"Saved {start_size - end_size:n} bytes.") - -if __name__ == "__main__": - main() - From 37ee7185fd10a549ef1e84bc89fb443a2b735fd8 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Wed, 4 Dec 2024 22:20:14 -0300 Subject: [PATCH 06/19] Added warp points to shipyard shuttles + removed two invalids (#2360) Added warp points + removed two invalids --- Resources/Maps/Shuttles/DeltaV/barge.yml | 94 ++----------------- Resources/Maps/Shuttles/DeltaV/helix.yml | 9 ++ Resources/Maps/Shuttles/DeltaV/ntcv-nomad.yml | 9 ++ .../Maps/Shuttles/DeltaV/ntsp-bulwark.yml | 3 +- Resources/Maps/Shuttles/DeltaV/ntsv-tote.yml | 34 ++----- Resources/Maps/Shuttles/DeltaV/ntv-pulse.yml | 37 +++----- .../Maps/Shuttles/DeltaV/ntxr-saucer.yml | 13 +-- Resources/Maps/Shuttles/DeltaV/prospector.yml | 44 ++------- Resources/Maps/Shuttles/DeltaV/pts.yml | 9 ++ 9 files changed, 70 insertions(+), 182 deletions(-) diff --git a/Resources/Maps/Shuttles/DeltaV/barge.yml b/Resources/Maps/Shuttles/DeltaV/barge.yml index b448fe28396..e64f9315ee1 100644 --- a/Resources/Maps/Shuttles/DeltaV/barge.yml +++ b/Resources/Maps/Shuttles/DeltaV/barge.yml @@ -457,7 +457,6 @@ entities: - type: GasTileOverlay - type: SpreaderGrid - type: GravityShake - nextShake: 0 shakeTimes: 10 - proto: AirCanister entities: @@ -598,44 +597,26 @@ entities: - type: Transform pos: 5.5,-0.5 parent: 1 - - type: DeviceLinkSink - links: - - 437 - uid: 23 components: - type: Transform pos: 5.5,3.5 parent: 1 - - type: DeviceLinkSink - links: - - 437 - uid: 24 components: - type: Transform pos: -4.5,3.5 parent: 1 - - type: DeviceLinkSink - links: - - 434 - - 435 - uid: 25 components: - type: Transform pos: -4.5,2.5 parent: 1 - - type: DeviceLinkSink - links: - - 434 - - 435 - uid: 26 components: - type: Transform pos: -4.5,1.5 parent: 1 - - type: DeviceLinkSink - links: - - 434 - - 435 - proto: BoozeDispenser entities: - uid: 249 @@ -1693,139 +1674,90 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,1.5 parent: 1 - - type: DeviceLinkSink - links: - - 507 - - 508 - uid: 232 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,1.5 parent: 1 - - type: DeviceLinkSink - links: - - 507 - - 508 - uid: 233 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,1.5 parent: 1 - - type: DeviceLinkSink - links: - - 507 - - 508 - uid: 234 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,1.5 parent: 1 - - type: DeviceLinkSink - links: - - 507 - - 508 - uid: 235 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-3.5 parent: 1 - - type: DeviceLinkSink - links: - - 510 - uid: 236 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 510 - uid: 237 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-1.5 parent: 1 - - type: DeviceLinkSink - links: - - 510 - uid: 238 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-0.5 parent: 1 - - type: DeviceLinkSink - links: - - 509 - uid: 239 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-0.5 parent: 1 - - type: DeviceLinkSink - links: - - 509 - uid: 240 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,3.5 parent: 1 - - type: DeviceLinkSink - links: - - 509 - uid: 241 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,3.5 parent: 1 - - type: DeviceLinkSink - links: - - 509 - uid: 242 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,3.5 parent: 1 - - type: DeviceLinkSink - links: - - 509 - uid: 243 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 1 - - type: DeviceLinkSink - links: - - 509 - uid: 244 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-4.5 parent: 1 - - type: DeviceLinkSink - links: - - 510 - uid: 245 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-5.5 parent: 1 - - type: DeviceLinkSink - links: - - 510 - proto: DrinkGinBottleFull entities: - uid: 246 @@ -3291,43 +3223,26 @@ entities: - type: Transform pos: 0.5,1.5 parent: 1 - - type: DeviceLinkSink - links: - - 439 - uid: 399 components: - type: Transform pos: 0.5,2.5 parent: 1 - - type: DeviceLinkSink - links: - - 439 - uid: 400 components: - type: Transform pos: 0.5,3.5 parent: 1 - - type: DeviceLinkSink - links: - - 439 - uid: 401 components: - type: Transform pos: 1.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 436 - - 438 - uid: 402 components: - type: Transform pos: 2.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 436 - - 438 - proto: ShuttleWindow entities: - uid: 403 @@ -4364,6 +4279,15 @@ entities: - type: Transform pos: 1.5,-13.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 643 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - type: WarpPoint + location: The Barge - proto: WaterCooler entities: - uid: 576 diff --git a/Resources/Maps/Shuttles/DeltaV/helix.yml b/Resources/Maps/Shuttles/DeltaV/helix.yml index c381211d118..b1b85491bdf 100644 --- a/Resources/Maps/Shuttles/DeltaV/helix.yml +++ b/Resources/Maps/Shuttles/DeltaV/helix.yml @@ -3084,6 +3084,15 @@ entities: - type: Transform pos: 9.5,8.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 483 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - type: WarpPoint + location: NTMC Helix - proto: WeaponCapacitorRecharger entities: - uid: 438 diff --git a/Resources/Maps/Shuttles/DeltaV/ntcv-nomad.yml b/Resources/Maps/Shuttles/DeltaV/ntcv-nomad.yml index 5e5f72ef9d0..4e193ab0071 100644 --- a/Resources/Maps/Shuttles/DeltaV/ntcv-nomad.yml +++ b/Resources/Maps/Shuttles/DeltaV/ntcv-nomad.yml @@ -1139,4 +1139,13 @@ entities: - type: Transform pos: -3.5,-1.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 160 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - type: WarpPoint + location: NTCV Nomad ... diff --git a/Resources/Maps/Shuttles/DeltaV/ntsp-bulwark.yml b/Resources/Maps/Shuttles/DeltaV/ntsp-bulwark.yml index 486a744b925..4c6a02a6e8a 100644 --- a/Resources/Maps/Shuttles/DeltaV/ntsp-bulwark.yml +++ b/Resources/Maps/Shuttles/DeltaV/ntsp-bulwark.yml @@ -20,7 +20,6 @@ entities: components: - type: MetaData - type: Transform - parent: invalid - type: MapGrid chunks: 0,0: @@ -1803,6 +1802,8 @@ entities: - type: Transform pos: 0.5,-0.5 parent: 1 + - type: WarpPoint + location: NTSP Bulwark - proto: WeaponCapacitorRecharger entities: - uid: 260 diff --git a/Resources/Maps/Shuttles/DeltaV/ntsv-tote.yml b/Resources/Maps/Shuttles/DeltaV/ntsv-tote.yml index 03faaaed55b..78c692ba339 100644 --- a/Resources/Maps/Shuttles/DeltaV/ntsv-tote.yml +++ b/Resources/Maps/Shuttles/DeltaV/ntsv-tote.yml @@ -141,7 +141,6 @@ entities: - type: GasTileOverlay - type: SpreaderGrid - type: GravityShake - nextShake: 0 shakeTimes: 10 - proto: AirCanister entities: @@ -209,33 +208,21 @@ entities: - type: Transform pos: 2.5,-3.5 parent: 1 - - type: DeviceLinkSink - links: - - 123 - uid: 12 components: - type: Transform pos: 2.5,-7.5 parent: 1 - - type: DeviceLinkSink - links: - - 123 - uid: 13 components: - type: Transform pos: -3.5,-6.5 parent: 1 - - type: DeviceLinkSink - links: - - 124 - uid: 14 components: - type: Transform pos: -3.5,-5.5 parent: 1 - - type: DeviceLinkSink - links: - - 124 - proto: CableApcExtension entities: - uid: 15 @@ -517,36 +504,24 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-3.5 parent: 1 - - type: DeviceLinkSink - links: - - 136 - uid: 67 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 1 - - type: DeviceLinkSink - links: - - 136 - uid: 68 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-7.5 parent: 1 - - type: DeviceLinkSink - links: - - 136 - uid: 69 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-7.5 parent: 1 - - type: DeviceLinkSink - links: - - 136 - proto: DrinkColaBottleFull entities: - uid: 70 @@ -1244,4 +1219,13 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-10.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 172 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - type: WarpPoint + location: NTSV Tote ... diff --git a/Resources/Maps/Shuttles/DeltaV/ntv-pulse.yml b/Resources/Maps/Shuttles/DeltaV/ntv-pulse.yml index 1a01fbf634f..1528079c141 100644 --- a/Resources/Maps/Shuttles/DeltaV/ntv-pulse.yml +++ b/Resources/Maps/Shuttles/DeltaV/ntv-pulse.yml @@ -198,7 +198,6 @@ entities: - type: RadiationGridResistance - type: SpreaderGrid - type: GravityShake - nextShake: 0 shakeTimes: 10 - proto: AirAlarm entities: @@ -321,8 +320,6 @@ entities: parent: 1 - type: DeviceLinkSink invokeCounter: 1 - links: - - 538 - type: DeviceLinkSource linkedPorts: 537: @@ -334,8 +331,6 @@ entities: parent: 1 - type: DeviceLinkSink invokeCounter: 1 - links: - - 537 - type: DeviceLinkSource linkedPorts: 538: @@ -347,8 +342,6 @@ entities: parent: 1 - type: DeviceLinkSink invokeCounter: 1 - links: - - 538 - type: DeviceLinkSource linkedPorts: 537: @@ -360,8 +353,6 @@ entities: parent: 1 - type: DeviceLinkSink invokeCounter: 1 - links: - - 537 - type: DeviceLinkSource linkedPorts: 538: @@ -509,9 +500,6 @@ entities: - type: Transform pos: -7.5,6.5 parent: 1 - - type: DeviceLinkSink - links: - - 398 - proto: BoxFolderGrey entities: - uid: 40 @@ -1449,18 +1437,12 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,6.5 parent: 1 - - type: DeviceLinkSink - links: - - 440 - uid: 212 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,6.5 parent: 1 - - type: DeviceLinkSink - links: - - 440 - proto: Dresser entities: - uid: 213 @@ -2457,7 +2439,7 @@ entities: - type: Transform pos: -4.5,10.5 parent: 1 -- proto: LogicGate +- proto: LogicGateOr entities: - uid: 537 components: @@ -2468,9 +2450,6 @@ entities: parent: 1 - type: DeviceLinkSink invokeCounter: 2 - links: - - 13 - - 15 - type: DeviceLinkSource linkedPorts: 14: @@ -2489,9 +2468,6 @@ entities: parent: 1 - type: DeviceLinkSink invokeCounter: 2 - links: - - 14 - - 16 - type: DeviceLinkSource linkedPorts: 13: @@ -2968,7 +2944,7 @@ entities: - type: Transform pos: 3.5,-7.5 parent: 1 -- proto: soda_dispenser +- proto: SodaDispenser entities: - uid: 418 components: @@ -3679,6 +3655,15 @@ entities: - type: Transform pos: 2.5,2.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 547 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - type: WarpPoint + location: NTV Pulse - proto: Windoor entities: - uid: 532 diff --git a/Resources/Maps/Shuttles/DeltaV/ntxr-saucer.yml b/Resources/Maps/Shuttles/DeltaV/ntxr-saucer.yml index a3c0227b598..efd3f56991f 100644 --- a/Resources/Maps/Shuttles/DeltaV/ntxr-saucer.yml +++ b/Resources/Maps/Shuttles/DeltaV/ntxr-saucer.yml @@ -24,7 +24,6 @@ entities: components: - type: MetaData - type: Transform - parent: invalid - type: MapGrid chunks: 0,0: @@ -316,9 +315,6 @@ entities: - type: Transform pos: 9.5,0.5 parent: 1 - - type: DeviceLinkSink - links: - - 321 - proto: BoxFolderBlack entities: - uid: 20 @@ -1958,9 +1954,6 @@ entities: - type: Transform pos: 8.5,0.5 parent: 1 - - type: DeviceLinkSink - links: - - 123 - proto: NitrogenCanister entities: - uid: 269 @@ -2837,6 +2830,8 @@ entities: - type: Transform pos: 0.5,-3.5 parent: 1 + - type: WarpPoint + location: NTXR Saucer - proto: WindoorSecurePlasma entities: - uid: 413 @@ -2847,8 +2842,6 @@ entities: parent: 1 - type: DeviceLinkSink invokeCounter: 1 - links: - - 414 - type: DeviceLinkSource linkedPorts: 414: @@ -2861,8 +2854,6 @@ entities: parent: 1 - type: DeviceLinkSink invokeCounter: 1 - links: - - 413 - type: DeviceLinkSource linkedPorts: 413: diff --git a/Resources/Maps/Shuttles/DeltaV/prospector.yml b/Resources/Maps/Shuttles/DeltaV/prospector.yml index ae5d9d27468..6723687adb4 100644 --- a/Resources/Maps/Shuttles/DeltaV/prospector.yml +++ b/Resources/Maps/Shuttles/DeltaV/prospector.yml @@ -274,28 +274,16 @@ entities: - type: Transform pos: 0.5,-0.5 parent: 1 - - type: DeviceLinkSink - links: - - 160 - - 161 - uid: 15 components: - type: Transform pos: 0.5,-1.5 parent: 1 - - type: DeviceLinkSink - links: - - 160 - - 161 - uid: 16 components: - type: Transform pos: 0.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 160 - - 161 - uid: 17 components: - type: Transform @@ -578,63 +566,42 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 174 - uid: 67 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 174 - uid: 68 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 174 - uid: 69 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 173 - uid: 70 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 173 - uid: 71 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 173 - uid: 72 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-2.5 parent: 1 - - type: DeviceLinkSink - links: - - 173 - proto: DrinkFlaskOld entities: - uid: 73 @@ -1232,7 +1199,7 @@ entities: - Pressed: Toggle 16: - Pressed: Toggle -- proto: SignMinerDock +- proto: SignShipDock entities: - uid: 162 components: @@ -1472,6 +1439,15 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,-3.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 201 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - type: WarpPoint + location: NT-7 Prospector - proto: WaterCooler entities: - uid: 198 diff --git a/Resources/Maps/Shuttles/DeltaV/pts.yml b/Resources/Maps/Shuttles/DeltaV/pts.yml index cb6f90e2872..ae1deb5976c 100644 --- a/Resources/Maps/Shuttles/DeltaV/pts.yml +++ b/Resources/Maps/Shuttles/DeltaV/pts.yml @@ -1156,6 +1156,15 @@ entities: rot: 3.141592653589793 rad pos: 1.5,-7.5 parent: 1 +- proto: WarpPoint + entities: + - uid: 162 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - type: WarpPoint + location: Private Transport Shuttle - proto: Window entities: - uid: 160 From ab7a8f0502518fc0601829386744d2f8c601c6bf Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:10:37 -0600 Subject: [PATCH 07/19] Adds sprite to superweapon spawner (#2368) Co-authored-by: Velcroboy --- .../DeltaV/Entities/Markers/Spawners/Random/security.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml index 2fda11f0e54..c0ea5c8e621 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml @@ -4,6 +4,11 @@ suffix: superweapon parent: MarkerBase components: + - type: Sprite + layers: + - state: red + - sprite: DeltaV/Objects/Weapons/Guns/Battery/beam_cannon.rsi + state: base - type: EntityTableSpawner table: !type:NestedSelector tableId: RandomSuperweaponTable @@ -18,4 +23,4 @@ - id: WeaponLauncherRocket - id: CartridgeRocket prob: 0.2 - - id: WeaponBeamDevastator \ No newline at end of file + - id: WeaponBeamDevastator From 95ea9e24684158c28f70e797c85bc25dcb3d44ff Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:17:26 +0000 Subject: [PATCH 08/19] fix notary stamp objective never happening (#2358) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Prototypes/Objectives/objectiveGroups.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index bfc7122c6d6..19e8b908762 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -22,7 +22,7 @@ CaptainJetpackStealObjective: 0.5 HandTeleporterStealObjective: 0.5 #EnergyShotgunStealObjective: 0.5 # DeltaV - replaced by X-01 objective - SecretDocumentsStealObjective: 0.5 + ClerkNotaryStealObjective: 0.5 # DeltaV LOLuckyBillStealObjective: 0.5 # DeltaV - LO steal objective, see Resources/Prototypes/DeltaV/Objectives/traitor.yml HoPBookIanDossierStealObjective: 1 # DeltaV - HoP steal objective, see Resources/Prototypes/DeltaV/Objectives/traitor.yml HoSGunStealObjective: 0.5 # DeltaV From 7c74034746bb1295581d2531232eaf0884805503 Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:17:45 +0100 Subject: [PATCH 09/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 5690634a707..ff8c31a35c9 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Guess-My-Name - changes: - - message: Some budget cuts were made in HR department, expect more bureaucratic - errors in near future. - type: Add - id: 239 - time: '2024-02-12T21:01:44.0000000+00:00' - author: Adrian16199 changes: - message: Felinid's thieving gloves have been removed for Soft paws mechanic. @@ -3805,3 +3798,10 @@ id: 738 time: '2024-12-04T23:20:55.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2363 +- author: deltanedas + changes: + - message: Fixed traitors never getting the notary stamp steal objective. + type: Fix + id: 739 + time: '2024-12-05T04:17:26.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2358 From 958808c3854f34def9e7e8ef689dc9de80e6d88c Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:29:36 -0600 Subject: [PATCH 10/19] Updates Logi and Epi dept signs for server consistency (#2366) * Updates Logi and Epi dept signs * oops --------- Co-authored-by: Velcroboy --- .../Structures/Wallmounts/Signs/signs.yml | 6 ++++-- .../Wallmounts/signs.rsi/epistemics.png | Bin 0 -> 597 bytes .../Structures/Wallmounts/signs.rsi/logistics.png | Bin 0 -> 445 bytes .../Structures/Wallmounts/signs.rsi/meta.json | 8 +++++++- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/epistemics.png create mode 100644 Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/logistics.png diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index 2eda24a90be..21533c5f3eb 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -403,7 +403,8 @@ description: A sign indicating the logistics area. # DeltaV - Logistics Department replacing Cargo components: - type: Sprite - state: cargo + sprite: DeltaV/Structures/Wallmounts/signs.rsi # DeltaV - Logistics Department replacing Cargo + state: logistics # DeltaV - Logistics Department replacing Cargo - type: entity parent: BaseSign @@ -740,7 +741,8 @@ description: A sign indicating the epistemics area. # DeltaV - Epistemics Department replacing Science components: - type: Sprite - state: sci + sprite: DeltaV/Structures/Wallmounts/signs.rsi # DeltaV - Epistemics Department replacing Science + state: epistemics # DeltaV - Epistemics Department replacing Science - type: entity parent: BaseSign diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/epistemics.png b/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/epistemics.png new file mode 100644 index 0000000000000000000000000000000000000000..7851be8b4823a1255f8ab1edc959c8740443c90b GIT binary patch literal 597 zcmV-b0;>IqP)Px$^+`lQR9J=Wmp@L!Fc`%jhyjGu(gh(T*mHn163X6VBy*W^l5CmVW3Xqja)9ns zLWl(t3Bg1e=rbRwo!U(YBzRNfx_-a!k6j1&>pJNAG9FD<`!Xt@?~GnnfOs@n4Nry` z3k-38K!9WM{2_FQ>1^OWq8^En`&dD=yB1XU_+cpJ?z zz8UM?!uh=bWL?`}Y()0J>SJY{zcWA=m~2GXZMQc7Lij}68$g}~y35xxJ-f*3KENFz z7dL%&HTMPpzG^NbZT}JZ%DV^J(fLGcl2-&qDoU28sT<>*-}z!9A$q&7WqURI*C(d~LdH+wWN!cf01jnX jNoGw=04e|g00;m8000000Mb*F00000NkvXXu0mjfnz;C8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/logistics.png b/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/logistics.png new file mode 100644 index 0000000000000000000000000000000000000000..256afbacaa89d60352bcc32d8476483d5d22451a GIT binary patch literal 445 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^T?`IxWg-97Y*LoG&X#lzyHGlyR?R56MriG-eybeptrt!ChrQip6W5$CUSQhCzD zt_q}P09h{9O)oSud^?j2II|VK-p&j)b!nG67qdV`|Ac~`R+plCUdf)Czq20RJN#W@ zXTu5&hix|J?~ATJykVs(n}96qk|WxhFI$(yIILOUv2{)cdxEjZG=;*>;Jb`1GA?=x zB0V#Nt~rIwTG+`9lx}Qn(NIv$%M22^%*9iY>oJA-!sq?FXA6N{^e)d!qvpvcrkVa5 znJ+NvOgwmrwTHi3t7O(Iz5}ctYgepz$56x&$k%Z7y@C9p9~&+S%=P!W>sVCX5aUo( z{ow8I?>vtdElN46Z3Xg7#qWQ%VLK1rG;}OuIl9f6aoxI`8Vn3whI4p-UJ3sW40XQL e2+uTMUj{88n*)eJ;8O5p5asFW=d#Wzp$P!A&$R3S literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/meta.json index 08393f464a3..f0a3e110740 100644 --- a/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/meta.json +++ b/Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "directional sprites taken from https://github.com/space-wizards/space-station-14/commit/c1556214de46d66fe4057500e269b17438dc96ca | direction_mail modified by Hyenh, direction_logi modified by Floofers | direction_court, direction_justice by leonardo_dabepis (Discord) | chapel modified from upstream sprite by Lyndomen (github)", + "copyright": "directional sprites taken from https://github.com/space-wizards/space-station-14/commit/c1556214de46d66fe4057500e269b17438dc96ca | direction_mail modified by Hyenh, direction_logi modified by Floofers | direction_court, direction_justice by leonardo_dabepis (Discord) | chapel modified from upstream sprite by Lyndomen (github) | Logistics and Epistemics modified by JustAnOrange", "size": { "x": 32, "y": 32 @@ -29,6 +29,12 @@ }, { "name": "chapel" + }, + { + "name": "epistemics" + }, + { + "name": "logistics" } ] } From c138f8d75bf1ed5f3ff8babdaa488dc440c89cff Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:29:56 +0100 Subject: [PATCH 11/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index ff8c31a35c9..111f518a8dc 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Adrian16199 - changes: - - message: Felinid's thieving gloves have been removed for Soft paws mechanic. - type: Tweak - id: 240 - time: '2024-02-12T21:10:44.0000000+00:00' - author: Adrian16199 changes: - message: Felinids now scream in agony from water. @@ -3805,3 +3799,10 @@ id: 739 time: '2024-12-05T04:17:26.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2358 +- author: JustAnOrange + changes: + - message: Fixed Logi and Epi departmental sign sprites. + type: Fix + id: 740 + time: '2024-12-05T10:29:37.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2366 From 26201a19b383b9820d71190434032f2be0fac96e Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:47:39 -0600 Subject: [PATCH 12/19] Map Edits: Tortuga (#2365) Co-authored-by: Velcroboy --- Resources/Maps/tortuga.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index 7da9f5c667d..1d6a77d3512 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -158239,11 +158239,6 @@ entities: parent: 33 - proto: PlayerStationAi entities: - - uid: 31784 - components: - - type: Transform - pos: -49.5,-70.5 - parent: 33 - uid: 31785 components: - type: Transform @@ -162356,6 +162351,12 @@ entities: rot: 3.141592653589793 rad pos: 31.5,-8.5 parent: 33 + - uid: 31784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-43.5 + parent: 33 - uid: 32304 components: - type: Transform @@ -163780,6 +163781,12 @@ entities: rot: 3.141592653589793 rad pos: -83.5,12.5 parent: 33 + - uid: 32430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-39.5 + parent: 33 - proto: PoweredSmallLightMaintenanceRed entities: - uid: 1132 From fbdc55e1c24f42b0d2a6211f6a8596578605c3f2 Mon Sep 17 00:00:00 2001 From: Emily <182209267+Emily9031@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:22:26 -0700 Subject: [PATCH 13/19] Make medical borgs able to fly in space (#2339) * Makes Medborgs fly Just adds the JetpackUser component. * I forgot to comment it * I'm bad at commenting sorry * Applies flight to all borgs instead of just mediborg * Forgot to update the comment, oopsie --- Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index 3c7dd74e22a..e5f7ec82756 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -248,6 +248,7 @@ visMask: - PsionicInvisibility - Normal + - type: JetpackUser # DeltaV: Lets cyborgs fly in space - type: entity abstract: true From 60f3949d1fdddfb03880234744eeab2794584e95 Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:22:45 +0100 Subject: [PATCH 14/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 111f518a8dc..ff1433e014f 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,10 +1,4 @@ Entries: -- author: Adrian16199 - changes: - - message: Felinids now scream in agony from water. - type: Add - id: 241 - time: '2024-02-12T21:11:44.0000000+00:00' - author: VMSolidus changes: - message: 'Harpies have received a full visual rework. Featuring clothing sprites, @@ -3806,3 +3800,10 @@ id: 740 time: '2024-12-05T10:29:37.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2366 +- author: Emily9031 + changes: + - message: Cyborgs are now able to slowly fly through space. + type: Add + id: 741 + time: '2024-12-06T01:22:26.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2339 From 868297b5af274650723d4f551572992044e8bc81 Mon Sep 17 00:00:00 2001 From: Monotheonist <182929384+Monotheonist@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:32:57 -0400 Subject: [PATCH 15/19] mail carrier hood. AAAAAAAAAAAAH!! (#2113) * Sprite the actual hood, tell me what I'm missing. * Does the yaml thing, because me two weeks ago was a tired * moving the comment * Build and test will you ever be satisfied? * THE LINTER * Mono breaks robusttoolbox with his shitcode * Revert "Mono breaks robusttoolbox with his shitcode" This reverts commit 392b3eecfb10448b842758bca84ef7c4ec9be7c4. * Revert "THE LINTER" This reverts commit 3331e4d18a60e950ff6384290cc244515ced20e1. * Okay let's try this again * Mono, you press Tab too much. --- .../Entities/Clothing/Head/hoods.yml | 13 +++++++++++++ .../Clothing/OuterClothing/wintercoats.yml | 12 ++++++++++++ .../Coat/hoodmail.rsi/equipped-HELMET.png | Bin 0 -> 504 bytes .../Head/Hoods/Coat/hoodmail.rsi/icon.png | Bin 0 -> 363 bytes .../Head/Hoods/Coat/hoodmail.rsi/meta.json | 18 ++++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml new file mode 100644 index 00000000000..405ed6e4a94 --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml @@ -0,0 +1,13 @@ +#Be sure to link back to the appropriate winter coats here (mostly in the nyanotrasen folder.) If this is a non-winter coat hood, then do whatever. + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterMailCarrier + categories: [ HideSpawnMenu ] + name: mail carrier's winter coat hood + description: A hood for keeping the humble mailman's head warm while making all those deliveries. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml index 8b8e83507a2..0284c26a99e 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml @@ -39,6 +39,18 @@ name: mail carrier's winter coat description: It'll keep away the cold but not the dogs. components: + - type: ToggleableClothing #DeltaV - fixing the fact that it has no hood + clothingPrototype: ClothingHeadHatHoodWinterMailCarrier + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: [] + toggleable-clothing: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - type: Sprite sprite: Nyanotrasen/Clothing/OuterClothing/WinterCoats/mail_winter_coat.rsi - type: Clothing diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..6062386142f4b9dce150b358886c086ba7a5885a GIT binary patch literal 504 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zK7Rh@`kf~-Y8k@P;qr!A$`<8H)?G42MdC`?mcGYy-RDYah5^;? zKln`^Nb!~g`33(+0t~hanMpyiI9E{-7)?r*0ZEIO>f z1+lkeyM_iw$zk|!$c&g9>_VP?-!j{T7=$rI)3L)bkc>&>dJYrJ=##?PrK{^Hv6 zy9%kR&Ui0vX!zcFkHdXV(ORi1Rw_$sl+`lca=6bBjy|Fp{bcIpQ%V9g_pE=g=}ct4 zw~e<&$TC7FN{M|5i`K+ub%k{YcQ#jDe-Ova&fvkB#GbO-;GVn10kc!T8<`bfeEuTi zkUd@g{9gxQ1I9(1GZ-$i^f0XL-PNSEJ?-K`xeG2k6mNWR^?1P|{q7aRueBG7gi@eEeM1MG8=`$J50z#KQmW1aH2>3Oua2Jb5dmZ+$uZw?9fmdKDSix(ovij@dB_8OAU3F_HS+A@K85(QFH*Z?>s9 z9cPpdSyu9PJ}=V$;}O@)739LYzHwUR-Xz8KiWAIiHrGD4NUB&{@qfV{b30qpo`NHq eCjUgU{xU_*^KV@+X^$MxT@0SCelF{r5}E*RnSkK{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json new file mode 100644 index 00000000000..86fc1cfea61 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Monotheonist for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} \ No newline at end of file From 6780806cc05c4c6d0ffff94959682ca23871aaac Mon Sep 17 00:00:00 2001 From: Avalon Date: Fri, 6 Dec 2024 13:15:21 -0500 Subject: [PATCH 16/19] Observation Bundle Modifications (#2288) * Itbegins * Webeditcommentfixpt1 Signed-off-by: Avalon * Commentfixopspt2 Signed-off-by: Avalon * Comment fixes Pt 3 wooo Signed-off-by: Avalon * disount bump * untouchednow untouch? --------- Signed-off-by: Avalon Co-authored-by: Milon Co-authored-by: deltanedas <39013340+deltanedas@users.noreply.github.com> --- Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml | 4 ++-- Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml index 179af783162..62464b9ca70 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml @@ -42,11 +42,11 @@ contents: - id: SyndiCrewMonitorEmpty amount: 1 - - id: PowerCellHigh + - id: PowerCellMicroreactor # DeltaV - No more charging amount: 1 - id: ClothingEyesGlassesHiddenSecurity amount: 1 - - id: SurveillanceCameraMonitorCircuitboard + - id: CameraBug # DeltaV - Way better than that board amount: 1 diff --git a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml b/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml index 2e428c8f8d9..f8c317772ae 100644 --- a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml @@ -41,9 +41,9 @@ productEntity: Observationskit discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 3 cost: - Telecrystal: 4 + Telecrystal: 6 # DeltaV - Price Goes up, but the goods are better! categories: - UplinkDeception From bdc0a52988df6f31d7ddf43633f501643856ad99 Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:15:41 +0100 Subject: [PATCH 17/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index ff1433e014f..878a7a86ab5 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,18 +1,4 @@ Entries: -- author: VMSolidus - changes: - - message: 'Harpies have received a full visual rework. Featuring clothing sprites, - new markings, a complete overhaul of their layering, as well as visual systems. ' - type: Add - - message: Harpies now have bird related speech verbs - type: Add - - message: 'Two new traits have been added related to birds. Harpies now start by - default with the new Ultraviolet Vision trait, letting them see a whole new - spectrum of colors. This trait can be taken by other curious people. Harpies - that wish to see in RGB colors can instead take the new Normal Vision trait. ' - type: Add - id: 242 - time: '2024-02-12T22:25:02.0000000+00:00' - author: DebugOk changes: - message: Glimmer probers now react violently to being hit by gorilla gauntlets @@ -3807,3 +3793,11 @@ id: 741 time: '2024-12-06T01:22:26.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2339 +- author: Avalon-Proto + changes: + - message: Syndicate Observation Kits have been adjusted, granting it a Camera bug + and a better cell for the monitor! + type: Tweak + id: 742 + time: '2024-12-06T18:15:22.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2288 From 2698e8922bb441136aa91cc475cf4fd4c8245efe Mon Sep 17 00:00:00 2001 From: Radezolid Date: Fri, 6 Dec 2024 16:33:55 -0300 Subject: [PATCH 18/19] Add a foam sabre (#2310) * Added sabre + sheath * Can't forget the filled sheath * Fix comment + fun StaminaDamageOnHit * Add the sabre to the maints loot pool * Add the sword to the mime loadout * Let's add a sharp version! * Why not add it to the syndicate catalog? * Conventions! * Grammar! * Fix indent * Fix indent on the sabre * Now in mail! * Indent! --------- Co-authored-by: Milon Co-authored-by: deltanedas <39013340+deltanedas@users.noreply.github.com> --- .../en-US/deltav/store/uplink-catalog.ftl | 3 ++ .../Catalog/Fills/Items/Belts/belts.yml | 20 ++++++++++++ .../DeltaV/Catalog/uplink_catalog.yml | 15 +++++++++ .../DeltaV/Entities/Clothing/Belt/belts.yml | 11 +++++++ .../DeltaV/Entities/Objects/Fun/toys.yml | 30 ++++++++++++++++++ .../Entities/Objects/Specific/Mail/mail.yml | 9 ++++++ .../Objects/Weapons/Melee/foam_blade.yml | 15 +++++++++ .../DeltaV/Loadouts/Jobs/Civilian/mime.yml | 5 +++ .../Prototypes/DeltaV/Mail/mailDeliveries.yml | 3 +- .../Markers/Spawners/Random/maintenance.yml | 1 + .../Prototypes/Loadouts/loadout_groups.yml | 1 + .../Belt/foamsheath.rsi/equipped-BELT.png | Bin 0 -> 444 bytes .../Clothing/Belt/foamsheath.rsi/meta.json | 25 +++++++++++++++ .../sheath-sabre-equipped-BELT.png | Bin 0 -> 537 bytes .../Belt/foamsheath.rsi/sheath-sabre.png | Bin 0 -> 424 bytes .../Clothing/Belt/foamsheath.rsi/sheath.png | Bin 0 -> 219 bytes .../Objects/Fun/Toys/foam_sabre.rsi/icon.png | Bin 0 -> 408 bytes .../Fun/Toys/foam_sabre.rsi/inhand-left.png | Bin 0 -> 362 bytes .../Fun/Toys/foam_sabre.rsi/inhand-right.png | Bin 0 -> 363 bytes .../Objects/Fun/Toys/foam_sabre.rsi/meta.json | 22 +++++++++++++ 20 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/foam_blade.yml create mode 100644 Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/mime.yml create mode 100644 Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/equipped-BELT.png create mode 100644 Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre-equipped-BELT.png create mode 100644 Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre.png create mode 100644 Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath.png create mode 100644 Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/meta.json diff --git a/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl b/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl index 4b860e6efdd..4cf03df5f92 100644 --- a/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl @@ -20,3 +20,6 @@ uplink-doorjack-desc = A specialized cryptographic sequencer, designed solely to uplink-home-run-bat-name = Home Run Bat uplink-home-run-bat-desc = Rigged bat pre-coated in blood for Syndicate tee-ball practice. Launch your foes! + +uplink-foam-sabre-name = Sharp Foam Sabre +uplink-foam-sabre-desc = A blade disguised as a toy foam sabre. Perfect for assassins that pretend playing around. diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Items/Belts/belts.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Items/Belts/belts.yml index b563757acb5..cbdee1d05fa 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Items/Belts/belts.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Items/Belts/belts.yml @@ -22,3 +22,23 @@ - id: Bloodpack - id: SyringeEphedrine - id: EmergencyMedipen + +- type: entity + id: ClothingBeltFoamSheathFilled + parent: ClothingBeltFoamSheath + suffix: Filled + components: + - type: ContainerFill + containers: + item: + - FoamSabre + +- type: entity + id: ClothingBeltRealFoamSheathFilled + parent: ClothingBeltFoamSheath + suffix: Filled, Real + components: + - type: ContainerFill + containers: + item: + - RealFoamSabre diff --git a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml b/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml index f8c317772ae..f03c88af6b5 100644 --- a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml @@ -102,3 +102,18 @@ Telecrystal: 16 categories: - UplinkWeaponry + +- type: listing + id: UplinkRealFoamSabre + name: uplink-foam-sabre-name + description: uplink-foam-sabre-desc + productEntity: ClothingBeltRealFoamSheathFilled + icon: + entity: RealFoamSabre + discountCategory: usualDiscounts + discountDownTo: + Telecrystal: 4 + cost: + Telecrystal: 6 + categories: + - UplinkWeaponry diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Belt/belts.yml index cef0cf394c1..a609238d9be 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Belt/belts.yml @@ -73,3 +73,14 @@ ents: [] medkit: !type:ContainerSlot {} - type: Appearance + +- type: entity + parent: ClothingBeltSheath + id: ClothingBeltFoamSheath + name: foam sheath + description: A foam sheath to cosplay as the captain! It seems to be able to fit a real sabre in it. + components: + - type: Sprite + sprite: DeltaV/Clothing/Belt/foamsheath.rsi + - type: Clothing + sprite: DeltaV/Clothing/Belt/foamsheath.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml index 2a22e6fd938..39593702130 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml @@ -45,3 +45,33 @@ - type: Sprite sprite: DeltaV/Objects/Fun/Toys/zerotoy.rsi state: icon + +- type: entity + parent: BaseItem + id: FoamSabre + name: foam sabre + description: Cosplay as a captain and command your group of friends! + components: + - type: Sprite + sprite: DeltaV/Objects/Fun/Toys/foam_sabre.rsi + state: icon + - type: MeleeWeapon + wideAnimationRotation: -135 + attackRate: 1.5 + range: 2.0 + damage: + types: + Blunt: 0 + - type: Reflect # Imitation of captain's sword, 1% chance of reflecting a projectile for the fun chance of it happening. + reflectProb: .01 + spread: 90 + - type: Item + size: Normal + sprite: DeltaV/Objects/Fun/Toys/foam_sabre.rsi + - type: Tag + tags: + - CaptainSabre # To be able to store it a captain's sheath if you get your hands on one. + - type: StaminaDamageOnHit + damage: 5 + - type: Execution + doAfterDuration: 3.0 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml index 2fa02ebc002..9bb228637a3 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml @@ -1732,3 +1732,12 @@ amount: 1 - id: PaperMailHydroCoTrial amount: 1 + +- type: entity + parent: BaseMailLarge + id: MailFoamSabre + suffix: Foam sabre + components: + - type: Mail + contents: + - id: ClothingBeltFoamSheathFilled diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/foam_blade.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/foam_blade.yml new file mode 100644 index 00000000000..ac47fed7992 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Melee/foam_blade.yml @@ -0,0 +1,15 @@ +- type: entity + parent: FoamSabre + id: RealFoamSabre + name: foam sabre + suffix: Real + components: + - type: MeleeWeapon + attackRate: 1.5 + damage: + types: + Slash: 14 + soundHit: + path: /Audio/Weapons/bladeslice.ogg + - type: StaminaDamageOnHit + damage: 0 diff --git a/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/mime.yml b/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/mime.yml new file mode 100644 index 00000000000..43740a3097a --- /dev/null +++ b/Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/mime.yml @@ -0,0 +1,5 @@ +# Belt +- type: loadout + id: FoamSabre + equipment: + belt: ClothingBeltFoamSheathFilled diff --git a/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml b/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml index c951d09986e..d7cd57d75bf 100644 --- a/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml +++ b/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml @@ -51,7 +51,7 @@ MailNFSodaSpaceUp: 0.2 #End Soda MailNFSmoke: 0.4 - MailSpaceVillainDIY: 0.5 + MailSpaceVillainDIY: 0.4 # Lowered to accommodate the foam sabre MailSignallerKit: 0.5 MailSunglasses: 1 MailNFSoaps: 0.5 @@ -63,6 +63,7 @@ MailNFUnusualFood: 1.09 # DeltaV: increased to offset throngler toy MailNFUnusualProduce: 1 MailNFVagueThreat: 0.5 + MailFoamSabre: 0.1 # Mainly for Glacier MailWinterCoat: 1.5 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 2ef16c6ec18..93194945ee3 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -165,6 +165,7 @@ - id: CigarGold - id: ClothingUniformJumpsuitFamilyGuy - id: WristwatchGold + - id: ClothingBeltFoamSheathFilled # DeltaV - Add small chance of it spawning in maints locker. #- id: RubberStampGreytide # Delta-V: prevent greytide stamp from spawning - type: entity diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 0a167aca0c7..d801a9fce93 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -634,6 +634,7 @@ loadouts: - MimeSuspendersRed - MimeSuspendersBlack + - FoamSabre # DeltaV - Add foam sabre to the mime's loadout. - type: loadoutGroup id: SurvivalMime diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/equipped-BELT.png b/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..d404e4143e0137ca1a7d523153d7af2fd8068f7d GIT binary patch literal 444 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU~KkuaSW-L^Y)gZ-(dp@)(7cF z4jgDva-Aw=RlqPo!XkFrJw^5t4*G|Jmhi|l9AsLlps2>S?YIEbN{tok>Zh~aQ%}v* zK3=);Ki_^vK^V9x^87*mdBrPrC;Gc>lo@1X<#cN6imTs8G-mLme`~%x`Q!8j^W)hg@y*SuHhry(b)vz?tl$Rlb@1V<}?ffbn3-q@s zEYn&MZMgdNi>|X=bFO|Za29|$Qc#fj+TVkYiJVpMGp`!ns?)y7;4Prc@Z2GX-)M*N zmAQfpx9n=mMJtc}D_<#6d2I7(!?3OQ!{$o=xE#^6#%}u|HT{GM(F^p;tXc9K>mKb^ z*rqBk!k{hCeIa^@xbUG{jBj2YE;r*%T+6WMyFCB=R|}e2MbtwWwzQ^s)c$&RKk)*) iPEw@I1%aRJ_ZV0l)~POH<~#?C6$VdNKbLh*2~7Y8daefm literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/meta.json new file mode 100644 index 00000000000..6383a3c4561 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf , edited by Skarletto (github), modified by Radezolid for foam sheath", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "sheath-sabre-equipped-BELT", + "directions": 4 + }, + { + "name": "sheath-sabre" + }, + { + "name": "sheath" + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre-equipped-BELT.png b/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre-equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..94674c9adb2be33ff61b40abf76bb0d5bc4fbdff GIT binary patch literal 537 zcmV+!0_OdRP)&&Q|{~rh{I=lX7#)bVpfQX2Qh=^zhsW>0bXVL-y$A;r0ArOJ({A{jW^~h&d*MM z1^xc<2>^J0eT#K`?UNnUA-DIz^M}VQdXpg>$1xs)bRd`q&sE!8$l6<=)`hB+g00Y- z3~~D6m^iNma%XRA8J#Ip)dz9GB;~BXCE*e0I(Q> z5hK9X>;o18i1K}3YxZ=%zfpb96KUx!U+F;lo|oJZh=_=Yh=_=Yh=_F9s6-pTEk3Bj zT9w#FCE9oZZZ(HW$@Hj!S{Lg2W*Fy`dNPat8ZZK*4Zv2tzadDucMQ*ti(4s>XzhVZ-Hpy z+d#J@A1i=po60uP31R5~w)Mw{Rt;gP0DRxK(x7CTjSdw6!5>YM>h$5&A<+#Mx=b`^ b5bc0(<_p3`BgGBa00000NkvXXu0mjfe{%Eo literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre.png b/Resources/Textures/DeltaV/Clothing/Belt/foamsheath.rsi/sheath-sabre.png new file mode 100644 index 0000000000000000000000000000000000000000..22f7868918888cea5d95ee0a60815baa75cf92e4 GIT binary patch literal 424 zcmV;Z0ayNsP)N4{ zB}>N+LYHt3H6^qa3#O?<4&HEq8QUQEwh$sH$|A>+o%K+4wKa*bf)4=p zw&CQC*g)eQI6E&;uP|=8>S`+-M_Byoz7|*A>F``+*r`br;goEtSCF?>L57{0crJ_G zi6|mG(cIKgfvFoSQ;W6M~X-hDI!Ir zh!pV`gi=c2hYQJ~5aFe!cWMC8S|xNY^I S6XRY00000B>ArY-_uWjT!Y#`A3&_2>t zxuW~bMAIH)*JC^Hxw-`uItthv^-f%JOVO>Yke@}1<@?KZ6BL9xUFtg0On6_+c%*zu zIMXd{oAjeyPXl&;Wv_7b>a-P{ZN%%LT=ae0uKvSkQqqdPoAo&hNL|m9XtkYzf7@cJ&){ur(5Kaj3L7*WJxMkPaQh#KA96h*;f9+#ITdL%O-f4%MY~aL~m< z6@-*RH^IS09v5>awQjvDNNx%Vq`RP67OQGU;1j)vk%7lyp2E5RV8tJvDd~U>9?A3gDob6%jJ< zUuQy+bV_+FFJ-_?4qju3up40ez(lK}&HOl>2#Dh^ub+5)%i!T%hu0X+(wrVJ4R7}c zX!i#IfUq0L3-}AyG)Njfrd0Qdsx88+zf&~R=5000015QgDN4iO0J!Y4=}Fa(0i+{2&)_)4mE1y?S80~ab%2n0HTyKxZ)goA%1jkHL4 zpGpRMcfU`nJQ4u_000000Du9COw_K+Jm|geKBK)xdu=bT-U}vakRlT;^PsEG??ENB z*C;a4Bn_TN9Z#7DJ)gE()s5~C$KD0(4@a%)M$f0MdOS^&vb)x|1PedL*(TSughhon z&z7*r@a9noiwOLHeF~i$!)|#Y2zCM1Y-ukZ?gUr5n-<`)qxU2SFW4u4m$#S2j>7GSTSauZ>;8 zEJkT#l`xC&#=C@Bg*RR$%rd<3dSA%%Op~kXrdNo*zXO0rE;V!=`+1ylC;$Ke07*qo IM6N<$f_Ax^)&Kwi literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/inhand-right.png b/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..44f5e32a29136e504512ac8e7e8a465598e1d5ca GIT binary patch literal 363 zcmV-x0hIoUP)2OX0RR9100000PhC2-E}gD_{-iFQR)uJmyD4Uz zRhB!c3Q>Rd;D;TKCvDnJFXx?(dQfC_>GX2mY14LkIG)1hw(!>G#4|<{RDy+{X{P8N zDq(5i&0QrdHM|)tVd>#bZwc=b-uNY~Ecp8CbM@S@;(DhK4gdfE0001Bg#C7-DQt=F zHMkw_^ZWfTS?*-N-9#_pWp=K%hyKGr*LstVDnka7F>2fXyE ze(n;ISli82LK5N4)FmVp-b__OlHtwR5|R#YnzjoH5qckhU{`RvA+N;zR8If^002ov JPDHLkV1g)pq?!N# literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/meta.json new file mode 100644 index 00000000000..e9322bc4d34 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Fun/Toys/foam_sabre.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf, modified by Radezolid for foam sabre", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From a2c5a83e7a1c2ed3424580d367670e3a01d4c86b Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:34:14 +0100 Subject: [PATCH 19/19] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 878a7a86ab5..b8c61d42577 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,11 +1,4 @@ Entries: -- author: DebugOk - changes: - - message: Glimmer probers now react violently to being hit by gorilla gauntlets - if glimmer is above 500 - type: Tweak - id: 243 - time: '2024-02-13T00:59:01.0000000+00:00' - author: VMSolidus changes: - message: Removed the ability of Harpies to destroy people's ears. @@ -3801,3 +3794,14 @@ id: 742 time: '2024-12-06T18:15:22.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2288 +- author: Radezolid + changes: + - message: Added foam sabres! They may appear in maintenance lockers and mimes can + select to spawn with it in the loadout selection. + type: Add + - message: Added a sharp version of the foam sabre toy, purchasable from the syndicate + uplink at 6 TC with a possible discount to 4 TC. + type: Add + id: 743 + time: '2024-12-06T19:33:56.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2310