Pretty straightforward typo I ran across due to my... unique... interests.
In the XML for the Banshee:
Code: xml
- <EffectAttachment>
- <Attachment>Frount_Cloth_03_Bind_Jnt</Attachment>
- <EffectName>A_Banshee_Particle</EffectName>
- <EffectPosition>0,0,0</EffectPosition>
- <EffectRotation>0,0,0</EffectRotation>
- <EffectScale>1.5</EffectScale>
- </EffectAttachment>
Change
<Attachment>Frount_Cloth_03_Bind_Jnt</Attachment>
to
<Attachment>Front_Cloth_03_Bind_Jnt</Attachment>