modify overwrite_specials attribute in schema
This commit is contained in:
parent
1b0d63f305
commit
d4ce159c8d
2 changed files with 5 additions and 1 deletions
|
@ -36,6 +36,10 @@
|
|||
name="ability_apply"
|
||||
value="self|opponent|attacker|defender|both"
|
||||
[/type]
|
||||
[type]
|
||||
name="ability_overwrite"
|
||||
value="none|one_side|both_sides"
|
||||
[/type]
|
||||
[type]
|
||||
name="addon_type"
|
||||
value="sp|mp|hybrid"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
max=infinite
|
||||
super="units/unit_type/abilities/~generic~,units/unit_type/attack/specials/" + {NAME}
|
||||
{FILTER_TAG "filter_student" unit {FILTER_TAG "filter_weapon" weapon ()}}
|
||||
{SIMPLE_KEY overwrite_specials bool}
|
||||
{DEFAULT_KEY overwrite_specials ability_overwrite none}
|
||||
[/tag]
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue