mech tweaks (#15619)

This commit is contained in:
deltanedas
2023-04-24 21:00:36 +00:00
committed by GitHub
parent 808eee068f
commit dd4cf48c0a
4 changed files with 55 additions and 65 deletions

View File

@@ -138,13 +138,6 @@ public sealed class MechComponent : Component
[DataField("startingEquipment", customTypeSerializer: typeof(PrototypeIdListSerializer<EntityPrototype>))]
public List<string> StartingEquipment = new();
/// <summary>
/// The battery the mech initially has when it spawns
/// Good for admemes and nukie mechs.
/// </summary>
[DataField("startingBattery", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
public string? StartingBattery;
#region Action Prototypes
[DataField("mechCycleAction", customTypeSerializer: typeof(PrototypeIdSerializer<InstantActionPrototype>))]
public string MechCycleAction = "MechCycleEquipment";