Mjollnir and Singularity Hammer for Wizard (#34446)

This commit is contained in:
keronshb
2025-02-20 18:38:52 -05:00
committed by GitHub
parent f3c681153a
commit a9054c5e9c
29 changed files with 698 additions and 206 deletions

View File

@@ -28,11 +28,17 @@ public sealed partial class WieldableComponent : Component
/// <summary>
/// Whether using the item inhand while wielding causes the item to unwield.
/// Unwielding can conflict with other inhand actions.
/// Unwielding can conflict with other inhand actions.
/// </summary>
[DataField]
public bool UnwieldOnUse = true;
/// <summary>
/// Should use delay trigger after the wield/unwield?
/// </summary>
[DataField]
public bool UseDelayOnWield = true;
[DataField("wieldedInhandPrefix")]
public string? WieldedInhandPrefix = "wielded";