# [05AB1E](http://github.com/Adriandmen/05AB1E), 39 bytes

 ¶" |ÿ /_\"¹'_«vy" |ÿ|"}¶"/___\ÿ VvV"¶ý

**Explanation**

 ¶" |ÿ /_\" # construct nose-cone
 ¹'_«vy" |ÿ|"} # construct body in loop over input + '_'
 ¶"/___\ÿ VvV" # construct base
 ¶ý # join parts on newline

[Try it online!](http://05ab1e.tryitonline.net/#code=wrYiICB8w78gL19cIsK5J1_Cq3Z5IiB8w798In3CtiIvX19fXMO_IFZ2ViLCtsO9&input=RWFydGg)