pub fn resolve_numeric_value(
game: &GameState,
sa: &SpellAbility,
raw_val: &str,
default: i32,
) -> i32Expand description
Resolve a raw numeric DSL value using the same semantics as
resolve_numeric_svar, without first looking it up in sa.params.