Schema: fix some value types
This commit is contained in:
parent
7ea11c5a01
commit
fcf4974381
2 changed files with 3 additions and 3 deletions
|
@ -265,7 +265,7 @@
|
|||
name="heal_amount"
|
||||
[union]
|
||||
[type]
|
||||
link=int
|
||||
link=f_int
|
||||
[/type]
|
||||
[type]
|
||||
value="full"
|
||||
|
|
|
@ -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 ()}
|
||||
|
|
Loading…
Add table
Reference in a new issue