@page "/spells/{spellWord}" @using DysonNetwork.Sphere.Account @model DysonNetwork.Sphere.Pages.Spell.MagicSpellPage @{ ViewData["Title"] = "Magic Spell"; }
Now you can close this page.
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?