2021-01-03 14:29:53 +00:00
|
|
|
<!--
|
|
|
|
** Taken from the nicalis sample mod:
|
|
|
|
** http://steamcommunity.com/sharedfiles/filedetails/?id=838994644
|
|
|
|
-->
|
2021-01-04 00:49:20 +00:00
|
|
|
<players root="gfx/characters/"
|
2021-01-03 14:29:53 +00:00
|
|
|
portraitroot="gfx/ui/boss/"
|
|
|
|
nameimageroot="gfx/ui/boss/"
|
|
|
|
bigportraitroot="gfx/ui/stage/">
|
2021-01-04 00:49:20 +00:00
|
|
|
<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" />
|
2021-01-03 14:29:53 +00:00
|
|
|
</players>
|