FEAT: Expose starter spells

This commit is contained in:
Mehdi Yousfi-Monod 2024-09-01 15:26:58 +02:00
parent f456978cc3
commit cb2a8c74dd
2 changed files with 3 additions and 0 deletions

View file

@ -679,6 +679,7 @@
-- @field #number cost
-- @field #list<#MagicEffectWithParams> effects The effects (@{#MagicEffectWithParams}) of the spell
-- @field #boolean alwaysSucceedFlag If set, the spell should ignore skill checks and always succeed.
-- @field #boolean starterSpellFlag If set, the spell can be selected as a player's starting spell.
-- @field #boolean autocalcFlag If set, the casting cost should be computed based on the effect list rather than read from the cost field
---