|
|
|
|
|
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", |
|
}) |
|
|
|
|