56 lines
1.2 KiB
XML
56 lines
1.2 KiB
XML
<!--
|
|
** Taken from the nicalis sample mod:
|
|
** http://steamcommunity.com/sharedfiles/filedetails/?id=838994644
|
|
name
|
|
cache:: damage, familiars, firedelay, flying, luck, range, shotspeed, speed, tearcolor, tearflag, weapon, all
|
|
hp
|
|
armor
|
|
black
|
|
coins
|
|
bombs
|
|
items (canon)
|
|
card (canon)
|
|
pill (canon)
|
|
trinket (canon)
|
|
skin
|
|
nameimage
|
|
portrait
|
|
bigportrait
|
|
|
|
-->
|
|
<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"
|
|
canShoot="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>
|