mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 19:31:20 +00:00
The test scenario no longer depends on wesnoth-utbs package installed.
This commit is contained in:
parent
25a225f363
commit
99a7e282fa
@ -6,8 +6,10 @@
|
|||||||
path=data/campaigns/The_Rise_Of_Wesnoth
|
path=data/campaigns/The_Rise_Of_Wesnoth
|
||||||
[/binary_path]
|
[/binary_path]
|
||||||
[+units]
|
[+units]
|
||||||
|
#ifhave campaigns/Under_the_Burning_Suns/units/units.cfg
|
||||||
{campaigns/Under_the_Burning_Suns/units/units.cfg}
|
{campaigns/Under_the_Burning_Suns/units/units.cfg}
|
||||||
{campaigns/Under_the_Burning_Suns/units/elves/Kaleh.cfg}
|
{campaigns/Under_the_Burning_Suns/units/elves/Kaleh.cfg}
|
||||||
|
#endif
|
||||||
[/units]
|
[/units]
|
||||||
[test]
|
[test]
|
||||||
name="Test scenario"
|
name="Test scenario"
|
||||||
@ -50,18 +52,19 @@ Xu , Xu , Qxu , Qxu , Ql , Ql
|
|||||||
victory_music="loyalists.ogg,underground.ogg,revelation.ogg"
|
victory_music="loyalists.ogg,underground.ogg,revelation.ogg"
|
||||||
defeat_music="sad.ogg"
|
defeat_music="sad.ogg"
|
||||||
|
|
||||||
|
#ifhave campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
|
||||||
{campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg}
|
{campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg}
|
||||||
|
#endif
|
||||||
[side]
|
[side]
|
||||||
no_leader=yes
|
no_leader=yes
|
||||||
[leader]
|
[leader]
|
||||||
name= "Kaleh"
|
name= "Kaleh"
|
||||||
|
#ifhave campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
|
||||||
type=Kaleh
|
type=Kaleh
|
||||||
variation=Youth
|
variation=Youth
|
||||||
random_gender=yes
|
#else
|
||||||
id="test"
|
type=Elvish Fighter
|
||||||
max_hitpoints=90
|
#endif
|
||||||
experience=99
|
|
||||||
alignment=liminal
|
|
||||||
[modifications]
|
[modifications]
|
||||||
[object]
|
[object]
|
||||||
[effect]
|
[effect]
|
||||||
@ -70,6 +73,11 @@ Xu , Xu , Qxu , Qxu , Ql , Ql
|
|||||||
[/effect]
|
[/effect]
|
||||||
[/object]
|
[/object]
|
||||||
[/modifications]
|
[/modifications]
|
||||||
|
random_gender=yes
|
||||||
|
id="test"
|
||||||
|
max_hitpoints=90
|
||||||
|
experience=99
|
||||||
|
alignment=liminal
|
||||||
[/leader]
|
[/leader]
|
||||||
side=1
|
side=1
|
||||||
controller=human
|
controller=human
|
||||||
|
Loading…
x
Reference in New Issue
Block a user