tboi-creativelore/content/players.xml

27 lines
818 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="TCL01_Ariel"
skin="players/01_Ariel_Skin.png"
canShoot="false"
hp="2"
black="4"
keys="1"
nameimage="name/01_Ariel.png"
portrait="portrait/01_Ariel.png"
bigportrait="bigportrait/01_Ariel.png"
skinColor="-1" />
<player name="TCL02_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>