JobRequirement refactor (#30347)
* refactor JobRequirements * add profile support * fix * Update quartermaster.yml * sloth fixes * inport 30208 * Update DepartmentPrototype.cs * species restriction * left tweak stick * stringbuilder is cool!
This commit is contained in:
@@ -9,10 +9,16 @@ public sealed partial class DepartmentPrototype : IPrototype
|
||||
public string ID { get; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// A description string to display in the character menu as an explanation of the department's function.
|
||||
/// The name LocId of the department that will be displayed in the various menus.
|
||||
/// </summary>
|
||||
[DataField(required: true)]
|
||||
public string Description = string.Empty;
|
||||
public LocId Name = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// A description LocId to display in the character menu as an explanation of the department's function.
|
||||
/// </summary>
|
||||
[DataField(required: true)]
|
||||
public LocId Description = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// A color representing this department to use for text.
|
||||
|
||||
Reference in New Issue
Block a user