* SS14-26480 Roll Traversal Distorter into regular Artifact Analyzers Bit of a grab-bag of cleanup of Xenoarchaeology prompted by #26480. 1. Traversal distortion biases are now "up" and "down" instead of "in" and "out". 2. Node generation has been tidied up to make it a little clearer how it works. 3. Traversal Distorters have been removed from the game along with their board. 4. Traversal distortion is now done by the artifact analyzers by default. 5. Some loc strings have been made clearer. 6. The Abnormal Artifact Manipulation tech has been made slightly cheaper. 7. The aformentioned tech is now localized as Artifact Recycling, given all it does is unlock the crusher. 8. The Xenoarchaeology guidebook entry has been given a bit of a rewrite, putting all information into one page and making sure to cover the basics that otherwise would require someone typing "Liltenhead artifact tutorial" into Youtube. * Fix references to deleted guidebook entry * Add fancy button to console because @EmoGarbage404 asked me to * migration comprete * Fixed a goober comment * maint fails to resolve conflicts: more at 11 * Resolve PR comments * Make UI nice --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
286 lines
9.0 KiB
YAML
286 lines
9.0 KiB
YAML
# This is a basic dictionary that maps old entity prototype ids to new ids. This only works for entity prototypes, and
|
|
# is intended to allow maps to load without having to manually edit them. An empty or "null" string results in the
|
|
# entity getting deleted.
|
|
|
|
# e.g., you can swap all walls with windows and delete all tables by adding lines like:
|
|
#
|
|
# Window: WallSolid
|
|
# WallSolid: Window
|
|
# Table: null
|
|
|
|
# 2023-07-03
|
|
ClothingHeadHelmetHelmet: ClothingHeadHelmetBasic
|
|
ClothingHeadHelmetHelmetOld: ClothingHeadHelmetBasic
|
|
|
|
# 2023-07-04
|
|
# Bulletproof armor is almost statistically identical to kevlar, however, before this kevlar armor was the closest thing there was to "basic" armor. It makes the most sense to replace it with this.
|
|
ClothingOuterVestKevlar: ClothingOuterArmorBasic
|
|
|
|
# 2023-07-10
|
|
Intercom: IntercomCommon
|
|
|
|
# 2023-07-12
|
|
ToyAssistant: ToyFigurinePassenger
|
|
|
|
# 2023-07-20
|
|
ForensicGloves: ClothingHandsGlovesForensic
|
|
|
|
# 2023-07-24
|
|
ClothingEyesGlassesBeer: ClothingEyesHudBeer
|
|
|
|
# 2023-08-01
|
|
lantern: Lantern
|
|
lanternextrabright: LanternFlash
|
|
|
|
# 2023-08-04
|
|
BoxMagazineLightRifleHighVelocity: BoxMagazineLightRifle
|
|
BoxMagazineMagnumSubMachineGunHighVelocity: BoxMagazineMagnumSubMachineGun
|
|
BoxMagazinePistolCaselessRifleHighVelocity: BoxMagazinePistolCaselessRifle
|
|
BoxMagazinePistolHighCapacityHighVelocity: BoxMagazinePistolHighCapacity
|
|
BoxMagazinePistolHighVelocity: BoxMagazinePistol
|
|
BoxMagazinePistolSubMachineGunHighVelocity: BoxMagazinePistolSubMachineGun
|
|
BoxMagazineRifleHighVelocity: BoxMagazineRifle
|
|
BulletCaselessRifleHighVelocity: BulletCaselessRifle
|
|
BulletLightRifleHighVelocity: BulletLightRifle
|
|
BulletMagnumHighVelocity: BulletMagnum
|
|
BulletPistolHighVelocity: BulletPistol
|
|
BulletRifleHighVelocity: BulletRifle
|
|
CartridgeCaselessRifleHighVelocity: CartridgeCaselessRifle
|
|
CartridgeLightRifleHighVelocity: CartridgeLightRifle
|
|
CartridgeMagnumHighVelocity: CartridgeMagnum
|
|
CartridgePistolHighVelocity: CartridgePistol
|
|
CartridgeRifleHighVelocity: CartridgeRifle
|
|
MagazineBoxCaselessRifleHighVelocity: MagazineBoxCaselessRifle
|
|
MagazineBoxLightRifleHighVelocity: MagazineBoxLightRifle
|
|
MagazineBoxMagnumHighVelocity: MagazineBoxMagnum
|
|
MagazineBoxPistolHighVelocity: MagazineBoxPistol
|
|
MagazineBoxRifleHighVelocity: MagazineBoxRifle
|
|
MagazineCaselessRifleHighVelocity: MagazineCaselessRifle
|
|
MagazineCaselessRifleShortHighVelocity: MagazineCaselessRifleShort
|
|
MagazineLightRifleHighVelocity: MagazineLightRifle
|
|
MagazineMagnumSubMachineGunHighVelocity: MagazineMagnumSubMachineGun
|
|
MagazinePistolCaselessRifleHighVelocity: MagazinePistolCaselessRifle
|
|
MagazinePistolHighCapacityHighVelocity: MagazinePistolHighCapacity
|
|
MagazinePistolHighVelocity: MagazinePistol
|
|
MagazinePistolSubMachineGunHighVelocity: MagazinePistolSubMachineGun
|
|
MagazineRifleHighVelocity: MagazineRifle
|
|
SpeedLoaderMagnumHighVelocity: SpeedLoaderMagnum
|
|
SpeedLoaderPistolHighVelocity: SpeedLoaderPistol
|
|
|
|
# 2023-08-07
|
|
#If the name is anything to go off of, these are presumably just CEV-Eris versions of the snow rock (which we already have.)
|
|
#They are practically never used in this way however, so they're migrated to the basic rock type.
|
|
MountainRock: AsteroidRock
|
|
MountainRockMining: AsteroidRockMining
|
|
|
|
# 2023-08-08
|
|
WindowTintedDirectional: WindowFrostedDirectional
|
|
|
|
# 2023-08-10
|
|
SyringeSpaceacillin: null
|
|
|
|
# 2023-08-13
|
|
AirlockPainter: SprayPainter
|
|
|
|
# 2023-08-19
|
|
GeneratorPlasma: PortableGeneratorPacman
|
|
GeneratorUranium: PortableGeneratorSuperPacman
|
|
GeneratorPlasmaMachineCircuitboard: PortableGeneratorPacmanMachineCircuitboard
|
|
GeneratorUraniumMachineCircuitboard: PortableGeneratorSuperPacmanMachineCircuitboard
|
|
|
|
# 2023-12-10
|
|
SpawnPointSeniorResearcher: null
|
|
SpawnPointSeniorOfficer: null
|
|
SpawnPointSeniorEngineer: null
|
|
SpawnPointSeniorPhysician: null
|
|
|
|
# 2023-12-12
|
|
#No this is not the CMO hardsuit, their prototype IDs were just confusingly similar
|
|
ClothingOuterHardsuitMedic: ClothingOuterHardsuitSyndieMedic
|
|
|
|
# 2023-12-13
|
|
VendingMachineSmartFridge: SmartFridge
|
|
|
|
# 2023-12-18
|
|
ReagentContainerMilk: DrinkMilkCarton
|
|
ReagentContainerMilkSoy: DrinkSoyMilkCarton
|
|
ReagentContainerMilkOat: DrinkOatMilkCarton
|
|
|
|
# 2023-12-20
|
|
MiasmaCanister: AmmoniaCanister
|
|
|
|
# 2023-12-28
|
|
WarpPointBeaconBar: null
|
|
WarpPointBeaconCargo: null
|
|
WarpPointBeaconCommand: null
|
|
WarpPointBeaconEngineering: null
|
|
WarpPointBeaconMedical: null
|
|
WarpPointBeaconNeutral: null
|
|
WarpPointBeaconScience: null
|
|
WarpPointBeaconSecurity: null
|
|
WarpPointBeaconService: null
|
|
|
|
# 2023-12-30
|
|
ClothingEyesGlassesCosmeticSunglasses: ClothingEyesGlassesSunglasses
|
|
SpawnPointAssistant: SpawnPointPassenger
|
|
|
|
# 2024-01-05
|
|
DrinkGoldschlagerBottleFull: DrinkGildlagerBottleFull
|
|
DrinkGoldschlagerGlass: DrinkGildlagerGlass
|
|
|
|
# 2024-01-07
|
|
ClosetBase: ClosetSteelBase
|
|
MonkeyCubeBox: VariantCubeBox
|
|
|
|
# 2024-01-08
|
|
SalvagePartsT4Spawner: SalvageLootSpawner
|
|
SalvagePartsT3Spawner: SalvageLootSpawner
|
|
SalvagePartsT3T4Spawner: SalvageLootSpawner
|
|
SalvagePartsT2Spawner: SalvageLootSpawner
|
|
AdvancedCapacitorStockPart: CapacitorStockPart
|
|
SuperCapacitorStockPart: CapacitorStockPart
|
|
QuadraticCapacitorStockPart: CapacitorStockPart
|
|
NanoManipulatorStockPart: MicroManipulatorStockPart
|
|
PicoManipulatorStockPart: MicroManipulatorStockPart
|
|
FemtoManipulatorStockPart: MicroManipulatorStockPart
|
|
AdvancedMatterBinStockPart: MatterBinStockPart
|
|
SuperMatterBinStockPart: MatterBinStockPart
|
|
BluespaceMatterBinStockPart: MatterBinStockPart
|
|
AnsibleSubspaceStockPart: null
|
|
FilterSubspaceStockPart: null
|
|
AmplifierSubspaceStockPart: null
|
|
TreatmentSubspaceStockPart: null
|
|
AnalyzerSubspaceStockPart: null
|
|
CrystalSubspaceStockPart: null
|
|
TransmitterSubspaceStockPart: null
|
|
|
|
# 2024-01-10
|
|
ClothingHeadHatHoodRad: null
|
|
|
|
# 2024-01-12
|
|
SpaceMedipen: null
|
|
|
|
# 2024-01-18
|
|
ClothingHeadHelmetVoidParamed: null
|
|
|
|
# 2024-01-19
|
|
DefaultStationBeaconTeslaEngine: null
|
|
|
|
# 2024-01-27 (Reverted on 2024-03-10)
|
|
# ClothingBackpackSecurityFilledDetective: ClothingBackpackFilledDetective
|
|
# ClothingBackpackDuffelSecurityFilledDetective: ClothingBackpackDuffelFilledDetective
|
|
# ClothingBackpackSatchelSecurityFilledDetective: ClothingBackpackSatchelFilledDetective
|
|
|
|
# 2024-01-28
|
|
FoodBoxDonkpocketGondola: FoodBoxDonkpocketPizza
|
|
|
|
# 2024-01-31
|
|
SpyCrewMonitor: null
|
|
SpyCrewMonitorEmpty: null
|
|
SyndiCrewMonitor: null
|
|
SyndiCrewMonitorEmpty: null
|
|
|
|
SpawnVehicleWheelchair: null
|
|
SpawnVehicleWheelchairFolded: null
|
|
VehicleWheelchair: null
|
|
VehicleWheelchairFolded: null
|
|
VehicleSecwayStealObjective: null
|
|
VehicleKeyJanicart: null
|
|
VehicleKeySecway: null
|
|
VehicleKeyATV: null
|
|
VehicleKeySkeleton: null
|
|
VehicleKeySyndicateSegway: null
|
|
VehicleKeySkeletonMotorcycle: null
|
|
VehicleSecway: null
|
|
VehicleATV: null
|
|
VehicleSyndicateSegway: null
|
|
VehicleSkeletonMotorcycle: null
|
|
VehicleUnicycle: null
|
|
VehicleUnicycleFolded: null
|
|
ActionVehicleHorn: null
|
|
CrateFunATV: null
|
|
CrateFunSyndicateSegway: null
|
|
MobTaxiBot: null
|
|
MobSupplyBot: null
|
|
SpawnVehicleMotobike: null
|
|
SpawnVehicleATV: null
|
|
SpawnVehicleSecway: null
|
|
SpawnVehicleJanicart: null
|
|
VehicleJanicart: null
|
|
VehicleJanicartDestroyed: null
|
|
|
|
# 2024-02-01
|
|
YellowOxygenTank: OxygenTank
|
|
YellowOxygenTankFilled: OxygenTankFilled
|
|
|
|
# 2024-02-19
|
|
Drone: null
|
|
SpawnMobDrone: null
|
|
Onestar: null # I dont think this is even mapped, but just in case
|
|
|
|
# 2024-02-22
|
|
SolarAssemblyPart: SolarAssemblyFlatpack
|
|
AmePart: AmePartFlatpack
|
|
AmePartStealObjective: AmePartFlatpackStealObjective
|
|
Observationskit: null
|
|
|
|
# 2024-02-26
|
|
CrateBaseWeldable: CrateGenericSteel
|
|
|
|
# 2024-03-05
|
|
BookBotanicalTextbook: BookRandomStory
|
|
BookEscalation: BookRandomStory
|
|
BookEscalationSecurity: BookRandomStory
|
|
BookDemonomiconRandom: BookRandomStory
|
|
BookDemonomicon1: BookRandomStory
|
|
BookDemonomicon2: BookRandomStory
|
|
BookDemonomicon3: BookRandomStory
|
|
BookChemistryInsane: BookRandomStory
|
|
BookGnominomicon: BookRandomStory
|
|
BookFishing: BookRandomStory
|
|
BookDetective: BookRandomStory
|
|
|
|
# 2024-03-07
|
|
AirlockExternalEasyPry: AirlockExternal
|
|
AirlockExternalGlassEasyPry: AirlockExternalGlass
|
|
AirlockGlassShuttleEasyPry: AirlockGlassShuttle
|
|
AirlockShuttleEasyPry: AirlockShuttle
|
|
AirlockExternalEasyPryLocked: AirlockExternalLocked
|
|
AirlockExternalGlassEasyPryLocked: AirlockExternalGlassLocked
|
|
AirlockGlassShuttleEasyPryLocked: AirlockExternalGlassShuttleLocked
|
|
AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked
|
|
|
|
# 2024-03-10
|
|
ClothingBackpackFilledDetective: ClothingBackpackSecurityFilledDetective
|
|
ClothingBackpackDuffelFilledDetective: ClothingBackpackDuffelSecurityFilledDetective
|
|
ClothingBackpackSatchelFilledDetective: ClothingBackpackSatchelSecurityFilledDetective
|
|
FoodChili: FoodChiliPepper
|
|
FoodChilly: FoodChillyPepper
|
|
|
|
# 2024-03-11
|
|
ImprovisedExplosive: FireBomb
|
|
ImprovisedExplosiveEmpty: FireBombEmpty
|
|
ImprovisedExplosiveFuel: FireBombFuel
|
|
|
|
# 2024-03-16
|
|
ClothingHeadHatHairflower: FoodPoppy
|
|
|
|
# 2024-03-21
|
|
RPED: null
|
|
|
|
# 2024-03-30
|
|
TraversalDistorterMachineCircuitboard: null
|
|
MachineTraversalDistorter: null
|
|
# These are technically not equivalent, but it probably makes more sense to replace any existing SCAF stuff with SOME kind of armor, instead of just deleting it outright.
|
|
ClothingHeadHelmetScaf: ClothingHeadHelmetBasic
|
|
ClothingOuterArmorScaf: ClothingOuterArmorBasic
|
|
|
|
# 2024-03-31
|
|
ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath
|
|
ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath
|
|
BriefcaseSyndieBase: null
|
|
|
|
# 2024-04-08
|
|
BodyBag_Container: BodyBag
|
|
BodyBag_Folded: BodyBagFolded
|