40 lines
1.0 KiB
XML
40 lines
1.0 KiB
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"
|
|
|
|
black="4" pink="2" keys="1"
|
|
canAttack="false"
|
|
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" armor="2"
|
|
|
|
nameimage="name/02_Nerielle.png"
|
|
portrait="portrait/02_Nerielle.png"
|
|
bigportrait="bigportrait/02_Nerielle.png"
|
|
skinColor="-1" />
|
|
|
|
<player name="03_Sive"
|
|
skin="players/03_Sive_Skin.png"
|
|
|
|
hp="6" black="2"
|
|
|
|
nameimage="name/03_Sive.png"
|
|
portrait="portrait/03_Sive.png"
|
|
bigportrait="bigportrait/03_Sive.png"
|
|
skinColor="-1" />
|
|
</players>
|