Core.Object | +--Engine.Actor | +--Engine.Pawn | +--RuneI.ScriptPawn | +--RuneI.Bird | +--RuneI.SeaBird
00001 //============================================================================= 00002 // SeaBird. 00003 //============================================================================= 00004 class SeaBird expands Bird; 00005 00006 defaultproperties 00007 { 00008 AcquireSound=Sound'MurmurSnd.Birds.bird14' 00009 HitSound1=Sound'MurmurSnd.Birds.bird10' 00010 HitSound2=Sound'MurmurSnd.Birds.bird10' 00011 HitSound3=Sound'MurmurSnd.Birds.bird10' 00012 Die=Sound'MurmurSnd.Birds.bird12' 00013 Die2=Sound'MurmurSnd.Birds.bird12' 00014 Die3=Sound'MurmurSnd.Birds.bird12' 00015 SoundRadius=22 00016 SoundVolume=97 00017 SoundPitch=55 00018 AmbientSound=Sound'MurmurSnd.Birds.bird15L' 00019 Skeletal=SkelModel'creatures.SeaBird' 00020 SkelGroupSkins(1)=Texture'creatures.SeaBirdseabird' 00021 SkelGroupSkins(2)=Texture'creatures.SeaBirdseabird' 00022 SkelGroupSkins(3)=Texture'creatures.SeaBirdseabird' 00023 SkelGroupSkins(4)=Texture'creatures.SeaBirdseabird' 00024 SkelGroupSkins(5)=Texture'creatures.SeaBirdseabird' 00025 SkelGroupSkins(6)=Texture'creatures.SeaBirdseabird' 00026 SkelGroupSkins(7)=Texture'creatures.SeaBirdseabird' 00027 }