23 lines
763 B
XML
23 lines
763 B
XML
<!--
|
|
** Taken from the nicalis sample mod:
|
|
** http://steamcommunity.com/sharedfiles/filedetails/?id=838994644
|
|
-->
|
|
<players root="gfx/characters/"
|
|
portraitroot="gfx/ui/boss/"
|
|
nameimageroot="gfx/ui/boss/"
|
|
bigportraitroot="gfx/ui/stage/">
|
|
<player name="01_Ariel"
|
|
skin="players/01_Ariel_Skin.png" hp="2" armor="4" keys="1"
|
|
nameimage="name/01_Ariel.png"
|
|
portrait="portrait/01_Ariel.png"
|
|
bigportrait="bigportrait/01_Ariel.png"
|
|
skinColor="-1" />
|
|
<player name="02_Nerielle"
|
|
skin="players/02_Nerielle_Skin.png"
|
|
hp="4"
|
|
nameimage="name/02_Nerielle.png"
|
|
portrait="portrait/02_Nerielle.png"
|
|
bigportrait="bigportrait/02_Nerielle.png"
|
|
skinColor="-1" />
|
|
</players>
|