mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 08:37:48 +03:00
* localize beacons * No not like that * Tesla beacons were already depreciated, time to give the reaper their due * Entity name fallback * The real treasure was the far easier solution we missed along the way * weh * Shared mapinit * fix RT version * a single line break (cherry picked from commit efdc6f8d4c5dc8c593b6403c6592f0ddc6212266)
159 lines
5.5 KiB
YAML
159 lines
5.5 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 #DeltaV
|
|
#MountainRockMining: AsteroidRockMining #DeltaV
|
|
|
|
# 2023-08-08
|
|
#WindowTintedDirectional: WindowFrostedDirectional # DeltaV
|
|
|
|
# 2023-08-10
|
|
SyringeSpaceacillin: null
|
|
|
|
# 2023-08-13
|
|
AirlockPainter: SprayPainter
|
|
|
|
# 2023-08-19
|
|
GeneratorPlasma: PortableGeneratorPacman
|
|
GeneratorUranium: PortableGeneratorSuperPacman
|
|
GeneratorPlasmaMachineCircuitboard: PortableGeneratorPacmanMachineCircuitboard
|
|
GeneratorUraniumMachineCircuitboard: PortableGeneratorSuperPacmanMachineCircuitboard
|
|
|
|
# 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-18
|
|
ClothingHeadHelmetVoidParamed: null
|
|
|
|
# 2024-01-19
|
|
DefaultStationBeaconTeslaEngine: null
|