Schema: fix some value types

This commit is contained in:
nemaara 2019-10-31 23:51:51 -04:00
parent 7ea11c5a01
commit fcf4974381
2 changed files with 3 additions and 3 deletions

View file

@ -265,7 +265,7 @@
name="heal_amount"
[union]
[type]
link=int
link=f_int
[/type]
[type]
value="full"

View file

@ -27,8 +27,8 @@
{SIMPLE_KEY value f_int}
{SIMPLE_KEY add f_int}
{SIMPLE_KEY sub f_int}
{SIMPLE_KEY multiply f_int}
{SIMPLE_KEY divide f_int}
{SIMPLE_KEY multiply f_real}
{SIMPLE_KEY divide f_real}
{SIMPLE_KEY cumulative bool}
{DEPRECATED_KEY backstab bool}
{FILTER_TAG "filter_base_value" base_value ()}