@page "/spells/{spellWord}" @model DysonNetwork.Sphere.Pages.Spell.MagicSpellPage @{ ViewData["Title"] = "Magic Spell"; }
The spell was applied successfully!
Now you can close this page.
The spell was expired or does not exist.
The spell is for @System.Text.RegularExpressions.Regex.Replace(Model.CurrentSpell!.Type.ToString(), "([a-z])([A-Z])", "$1 $2")
for @@@Model.CurrentSpell.Account?.Name
Available until @Model.CurrentSpell.ExpiresAt.Value.ToDateTimeUtc().ToString("g")
} @if (Model.CurrentSpell.AffectedAt.HasValue) {Available after @Model.CurrentSpell.AffectedAt.Value.ToDateTimeUtc().ToString("g")
}Would you like to apply this spell?