X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=test-data%2Fspells.l2s;h=ef4883fbcc72ed5f98e6ed45fa8850034c92d9cc;hb=147732d7eaf3c082b9120a7f2b815a4a7886aa97;hp=ec3f1c8dbeb2c5f5dd09b340e7e5320150669a44;hpb=e7debb76868a32fa6280d11ed428640c1e48f480;p=l2e.git diff --git a/test-data/spells.l2s b/test-data/spells.l2s index ec3f1c8..ef4883f 100644 --- a/test-data/spells.l2s +++ b/test-data/spells.l2s @@ -1,10 +1,12 @@ +include "constants.l2h" + export Spell championSpell { name: "Champion", cost: 16, battle: true, targets: TargetingMode { - ally: true, - multiple: true + faction: ally, + mode: multiple } } @@ -19,8 +21,8 @@ export Spell rallySpell { cost: 10, battle: true, targets: TargetingMode { - ally: true, - multiple: true + faction: ally, + mode: multiple } } @@ -35,8 +37,8 @@ export Spell strongSpell { cost: 3, battle: true, targets: TargetingMode { - ally: true, - multiple: true + faction: ally, + mode: multiple } } @@ -45,8 +47,8 @@ export Spell strongerSpell { cost: 8, battle: true, targets: TargetingMode { - ally: true, - multiple: true + faction: ally, + mode: multiple } } @@ -55,7 +57,7 @@ export Spell valorSpell { cost: 30, battle: true, targets: TargetingMode { - ally: true, - multiple: true + faction: ally, + mode: multiple } }