I need a little help, I'm making Elves a playable race, with their own special workshop, the "Druidic Workshop." I've been on a coding buzz for the last few hours, and I need to know how to make a [THREAD] material have properties similar to iron, or some other material while still sharing the name of the plant. Here is my code.
creature_elfen
[OBJECT:CREATURE]
[CREATURE:CIVMER]
[NAME:yuunibasaru elf:yuunibasaru elves:elven]
[CREATURE_TILE:'e'][ALTTILE:'p'][COLOR:2:1:0]
[CREATURE_SOLDIER_TILE:137][SOLDIER_ALTTILE:'p']
[GLOWTILE:22][GLOWCOLOR:2:0:0]
[INTELLIGENT]
[CANOPENDOORS]
[BENIGN]
[PREFSTRING:grace]
[SPEECH:yuunielf.txt]
[NATURAL_SKILL:MAGIC_NATURE:4]
[PERSONALITY:FRIENDLINESS:35:62:100]
[PERSONALITY:ARTISTIC_INTEREST:0:60:100]
[PERSONALITY:INTELLECTUAL_CURIOSITY:0:55:100]
[PERSONALITY:SELF_DISCIPLINE:0:45:100]
[PERSONALITY:ACTIVITY_LEVEL:0:40:100]
[PERSONALITY:GREGARIOUSNESS:10:60:100]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:TONGUE:FACIAL_FEATURES:TEETH:RIBCAGE]
[BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[BODY_DETAIL_PLAN:STANDARD_TISSUES]
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE]
[BODY_DETAIL_PLAN:HEAD_HAIR_TISSUE_LAYERS]
[USE_TISSUE_TEMPLATE:EYEBROW:EYEBROW_TEMPLATE]
[TISSUE_LAYER:BY_CATEGORY:HEAD:EYEBROW:ABOVE:BY_CATEGORY:EYE]
[USE_TISSUE_TEMPLATE:EYELASH:EYELASH_TEMPLATE]
[TISSUE_LAYER:BY_CATEGORY:EYELID:EYELASH:FRONT]
[USE_MATERIAL_TEMPLATE:NAIL:NAIL_TEMPLATE]
[USE_TISSUE_TEMPLATE:NAIL:NAIL_TEMPLATE]
[TISSUE_LAYER:BY_CATEGORY:FINGER:NAIL:FRONT]
[TISSUE_LAYER:BY_CATEGORY:TOE:NAIL:FRONT]
[SELECT_TISSUE_LAYER:HEART:BY_CATEGORY:HEART]
[PLUS_TISSUE_LAYER:SKIN:BY_CATEGORY:THROAT]
[TL_MAJOR_ARTERIES]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUES]
[BODY_DETAIL_PLAN:STANDARD_HEAD_POSITIONS]
[BODY_DETAIL_PLAN:HUMANOID_HEAD_POSITIONS]
[BODY_DETAIL_PLAN:HUMANOID_RIBCAGE_POSITIONS]
[BODY_DETAIL_PLAN:HUMANOID_RELSIZES]
[USE_MATERIAL_TEMPLATE:SINEW:SINEW_TEMPLATE]
[TENDONS:LOCAL_CREATURE_MAT:SINEW:200]
[LIGAMENTS:LOCAL_CREATURE_MAT:SINEW:200]
[HAS_NERVES]
[USE_MATERIAL_TEMPLATE:BLOOD:BLOOD_TEMPLATE]
[BLOOD:LOCAL_CREATURE_MAT:BLOOD:LIQUID]
[CREATURE_CLASS:GENERAL_POISON]
[GETS_WOUND_INFECTIONS]
[GETS_INFECTIONS_FROM_ROT]
[USE_MATERIAL_TEMPLATE:PUS:PUS_TEMPLATE]
[PUS:LOCAL_CREATURE_MAT:PUS:LIQUID]
[PHYS_ATT_RANGE:AGILITY:450:950:1150:1250:1350:1550:2250] +
[PHYS_ATT_RANGE:RECUPERATION:450:950:1150:1250:1350:1550:2250] +
[PHYS_ATT_RANGE:DISEASE_RESISTANCE:1250:1500:1750:2000:2500:3000:5000] +++
[MENT_ATT_RANGE:INTUITION:450:950:1150:1250:1350:1550:2250] +
[MENT_ATT_RANGE:PATIENCE:150:600:800:900:1000:1100:1500] -
[MENT_ATT_RANGE:MEMORY:5000:5000:5000:5000:5000:5000:5000] max
[MENT_ATT_RANGE:LINGUISTIC_ABILITY:1250:1500:1750:2000:2500:3000:5000] +++
[MENT_ATT_RANGE:SPATIAL_SENSE:450:950:1150:1250:1350:1550:2250] +
[MENT_ATT_RANGE:MUSICALITY:450:950:1150:1250:1350:1550:2250] +
[MENT_ATT_RANGE:KINESTHETIC_SENSE:700:1200:1400:1500:1600:1800:2500] ++
[MENT_ATT_RANGE:EMPATHY:450:950:1150:1250:1350:1550:2250] +
[MENT_ATT_RANGE:SOCIAL_AWARENESS:450:950:1150:1250:1350:1550:2250] +
[BODY_SIZE:0:0:3000]
[BODY_SIZE:1:168:15000]
[BODY_SIZE:12:0:60000]
[BODY_APPEARANCE_MODIFIER:HEIGHT:75:95:98:100:102:105:125]
[APP_MOD_IMPORTANCE:500]
[BODY_APPEARANCE_MODIFIER:BROADNESS:75:95:98:100:102:105:125]
[APP_MOD_IMPORTANCE:500]
[SET_BP_GROUP:BY_CATEGORY:EYE]
[BP_APPEARANCE_MODIFIER:CLOSE_SET:0:70:90:100:110:130:200]
[APP_MOD_NOUN:eyes:PLURAL]
[BP_APPEARANCE_MODIFIER:DEEP_SET:0:70:90:100:110:130:200]
[APP_MOD_NOUN:eyes:PLURAL]
[BP_APPEARANCE_MODIFIER:ROUND_VS_NARROW:0:70:90:100:110:130:200]
[APP_MOD_NOUN:eyes:PLURAL]
[BP_APPEARANCE_MODIFIER:LARGE_IRIS:25:70:90:100:110:130:200]
[APP_MOD_NOUN:eyes:PLURAL]
[APP_MOD_DESC_RANGE:30:60:90:110:150:190]
[SET_BP_GROUP:BY_CATEGORY:LIP]
[BP_APPEARANCE_MODIFIER:THICKNESS:50:70:90:100:110:130:200]
[APP_MOD_NOUN:lips:PLURAL]
[APP_MOD_DESC_RANGE:55:70:90:110:150:190]
[SET_BP_GROUP:BY_CATEGORY:NOSE]
[BP_APPEARANCE_MODIFIER:BROADNESS:25:70:90:100:110:130:200]
[APP_MOD_DESC_RANGE:30:60:90:110:150:190]
[BP_APPEARANCE_MODIFIER:LENGTH:25:70:90:100:110:130:200]
[APP_MOD_DESC_RANGE:30:60:90:110:150:190]
[BP_APPEARANCE_MODIFIER:UPTURNED:0:70:90:100:110:130:200]
[BP_APPEARANCE_MODIFIER:CONVEX:0:70:90:100:110:130:200]
[APP_MOD_NOUN:nose bridge:SINGULAR]
[SET_BP_GROUP:BY_CATEGORY:EAR]
[BP_APPEARANCE_MODIFIER:SPLAYED_OUT:0:70:90:100:110:130:200]
[APP_MOD_NOUN:ears:PLURAL]
[BP_APPEARANCE_MODIFIER:HANGING_LOBES:0:70:90:100:110:130:200]
[APP_MOD_NOUN:ears:PLURAL]
[BP_APPEARANCE_MODIFIER:BROADNESS:90:95:98:100:102:105:110]
[APP_MOD_IMPORTANCE:700]
[APP_MOD_NOUN:ears:PLURAL]
[APP_MOD_DESC_RANGE:91:94:98:102:106:109]
[BP_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110]
[APP_MOD_IMPORTANCE:700]
[APP_MOD_NOUN:ears:PLURAL]
[APP_MOD_DESC_RANGE:91:94:98:102:106:109]
[SET_BP_GROUP:BY_CATEGORY:TOOTH]
[BP_APPEARANCE_MODIFIER:GAPS:0:70:90:100:110:130:200]
[APP_MOD_NOUN:teeth:PLURAL]
[BP_APPEARANCE_MODIFIER:LENGTH:100:100:100:100:100:100:100] for vampires
[APP_MOD_IMPORTANCE:1000]
[APP_MOD_NOUN:teeth:PLURAL]
[APP_MOD_DESC_RANGE:30:60:90:110:150:190]
[SET_BP_GROUP:BY_CATEGORY:SKULL]
[BP_APPEARANCE_MODIFIER:HIGH_CHEEKBONES:0:70:90:100:110:130:200]
[BP_APPEARANCE_MODIFIER:BROAD_CHIN:0:70:90:100:110:130:200]
[BP_APPEARANCE_MODIFIER:JUTTING_CHIN:0:70:90:100:110:130:200]
[BP_APPEARANCE_MODIFIER:SQUARE_CHIN:0:70:90:100:110:130:200]
[SET_BP_GROUP:BY_CATEGORY:THROAT]
[BP_APPEARANCE_MODIFIER:DEEP_VOICE:0:70:90:100:110:130:200]
[BP_APPEARANCE_MODIFIER:RASPY_VOICE:0:70:90:100:110:130:200]
[SET_BP_GROUP:BY_CATEGORY:HEAD]
[BP_APPEARANCE_MODIFIER:BROADNESS:90:95:98:100:102:105:110]
[APP_MOD_IMPORTANCE:700]
[APP_MOD_DESC_RANGE:91:94:98:102:106:109]
[BP_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110]
[APP_MOD_IMPORTANCE:700]
[APP_MOD_DESC_RANGE:91:94:98:102:106:109]
[ATTACK:PUNCH:BODYPART:BY_TYPE:GRASP]
[ATTACK_SKILL:GRASP_STRIKE]
[ATTACK_VERB:punch:punches]
[ATTACK_CONTACT_PERC:100]
[ATTACK_FLAG_WITH]
[ATTACK_PRIORITY:MAIN]
[ATTACK:KICK:BODYPART:BY_TYPE:STANCE]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:kick:kicks]
[ATTACK_CONTACT_PERC:100]
[ATTACK_FLAG_WITH]
[ATTACK_PRIORITY:SECOND]
[ATTACK:SCRATCH:CHILD_TISSUE_LAYER_GROUP:BY_TYPE:GRASP:BY_CATEGORY:FINGER:NAIL]
[ATTACK_SKILL:GRASP_STRIKE]
[ATTACK_VERB:scratch:scratches]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PENETRATION_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:SECOND]
[ATTACK:BITE:CHILD_BODYPART_GROUP:BY_CATEGORY:HEAD:BY_CATEGORY:TOOTH]
[ATTACK_SKILL:BITE]
[ATTACK_VERB:bite:bites]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PENETRATION_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:SECOND]
[ATTACK_FLAG_CANLATCH]
[EQUIPS]
[HOMEOTHERM:10067]
[SWIMS_LEARNED][SWIM_SPEED:2500]
[MANNERISM_FINGERS:finger:fingers]
[MANNERISM_NOSE:nose]
[MANNERISM_EAR:ear]
[MANNERISM_HEAD:head]
[MANNERISM_EYES:eyes]
[MANNERISM_MOUTH:mouth]
[MANNERISM_HAIR:hair]
[MANNERISM_KNUCKLES:knuckles]
[MANNERISM_LIPS:lips]
[MANNERISM_CHEEK:cheek]
[MANNERISM_NAILS:nails]
[MANNERISM_FEET:feet]
[MANNERISM_ARMS:arms]
[MANNERISM_HANDS:hands]
[MANNERISM_TONGUE:tongue]
[MANNERISM_LEG:leg]
[MANNERISM_LAUGH]
[MANNERISM_SMILE]
[MANNERISM_WALK]
[MANNERISM_SIT]
[MANNERISM_BREATH]
[MANNERISM_POSTURE]
[MANNERISM_STRETCH]
[MANNERISM_EYELIDS]
[SPOUSE_CONVERSION_TARGET]
[CASTE:STANDARDFEMALE]
[FEMALE]
[CASTE_NAME:heiya elf:heiya elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Heiya caste, and has no special attributes, besides the large, square birthmark on their back.]
[MULTIPLE_LITTER_RARE]
[BABY:1]
[CHILD:5]
[DIURNAL]
[CASTE:STANDARDMALE]
[MALE]
[CASTE_NAME:heiya elf:heiya elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Heiya caste, and has no special attributes, besides the large, square birthmark on their back.]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[BABY:1]
[CHILD:5]
[DIURNAL]
[CASTE:STANDARDFEMALE2]
[FEMALE]
[CASTE_NAME:heiya elf:heiya elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Heiya caste, and has no special attributes, besides the large, square birthmark on their back.]
[MULTIPLE_LITTER_RARE]
[BABY:1]
[CHILD:5]
[DIURNAL]
[CASTE:STANDARDMALE2]
[MALE]
[CASTE_NAME:heiya elf:heiya elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Heiya caste, and has no special attributes, besides the large, square birthmark on their back.]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[BABY:1]
[CHILD:5]
[DIURNAL]
[CASTE:STANDARDFEMALE3]
[FEMALE]
[CASTE_NAME:heiya elf:heiya elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Heiya caste, and has no special attributes, besides the large, square birthmark on their back.]
[MULTIPLE_LITTER_RARE]
[BABY:1]
[CHILD:5]
[DIURNAL]
[CASTE:STANDARDMALE3]
[MALE]
[CASTE_NAME:heiya elf:heiya elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Heiya caste, and has no special attributes, besides the large, square birthmark on their back.]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[BABY:1]
[CHILD:5]
[DIURNAL]
[CASTE:STANDARDFEMALE4]
[FEMALE]
[CASTE_NAME:heiya elf:heiya elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Heiya caste, and has no special attributes, besides the large, square birthmark on their back.]
[MULTIPLE_LITTER_RARE]
[BABY:1]
[CHILD:5]
[DIURNAL]
[CASTE:STANDARDMALE4]
[MALE]
[CASTE_NAME:heiya elf:heiya elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Heiya caste, and has no special attributes, besides the large, square birthmark on their back.]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[BABY:1]
[CHILD:5]
[DIURNAL]
[CASTE:TSURIFEMALE]
[FEMALE]
[CASTE_NAME:tsuri elf:tsuri elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Tsuri caste, and grows plants extremely well. The Tsuri caste is distinguished from the other elven castes by the large, leaf-shaped birthmark on the center of their belly, as well as higher charm and fertility, at the cost of wit and maturity.]
[LITTERSIZE:1:4]
[BABY:2]
[CHILD:7]
[DIURNAL]
[AT_PEACE_WITH_WILDLIFE]
[NATURAL_SKILL:MILK:2]
[NATURAL_SKILL:MILLER:2]
[NATURAL_SKILL:PROCESS_PLANT:1]
[NATURAL_SKILL:COOK:1]
[NATURAL_SKILL:MAKE_CHEESE:2]
[NATURAL_SKILL:BREWING:1]
[NATURAL_SKILL:LEATHERWORK:2]
[NATURAL_SKILL:TANNER:1]
[NATURAL_SKILL:BUTCHER:1]
[NATURAL_SKILL:ANIMALCARE:2]
[NATURAL_SKILL:ANIMALTRAIN:1]
[NATURAL_SKILL:PLANT:3]
[NATURAL_SKILL:WEAVING:1]
[NATURAL_SKILL:FISH:2]
[NATURAL_SKILL:DISSECT_FISH:1]
[NATURAL_SKILL:DISSECT_VERMIN:1]
[NATURAL_SKILL:PROCESSFISH:1]
[CASTE:TSURIMALE]
[MALE]
[CASTE_NAME:tsuri elf:tsuri elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Tsuri caste, and grows plants extremely well. The Tsuri caste is distinguished from the other elven castes by the large, leaf-shaped birthmark on the center of their belly, as well as higher charm and fertility, at the cost of wit and maturity.]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[BABY:2]
[CHILD:7]
[DIURNAL]
[AT_PEACE_WITH_WILDLIFE]
[NATURAL_SKILL:MILK:2]
[NATURAL_SKILL:MILLER:2]
[NATURAL_SKILL:PROCESS_PLANT:1]
[NATURAL_SKILL:COOK:1]
[NATURAL_SKILL:MAKE_CHEESE:2]
[NATURAL_SKILL:BREWING:1]
[NATURAL_SKILL:LEATHERWORK:2]
[NATURAL_SKILL:TANNER:1]
[NATURAL_SKILL:BUTCHER:1]
[NATURAL_SKILL:ANIMALCARE:2]
[NATURAL_SKILL:ANIMALTRAIN:1]
[NATURAL_SKILL:PLANT:3]
[NATURAL_SKILL:WEAVING:1]
[NATURAL_SKILL:FISH:2]
[NATURAL_SKILL:DISSECT_FISH:1]
[NATURAL_SKILL:DISSECT_VERMIN:1]
[NATURAL_SKILL:PROCESSFISH:1]
[CASTE:TSURIFEMALE2]
[FEMALE]
[CASTE_NAME:tsuri elf:tsuri elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Tsuri caste, and grows plants extremely well. The Tsuri caste is distinguished from the other elven castes by the large, leaf-shaped birthmark on the center of their belly, as well as higher charm and fertility, at the cost of wit and maturity.]
[LITTERSIZE:1:4]
[BABY:2]
[CHILD:7]
[DIURNAL]
[AT_PEACE_WITH_WILDLIFE]
[NATURAL_SKILL:MILK:2]
[NATURAL_SKILL:MILLER:2]
[NATURAL_SKILL:PROCESS_PLANT:1]
[NATURAL_SKILL:COOK:1]
[NATURAL_SKILL:MAKE_CHEESE:2]
[NATURAL_SKILL:BREWING:1]
[NATURAL_SKILL:LEATHERWORK:2]
[NATURAL_SKILL:TANNER:1]
[NATURAL_SKILL:BUTCHER:1]
[NATURAL_SKILL:ANIMALCARE:2]
[NATURAL_SKILL:ANIMALTRAIN:1]
[NATURAL_SKILL:PLANT:3]
[NATURAL_SKILL:WEAVING:1]
[NATURAL_SKILL:FISH:2]
[NATURAL_SKILL:DISSECT_FISH:1]
[NATURAL_SKILL:DISSECT_VERMIN:1]
[NATURAL_SKILL:PROCESSFISH:1]
[CASTE:TSURIMALE2]
[MALE]
[CASTE_NAME:tsuri elf:tsuri elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Tsuri caste, and grows plants extremely well. The Tsuri caste is distinguished from the other elven castes by the large, leaf-shaped birthmark on the center of their belly, as well as higher charm and fertility, at the cost of wit and maturity.]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[BABY:2]
[CHILD:7]
[DIURNAL]
[AT_PEACE_WITH_WILDLIFE]
[NATURAL_SKILL:MILK:2]
[NATURAL_SKILL:MILLER:2]
[NATURAL_SKILL:PROCESS_PLANT:1]
[NATURAL_SKILL:COOK:1]
[NATURAL_SKILL:MAKE_CHEESE:2]
[NATURAL_SKILL:BREWING:1]
[NATURAL_SKILL:LEATHERWORK:2]
[NATURAL_SKILL:TANNER:1]
[NATURAL_SKILL:BUTCHER:1]
[NATURAL_SKILL:ANIMALCARE:2]
[NATURAL_SKILL:ANIMALTRAIN:1]
[NATURAL_SKILL:PLANT:3]
[NATURAL_SKILL:WEAVING:1]
[NATURAL_SKILL:FISH:2]
[NATURAL_SKILL:DISSECT_FISH:1]
[NATURAL_SKILL:DISSECT_VERMIN:1]
[NATURAL_SKILL:PROCESSFISH:1]
[CASTE:HISAKATAFEMALE]
[FEMALE]
[CASTE_NAME:hisakata elf:hisakata elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Hisakata caste, and is capable of smithing from birth. The Hisakata caste is distinguished from the other castes by the large, crescent shaped birthmark on their belly. The Hisakata Caste are unnatural: They are born near-adolescent. It is unknown how their mothers survive this, but some say it is divine intervention.]
[MULTIPLE_LITTER_RARE]
[BABY:0]
[CHILD:3]
[ALL_ACTIVE]
[NATURAL_SKILL:MASONRY:2]
[NATURAL_SKILL:DETAILSTONE:1]
[NATURAL_SKILL:MINING:3]
[NATURAL_SKILL:SMELT:4]
[NATURAL_SKILL:EXTRACT_STRAND:4]
[NATURAL_SKILL:CUTGEM:2]
[NATURAL_SKILL:ENCRUSTGEM:3]
[NATURAL_SKILL:FORGE_WEAPON:4]
[NATURAL_SKILL:FORGE_ARMOR:4]
[NATURAL_SKILL:FORGE_FURNITURE:4]
[NATURAL_SKILL:METALCRAFT:3]
[CASTE:HISAKATAMALE]
[MALE]
[CASTE_NAME:hisakata elf:hisakata elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Hisakata caste, and is capable of smithing from birth. The Hisakata caste is distinguished from the other castes by the large, crescent shaped birthmark on their belly. The Hisakata Caste are unnatural: They are born near-adolescent. It is unknown how their mothers survive this, but some say it is divine intervention.]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[BABY:0]
[CHILD:3]
[ALL_ACTIVE]
[NATURAL_SKILL:MASONRY:2]
[NATURAL_SKILL:DETAILSTONE:1]
[NATURAL_SKILL:MINING:3]
[NATURAL_SKILL:SMELT:4]
[NATURAL_SKILL:EXTRACT_STRAND:4]
[NATURAL_SKILL:CUTGEM:2]
[NATURAL_SKILL:ENCRUSTGEM:3]
[NATURAL_SKILL:FORGE_WEAPON:4]
[NATURAL_SKILL:FORGE_ARMOR:4]
[NATURAL_SKILL:FORGE_FURNITURE:4]
[NATURAL_SKILL:METALCRAFT:3]
[CASTE:TSUKURUFEMALE]
[FEMALE]
[CASTE_NAME:tsukuru elf:tsukuru elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Tsukuru caste, and is capable of manufacturing goods made of wood, stone and leather from birth. The Tsukuru caste is distinguished by other castes by a beauty mark to the right of their eye.]
[BABY:1]
[CHILD:5]
[MULTIPLE_LITTER_RARE]
[DIURNAL]
[NATURAL_SKILL:WOODCRAFT:2]
[NATURAL_SKILL:STONECRAFT:3]
[NATURAL_SKILL:LEATHERWORK:3]
[NATURAL_SKILL:TANNER:3]
[CASTE:TSUKURUMALE]
[MALE]
[CASTE_NAME:tsukuru elf:tsukuru elves:elven]
[DESCRIPTION:A medium-sized creature dedicated to the production and protection of forest fortresses, the Yuunibasaru Elves are a nature-loving species that enjoys community, and are almost always united. This Yuunibasaru Elf is a member of the Tsukuru caste, and is capable of manufacturing goods made of wood, stone and leather from birth. The Tsukuru caste is distinguished by other castes by a beauty mark to the right of their eye.]
[BABY:1]
[CHILD:5]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[DIURNAL]
[NATURAL_SKILL:WOODCRAFT:2]
[NATURAL_SKILL:STONECRAFT:3]
[NATURAL_SKILL:LEATHERWORK:3]
[NATURAL_SKILL:TANNER:3]
[SELECT_CASTE:ALL]
[SET_TL_GROUP:BY_CATEGORY:HEAD:HAIR]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:CHEEK_WHISKERS]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:CHIN_WHISKERS]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:MOUSTACHE]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:SIDEBURNS]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:EYEBROW]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:EYELASH]
[TL_COLOR_MODIFIER:GOLDEN_YELLOW:1:GOLDENROD:1:MOSS_GREEN:1:ORANGE:1:PUMPKIN:1:RED:1:SAFFRON:1:SCARLET:1:SILVER:1:WHITE:1]
[TLCM_NOUN:hair:SINGULAR]
[SET_TL_GROUP:BY_CATEGORY:HEAD:EYEBROW]
[TISSUE_LAYER_APPEARANCE_MODIFIER:LENGTH:50:80:90:100:110:120:150]
[APP_MOD_NOUN:eyebrows:PLURAL]
[APP_MOD_DESC_RANGE:55:70:90:110:130:145]
[SET_TL_GROUP:BY_CATEGORY:HEAD:EYELASH]
[TISSUE_LAYER_APPEARANCE_MODIFIER:LENGTH:50:80:90:100:110:120:150]
[APP_MOD_NOUN:eyelashes:PLURAL]
[APP_MOD_DESC_RANGE:55:70:90:110:130:145]
[SET_TL_GROUP:BY_CATEGORY:HEAD:HAIR]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:CHEEK_WHISKERS]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:CHIN_WHISKERS]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:MOUSTACHE]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:SIDEBURNS]
[TISSUE_LAYER_APPEARANCE_MODIFIER:LENGTH:0:0:0:0:0:0:0]
[APP_MOD_RATE:1:DAILY:0:1000:0:0:NO_END]
[APP_MOD_NOUN:hair:SINGULAR]
[APP_MOD_DESC_RANGE:10:25:75:125:200:300]
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:BROWN:1:BURNT_UMBER:1:CINNAMON:1:COPPER:1:DARK_BROWN:1:DARK_PEACH:1:DARK_TAN:1:ECRU:1:PALE_BROWN:1:PALE_CHESTNUT:1:PALE_PINK:1:PEACH:1:PINK:1:RAW_UMBER:1:SEPIA:1:TAN:1:TAUPE_PALE:1:TAUPE_SANDY:1]
[TLCM_NOUN:skin:SINGULAR]
[SET_TL_GROUP:BY_CATEGORY:EYE:EYE]
[TL_COLOR_MODIFIER:IRIS_EYE_AQUA:1:IRIS_EYE_AQUAMARINE:1:IRIS_EYE_AZURE:1:IRIS_EYE_BLUE:1:IRIS_EYE_CERULEAN:1:IRIS_EYE_DARK_BLUE:1:IRIS_EYE_DARK_GREEN:1:IRIS_EYE_DARK_OLIVE:1:IRIS_EYE_EMERALD:1:IRIS_EYE_FERN_GREEN:1:IRIS_EYE_GREEN:1:IRIS_EYE_JADE:1:IRIS_EYE_LIGHT_BLUE:1:IRIS_EYE_MINT_GREEN:1:IRIS_EYE_MOSS_GREEN:1:IRIS_EYE_OLIVE:1:IRIS_EYE_PALE_BLUE:1:IRIS_EYE_PINE_GREEN:1:IRIS_EYE_SEA_GREEN:1:IRIS_EYE_SKY_BLUE:1:IRIS_EYE_SPRING_GREEN:1:IRIS_EYE_TEAL:1:IRIS_EYE_TURQUOISE:1:IRIS_EYE_AMBER:1:IRIS_EYE_GOLD:1:IRIS_EYE_GOLDEN_YELLOW:1:IRIS_EYE_YELLOW:1]
[TLCM_NOUN:eyes:PLURAL]
building_elfen
[OBJECT:BUILDING]
[BUILDING_WORKSHOP:ELF_DRUID_WORKSHOP]
[NAME:Druidic Workshop]
[NAME_COLOR:2:0:1]
[DIM:3:3]
[WORK_LOCATION:2:2]
[BUILD_LABOR:CARPENTER]
[BLOCK:1:0:0:0]
[BLOCK:2:0:0:0]
[BLOCK:3:0:0:0]
[TILE:0:1:234:0:234]
[TILE:0:2:5:209:209]
[TILE:0:3:234:0:234]
[TILE:1:1:234:0:187]
[TILE:1:2:5:209:209]
[TILE:1:3:234:0:234]
[TILE:2:1:201:0:187]
[TILE:2:2:5:209:209]
[TILE:2:3:234:0:234]
[TILE:3:1:201:0:187]
[TILE:3:2:5:209:209]
[TILE:3:3:200:0:234]
[TILE:N:1:201:0:187]
[TILE:N:2:5:209:209]
[TILE:N:3:200:0:188]
[COLOR:0:1:MAT:MAT:MAT]
[COLOR:0:2:6:0:0:MAT:MAT]
[COLOR:0:3:MAT:MAT:MAT]
[COLOR:1:1:MAT:MAT:MAT]
[COLOR:1:2:4:0:0:MAT:MAT]
[COLOR:1:3:MAT:MAT:MAT]
[COLOR:2:1:MAT:MAT:MAT]
[COLOR:2:2:6:0:1:MAT:MAT]
[COLOR:2:3:MAT:MAT:MAT]
[COLOR:3:1:MAT:MAT:MAT]
[COLOR:3:2:2:0:1:MAT:MAT]
[COLOR:3:3:MAT:MAT:MAT]
[COLOR:N:1:MAT:MAT:MAT]
[COLOR:N:2:2:0:0:MAT:MAT]
[COLOR:N:3:MAT:MAT:MAT]
[BUILD_ITEM:2:WOOD:NONE:NONE:NONE]
[BUILD_ITEM:1:CHAIR:NONE:NONE:NONE][CAN_USE_ARTIFACT]
[BUILD_ITEM:1:TABLE:NONE:NONE:NONE][CAN_USE_ARTIFACT]
reaction_elfen
[OBJECT:REACTION]
[REACTION:CREATE_DRUIDIC_STONE]
[NAME:Create druidic stone]
[BUILDING:ELF_DRUID_WORKSHOP]
[REAGENT:CONSUMESTONE:1:STONE:STONE]
[REAGENT:SEED:1:SEEDS:PLANT_MAT]
[PRODUCT:100:1:STONE:DRUID_STONE]
[SKILL:MAGIC_NATURE]
plant_druidic
[OBJECT:PLANT]
[PLANT:DRUIDIC_WOOD]
[NAME:druidic tree][NAME_PLURAL:druidic trees][ADJ:druidic tree]
[TREE:LOCAL_PLANT_MAT:DRUID_WOOD]
[TREE_COLOR:2:0:1]
[SAPLING_COLOR:2:0:1]
[DEAD_TREE_COLOR:7:10:0]
[DEAD_SAPLING_COLOR:7:10:0]
[MATERIAL:DRUID_WOOD]
[PREFIX:druidic]
[BUILD_COLOR:2:2:1]
[DISPLAY_COLOR:2:2:1]
[MAX_EDGE:10000]
[MATERIAL_VALUE:10]
[IGNITE_POINT:10990]
[HEATDAM_POINT:11630]
[EXTRACT_STORAGE:BARREL]
[WOOD]
[STATE_COLOR:ALL_SOLID:LIGHT_BROWN]
[STATE_NAME:ALL_SOLID:druidic wood]
[STATE_ADJ:ALL_SOLID:druidic wood]
[GOOD][WET][DRY]
[BIOME:NOT_FREEZING]
[SAPLING]
[PLANT:DRUIDIC_VINE]
[NAME:druidic vine][NAME_PLURAL:druidic vines][ADJ:druidic vine]
[USE_MATERIAL_TEMPLATE:STRUCTURAL:STRUCTURAL_PLANT_TEMPLATE]
[MATERIAL_VALUE:5]
[BASIC_MAT:LOCAL_PLANT_MAT:STRUCTURAL]
[EDIBLE_RAW]
[PICKED_TILE:236][PICKED_COLOR:2:0:1]
[GROWDUR:250][VALUE:3]
[SPRING]
[THREAD_PLANT]
[USE_MATERIAL_TEMPLATE:SEED:SEED_TEMPLATE]
[MATERIAL_VALUE:5]
[EDIBLE_VERMIN]
[SEED:druidic vine seed:druidic vine seeds:2:0:1:LOCAL_PLANT_MAT:SEED]
[THREAD]
[CLUSTERSIZE:5]
[FREQUENCY:60]
[PREFSTRING:magic properties]
[BIOME:NOT_FREEZING]
[GOOD][WET]
[USE_MATERIAL_TEMPLATE:THREAD:THREAD_PLANT_TEMPLATE]
[THREAD:
[MATERIAL_VALUE:2]
inorganic_druidic
[OBJECT:INORGANIC]
[INORGANIC:DRUID_STONE]
[USE_MATERIAL_TEMPLATE:METAL_TEMPLATE]
[STATE_NAME_ADJ:ALL_SOLID:druidic stone]
[STATE_NAME_ADJ:LIQUID:molten druidic essence]
[STATE_NAME_ADJ:GAS:boiling druidic essence]
[DISPLAY_COLOR:2:7:0]
[BUILD_COLOR:2:7:0]
[MATERIAL_VALUE:5]
[SPEC_HEAT:450]
[IGNITE_POINT:15150]
[MELTING_POINT:20000]
[BOILING_POINT:90000]
[ITEMS_WEAPON][ITEMS_WEAPON_RANGED][ITEMS_AMMO][ITEMS_DIGGER][ITEMS_ARMOR][ITEMS_ANVIL]
[ITEMS_HARD]
[ITEMS_METAL]
[ITEMS_BARRED]
[ITEMS_SCALED]
[SOLID_DENSITY:7850]
[LIQUID_DENSITY:6980]
[MOLAR_MASS:55845]
[IMPACT_YIELD:542500]
[IMPACT_FRACTURE:1085000]
[IMPACT_STRAIN_AT_YIELD:319]
[COMPRESSIVE_YIELD:542500]
[COMPRESSIVE_FRACTURE:1085000]
[COMPRESSIVE_STRAIN_AT_YIELD:319]
[TENSILE_YIELD:155000]
[TENSILE_FRACTURE:310000]
[TENSILE_STRAIN_AT_YIELD:73]
[TORSION_YIELD:155000]
[TORSION_FRACTURE:310000]
[TORSION_STRAIN_AT_YIELD:189]
[SHEAR_YIELD:155000]
[SHEAR_FRACTURE:310000]
[SHEAR_STRAIN_AT_YIELD:189]
[BENDING_YIELD:155000]
[BENDING_FRACTURE:310000]
[BENDING_STRAIN_AT_YIELD:73]
[MAX_EDGE:20000]
[STATE_COLOR:ALL_SOLID:SPRING_GREEN]