File size: 2,008 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
-- ========== GENERATED BY AnimationSet Editor DO NOT EDIT MANUALLY! ==========
PlaceObj('AnimationSet', {
AnimIdle = {
PlaceObj('AnimationWeight', {
'Animation', "idle",
'Weight', 80,
}),
PlaceObj('AnimationWeight', {
'Animation', "idle2",
'Weight', 20,
}),
PlaceObj('AnimationWeight', {
'Animation', "idle_EggHatching",
'Weight', 10,
'GameStates', set({
Combat = false,
}),
}),
PlaceObj('AnimationWeight', {
'Animation', "walk",
'Weight', 35,
'GameStates', set({
Combat = false,
}),
}),
PlaceObj('AnimationWeight', {
'Animation', "run",
'Weight', 15,
'GameStates', set({
Combat = false,
}),
}),
PlaceObj('AnimationWeight', {
'Animation', "fly",
'Weight', 300,
'GameStates', set( "Combat" ),
}),
PlaceObj('AnimationWeight', {
'GameStates', set({
Combat = false,
}),
}),
},
Entity = "Animal_Hen",
group = "AmbientLife",
id = "Animal_Hen",
})
PlaceObj('AnimationSet', {
AnimIdle = {
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_FootShake_01",
'Weight', 150,
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_BirdPoo_L",
'Weight', 20,
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_CheckGround_01",
'Weight', 150,
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_DigDirt_01",
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_DigDirt_02",
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_FindCoin_01",
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_LookBack_R",
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_StepOnPoo_03",
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_ShoeFix_01",
'Weight', 180,
}),
PlaceObj('AnimationWeight', {
'Animation', "civ_Standing_RoamStop_StepOnPoo_01",
}),
},
group = "AmbientLife",
id = "Roam_Default",
})
|