Actor MarisaKirisame : PlayerPawn
{
	Speed 1
	Health 100
	Player.MaxHealth 100
	Radius 12
	Height 56
	Mass 100
	PainChance 255
	DamageFactor 1.1
	RadiusDamageFactor 0.25
	Scale 0.75
	DamageFactor "Friendly", 0
	+DONTBLAST
	+THRUSPECIES
	Species "Player"
	Player.ScoreIcon "TOUHICON"
//	+ALLOWPAIN
	Player.DisplayName "Marisa Kirisame"
	Player.CrouchSprite "5MRS"
	Player.ForwardMove 1.1
	Player.SideMove 1.1
	
	Player.WeaponSlot 1, RoukankenReplica
	Player.Weaponslot 2, SapphireStaff
	Player.Weaponslot 3, IcicleBow, RainbowLaserRifle
	Player.Weaponslot 4, IllusionLaserRifle
	Player.Weaponslot 5, MagicMissileLauncher
	Player.Weaponslot 6, HakkeroBlaster
	Player.Weaponslot 7, HakkeroReactor

//	Player.StartItem "AdaptiveArmorInv"
//	Player.StartItem "RegenArmor"
	Player.StartItem "SapphireStaff"
	Player.StartItem "Clip", 50
	Player.ColorRange 112, 127
	Player.StartItem "DefaultAmmo", 1
    Player.StartItem "DefaultMisc", 1
    Player.StartItem "DefaultHud", 1
    Player.StartItem "IsPlayer", 1
    Player.StartItem "IsTouhouClass", 1
    Player.StartItem "IsMarisaClass", 1
	Player.SoundClass "Marisa"
	States
	{
  Spawn:
    5MRS A -1
    Loop
  See:
    5MRS ABCD 4 
    Loop
  Missile:
    5MRS E 12
    Goto Spawn
  Melee:
    5MRS F 6 BRIGHT
    Goto Missile
  Pain:
    5MRS G 4 
    5MRS G 4 A_Pain
    Goto Spawn
  Death:
    5MRS H 0 A_PlayerSkinCheck("AltSkinDeath")
  Death1:
    5MRS H 10
    5MRS I 10 A_PlayerScream
    5MRS J 10 A_NoBlocking
    5MRS KLM 10
    5MRS N -1
    Stop
  XDeath:
    5MRS O 0 A_PlayerSkinCheck("AltSkinXDeath")
  XDeath1:
    5MRS O 5
    5MRS P 5 A_XScream
    5MRS Q 5 A_NoBlocking
    5MRS RSTUV 5
    5MRS W -1
    Stop
  AltSkinDeath:
    5MRS H 6
    5MRS I 6 A_PlayerScream
    5MRS JK 6
    5MRS L 6 A_NoBlocking
    5MRS MNO 6
    5MRS P -1
    Stop
  AltSkinXDeath:
    5MRS Q 5 A_PlayerScream
    5MRS R 0 A_NoBlocking
    5MRS R 5 A_SkullPop
    5MRS STUVWX 5
    5MRS Y -1
    Stop
	}
}

Actor IsMarisaClass : ClassToken
{ 
}
Actor IsTouhouClass : ClassToken
{ 
}