P.S. NEVERMIND! I forgot it needs 10 reagents blocks! Sorry about stupid question.
NAME:make red blocks
into NAME: dye concrete blocks red (10), or dye concretes red (10)
I've looked at the wiki and other creature's raws, but I still don't understand how body parts, attacks, and materials work. I'm trying to make a monster thats basically just 20 tentacles made of vine attached to each other, with thorns on the ends, but I have no idea how. Here's what I have so far:
start by modifying an existing monster. The pond grabber is a "head with 4 tentacles", just add more tentacles and shrink the head to very small. its raws:
http://dwarffortresswiki.org/index.php/DF2014:Pond_grabbercreate your new custom entries in body_default.txt, for defining a new kind of vinemonster body, and vinemonster tentacles. (also remove leading spaces from your creature's name)
existing: [BODY:BODY_WITH_HEAD_FLAG]
[BP:HD:body:bodies][UPPERBODY][LOWERBODY][HEAD][CATEGORY:HEAD]
[DEFAULT_RELSIZE:2000]
make the body's relsize tiny (20), so attacks won't often hit the vine monster's headbody
vinemonster: [BODY:VINEMONSTER_HEADBODY]
[BP:HD:vital knot:vital knots][UPPERBODY][LOWERBODY][HEAD][CATEGORY:HEAD]
[DEFAULT_RELSIZE:20]
inside your creature, command it to use this new bodypart.
add some tentacles(rename them to vines), note that they CONTYPE(connection type) to upper body.
[BODY:TWO_NO_CLAW_TENTACLES]
[BP:RUT:right tentacle:STP][CONTYPE:UPPERBODY][LIMB]--RIGHT][CATEGORY:TENTACLE]
[DEFAULT_RELSIZE:400]
[BP:LUT:left tentacle:STP][CONTYPE:UPPERBODY][LIMB]--LEFT][CATEGORY:TENTACLE]
[DEFAULT_RELSIZE:400]
copy attacks from a tentacle monster.
ATTACK token details:
http://dwarffortresswiki.org/index.php/DF2014:Creature_token#Attack_Tokens copy the "how to inject a syndromous venom" attack from a scorpion.
First get it to work in the arenamode with regular humanoid flesh materials; later worry about how to command it to be plant_structural and wood material.
"thorns on the ends of tentacles": see how fingernails are commanded.