From ace7a09d6b501ba7ae97af3bc61be7aefeee30ac Mon Sep 17 00:00:00 2001 From: andristum <47616367+andristum@users.noreply.github.com> Date: Sat, 26 Oct 2019 20:32:47 +0200 Subject: [PATCH] added guitar,2,3 walkable guitar --- Client/AnimationList.lua | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Client/AnimationList.lua b/Client/AnimationList.lua index 2da14ec..16cd509 100644 --- a/Client/AnimationList.lua +++ b/Client/AnimationList.lua @@ -1644,4 +1644,28 @@ DP.PropEmotes = { EmoteMoving = true, EmoteDuration = 600 }}, + ["guitar"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar", AnimationOptions = + { + Prop = 'prop_acc_guitar_01', + PropBone = 24818, + PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0}, + EmoteMoving = true, + EmoteLoop = true + }}, + ["guitar2"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar 2", AnimationOptions = + { + Prop = 'prop_el_guitar_03', + PropBone = 24818, + PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0}, + EmoteMoving = true, + EmoteLoop = true + }}, + ["guitar3"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar 3", AnimationOptions = + { + Prop = 'prop_el_guitar_01', + PropBone = 24818, + PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0}, + EmoteMoving = true, + EmoteLoop = true + }}, } \ No newline at end of file