Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GoodKarma.SoccerBallTwo


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
//SoccerBallTwo as part of the GoodKarma package
//Build 8 Beta 4.5 Release
//By: Jonathan Zepp
//A basic demo of the beta 3 capabilities and new functionality for beta 4

#exec OBJ LOAD FILE=..\textures\HumanoidArchitecture.utx

class SoccerBallTwo extends NetKActor
 placeable;

defaultproperties
{
     bBlockedPath=False
     bCriticalObject=True
     RelativeImpactVolume=240
     ShoveModifier=1.400000
     DamageSpeed=550.000000
     HitDamageScale=0.700000
     StaticMesh=StaticMesh'GKStaticMeshes.basicShapes.BasicSphere'
     DrawScale=0.800000
     bUnlit=True
     Begin Object Class=KarmaParams Name=SoccerBallKarma
         KMass=0.200000
         KLinearDamping=0.150000
         KAngularDamping=0.100000
         KBuoyancy=1.800000
         bHighDetailOnly=False
         bDoSafetime=True
         KFriction=0.250000
         KRestitution=0.750000
     End Object
     KParams=KarmaParams'GoodKarma.SoccerBallTwo.SoccerBallKarma'

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:26.000 - Creation time: Fri 13-10-2023 03:19:08.771 - Created with UnCodeX