Demiplan examination (#578)
* demiplan examining * cargo demiplanes update * Update positions_buy.ftl * Update crates.yml
This commit is contained in:
@@ -26,4 +26,10 @@ public sealed partial class CP14DemiplaneLocationPrototype : IPrototype
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public List<ProtoId<TagPrototype>> Tags = new();
|
||||
|
||||
[DataField]
|
||||
public LocId? Name;
|
||||
|
||||
[DataField]
|
||||
public float ExamineProb = 0.75f;
|
||||
}
|
||||
|
||||
@@ -59,4 +59,10 @@ public sealed partial class CP14DemiplaneModifierPrototype : IPrototype
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public List<ProtoId<TagPrototype>> RequiredTags = new();
|
||||
|
||||
[DataField]
|
||||
public LocId? Name;
|
||||
|
||||
[DataField]
|
||||
public float ExamineProb = 0.75f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user