@@ -128,6 +128,18 @@ public sealed partial record PolymorphConfiguration
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public SoundSpecifier? ExitPolymorphSound;
|
||||
|
||||
/// <summary>
|
||||
/// If not null, this popup will be displayed when being polymorphed into something.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public LocId? PolymorphPopup = "polymorph-popup-generic";
|
||||
|
||||
/// <summary>
|
||||
/// If not null, this popup will be displayed when when being reverted from a polymorph.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public LocId? ExitPolymorphPopup = "polymorph-revert-popup-generic";
|
||||
}
|
||||
|
||||
public enum PolymorphInventoryChange : byte
|
||||
|
||||
Reference in New Issue
Block a user