Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 188 189 [190] 191 192 ... 357

Author Topic: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)  (Read 420421 times)

Random_Physics_Nerd

  • Bay Watcher
  • [DOES_NOT_EXIST]
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2835 on: May 19, 2011, 02:11:00 pm »

It's just a plain old [PET] tag.

Are you saying I have to poke around in the entity raw? I would have never thought to look there, but I think it might be worth a shot.
Logged
Take two magma and call me in the morning.
I was thinking about pumping magma up his legs and having a floodgate in his crotch. What could be more dorfy than pissing magma upon your enemies?

Kweri

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2836 on: May 19, 2011, 02:57:18 pm »

Whenever I'm testing a creature in fortress mode, I give them:

[PET][PETVALUE:1][COMMON_DOMESTIC][NATURAL]

Make sure that the entity you're using has [COMMON_DOMESTIC_PET]

Also, if your creature is evil or good, your entity will also need [USE_EVIL_ANIMALS] or [USE_GOOD_ANIMALS]

Make sure with the above tags that there are no duplicate/conflicting tags, of course.

Have you tried spawning your creature in the arena to make sure it isn't something else in the creature definition that's messing it up? If so, checking errorlog.txt in your base DF directory can help point to the problem.
Logged

Random_Physics_Nerd

  • Bay Watcher
  • [DOES_NOT_EXIST]
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2837 on: May 19, 2011, 03:10:04 pm »

the Errorlog is blank. And I'm using the default dwarves, I tried addin use_good_animals to them, and removing the good tag from the creature, and even though I already had all the tags you said to use in that line, I went ahead and replaced them with it. They still aren't showing up.

How exactly would I go about using the object arena for this?
Logged
Take two magma and call me in the morning.
I was thinking about pumping magma up his legs and having a floodgate in his crotch. What could be more dorfy than pissing magma upon your enemies?

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2838 on: May 19, 2011, 03:21:51 pm »

Does the creature have a biome tag? If it does, that may make the creatures harder to get for dwarves. It may be the best to just post the creature's raws, though.
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Random_Physics_Nerd

  • Bay Watcher
  • [DOES_NOT_EXIST]
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2839 on: May 19, 2011, 03:29:49 pm »

Actually, it did have a biome tag, but I removed it and it's working perfectly now.

I actually can't believe it was that simple.
Logged
Take two magma and call me in the morning.
I was thinking about pumping magma up his legs and having a floodgate in his crotch. What could be more dorfy than pissing magma upon your enemies?

Interus

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2840 on: May 20, 2011, 05:09:04 am »

Hopefully this is a simple question.

Is there a way to create custom BP_APPEARANCE_MODIFIER entries?  I didn't see any place for it in the raws, but I figured I could be mistaken and it couldn't hurt to ask.  I'm not even sure I need to, since I can probably just make do with what there is, but I'd still like to know.

Also, before I realized it was a BP modifier, I was hopeful that it could be added to crafts and such, but I guess that was asking too much.  I just wanted to see stuff like "this is a tall microcline mug.  Its handle is very narrow."  Should have known that was too simple.
Logged

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2841 on: May 20, 2011, 07:31:46 am »

Not at the moment, unfortunately, and due to how they have to play together it might not be possible for quite a while. You should be able to do quite a bit with the existing ones, though, as you noted.
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Kweri

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2842 on: May 20, 2011, 11:12:18 am »

Hopefully this is a simple question.

Is there a way to create custom BP_APPEARANCE_MODIFIER entries?  I didn't see any place for it in the raws, but I figured I could be mistaken and it couldn't hurt to ask.  I'm not even sure I need to, since I can probably just make do with what there is, but I'd still like to know.

You can sort of fudge this with using colors. Take a look at descriptor_color_standard.txt . You could make a descriptor_color_custom.txt something like this:
Code: [Select]
descriptor_color_custom

[OBJECT:DESCRIPTOR_COLOR]

[COLOR:WIGGLY]
  [NAME:wiggly]
  [RGB:255:255:255] Unknown if needed

[COLOR:BOUNCY]
  [NAME:bouncy]
  [RGB:255:255:255]

etc

Then in your creature:
Code: [Select]
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN] Have to select a tissue layer, can't select bodypart...
  [TL_COLOR_MODIFIER:WIGGLY:1:BOUNCY:1]
  [TLCM_NOUN:body:SINGLUAR] ...But you can call it whatever you want!

That should give you something like "Its body is wiggly." or "Its body is bouncy." in the description.
Logged

Interus

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2843 on: May 20, 2011, 12:53:39 pm »

Oh geez.  I'll remember that, but messing with the tissue layer color stuff is confusing to me.  I'll figure it out eventually though.  Thank you.
Logged

wolflance

  • Bay Watcher
  • Not knowing is half the Fun.
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2844 on: May 20, 2011, 01:11:38 pm »

I created a custom reaction based on the help I get from this thread. It work (mostly) fine, but there is a problem.

My reaction:
Spoiler (click to show/hide)

The reaction use animal raw hide to make an armor.

However,the product is called "pelt". That's it. It doesn't show what material it is made from(i.e Black Bear Pelt). How do I solve this?
« Last Edit: May 20, 2011, 01:13:16 pm by wolflance »
Logged

Kweri

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2845 on: May 20, 2011, 02:03:16 pm »

Are you sure they picked up a raw hide to make it? There's nothing in your reaction specifying they need to use a hide.

In the tanning reaction, Toady used [HAS_MATERIAL_REACTION_PRODUCT:TAN_MAT] in the reagent section to specify the reagent used has to be of a material with the [MATERIAL_REACTION_PRODUCT:TAN_MAT:blah] token (skin has this).

I'll look into this now to see if I have the same problem with your reaction as written.

EDIT: You have an extra "NONE" in your product line. That might be the problem!
Code: [Select]
[PRODUCT:100:1:ARMOR:ITEM_ARMOR_PELT_NORTHDWARF:NONE:GET_MATERIAL_FROM_REAGENT:raw_hide:NONE]to
Code: [Select]
[PRODUCT:100:1:ARMOR:ITEM_ARMOR_PELT_NORTHDWARF:GET_MATERIAL_FROM_REAGENT:raw_hide:NONE]
« Last Edit: May 20, 2011, 02:06:12 pm by Kweri »
Logged

Kweri

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2846 on: May 20, 2011, 02:11:29 pm »

Did some arena testing and removing the extra "NONE" yielded alpaca skin shirts... but also let me make alpaca bone shirts from the same reaction. You'll probably want to add that [HAS_MATERIAL_REACTION_PRODUCT:TAN_MAT] to the reagent line, unless you want bear bone pelts!
Logged

NobodyPro

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2847 on: May 21, 2011, 12:34:09 am »

AHH! Need help.

Code: [Select]
creature_standard

[OBJECT:CREATURE]

[CREATURE:ORC]
[DESCRIPTION:(Orc)]
[NAME:orc:orcs:orc]
[CREATURE_TILE:64][COLOR:7:0:0]
[CREATURE_SOLDIER_TILE:64]
[INTELLIGENT]
[CANOPENDOORS]
[BENIGN]
[SKILL_RATE:AXE:110:60:12:120]
[SKILL_RATE:GRASP_STRIKE:110:60:12:120]
[PRONE_TO_RAGE:10]

[CASTE:FEMALE_ORC]
[POP_RATIO:450]
[CASTE_NAME:orc:orcs:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC]
[POP_RATIO:500]
[CASTE_NAME:orc:orcs:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_HUNTER]
[POP_RATIO:200]
[CASTE_NAME:orcish hunter:orcish hunters:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_HUNTER]
[POP_RATIO:250]
[CASTE_NAME:orcish hunter:orcish hunters:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_ROGUE]
[POP_RATIO:200]
[CASTE_NAME:orcish rogue:orcish rogues:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_ROGUE]
[POP_RATIO:250]
[CASTE_NAME:orcish rogue:orcish rogues:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_SHAMAN]
[POP_RATIO:200]
[CASTE_NAME:orcish shaman:orcish shamans:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_SHAMAN]
[POP_RATIO:250]
[CASTE_NAME:orcish shaman:orcish shamans:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_WARLOCK]
[POP_RATIO:200]
[CASTE_NAME:orcish warlock:orcish warlocks:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_WARLOCK]
[POP_RATIO:250]
[CASTE_NAME:orcish warlock:orcish warlocks:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_WARRIOR]
[POP_RATIO:200]
[CASTE_NAME:orcish warrior:orcish warriors:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_WARRIOR]
[POP_RATIO:250]
[CASTE_NAME:orcish warrior:orcish warriors:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_BLADEMASTER]
[POP_RATIO:20]
[CASTE_NAME:orcish blademaster:orcish blademasters:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_BLADEMASTER]
[POP_RATIO:25]
[CASTE_NAME:orcish blademaster:orcish blademasters:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_APOTHACARY_DARK]
[POP_RATIO:15]
[CASTE_NAME:orcish dark apothacary:orcish dark apothacaries:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_APOTHACARY_DARK]
[POP_RATIO:20]
[CASTE_NAME:orcish dark apothacary:orcish dark apothacaries:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_APOTHACARY]
[POP_RATIO:20]
[CASTE_NAME:orcish apothacary:orcish apothacaries:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_APOTHACARY]
[POP_RATIO:25]
[CASTE_NAME:orc apothacary:orcish apothacaries:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_BEATMASTER]
[POP_RATIO:5]
[CASTE_NAME:orcish beastmaster:orcish beastmasters:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_BEASTMASTER]
[POP_RATIO:10]
[CASTE_NAME:orcish beastmaster:orcish beastmasters:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_ASSASSIN]
[POP_RATIO:5]
[CASTE_NAME:orcish assassin:orcish assassins:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_ASSASSIN]
[POP_RATIO:10]
[CASTE_NAME:orcish assassin:orcish assassins:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:FEMALE_ORC_BONECRUSHER]
[POP_RATIO:5]
[CASTE_NAME:orcish bone crusher:orcish bone crushers:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
[CASTE:MALE_ORC_BONECRUSHER]
[POP_RATIO:10]
[CASTE_NAME:orcish bone crusher:orcish bone crushers:orcish]
[PREFSTRING:stature]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH: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]
[BODY_SIZE:0:0:4000]
[BODY_SIZE:1:168:17500]
[BODY_SIZE:12:0:70000]
[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]
[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]
[MAXAGE:60:120]
[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]
[BABY:1]
[CHILD:12]
[EQUIPS]
[DIURNAL]
[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]
[MUNDANE]
PHYS_ATT_RANGE:STRENGTH:400:900:1100:1200:1300:1500:2200
[SELECT_CASTE:FEMALE_ORC]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC]
[SELECT_ADDITIONAL_CASTE:MALE_ORC]
[PHYS_ATT_RANGE:STRENGTH:460:1035:1265:1380:1495:1725:2530]   
[PHYS_ATT_RANGE:AGILITY:340:765:935:1020:1105:1275:1870]       
[PHYS_ATT_RANGE:ENDURANCE:440:990:1210:1320:1430:1650:2420]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:340:765:935:1020:1105:1275:1870] 
[MENT_ATT_RANGE:WILLPOWER:460:1035:1265:1380:1495:1725:2530]   
[SELECT_CASTE:FEMALE_ORC_HUNTER]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_HUNTER]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_HUNTER]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_HUNTER]
[PHYS_ATT_RANGE:STRENGTH:460:1035:1265:1380:1495:1725:2530]   
[PHYS_ATT_RANGE:AGILITY:400:900:1100:1200:1300:1500:2200]       
[PHYS_ATT_RANGE:ENDURANCE:460:1035:1265:1380:1495:1725:2530]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:340:765:935:1020:1105:1275:1870] 
[MENT_ATT_RANGE:WILLPOWER:480:1080:1320:14400:1560:1800:2640]   
[SKILL_RATE:AXE:155:60:12:120]
[SKILL_RATE:CROSSBOW:155:60:12:120]
[SKILL_RATE:RANGED_COMBAT:155:60:12:120]
[SKILL_RATE:BOW:155:60:12:120]
[SKILL_RATE:ANIMALTRAIN:155:60:12:120]
[SKILL_RATE:ANIMALCARE:125:60:12:120]
[SKILL_RATE:TRAPPING:125:60:12:120]
[SKILL_RATE:TRACKING:125:60:12:120]
[SKILL_RATE:SHIELD:70:60:12:120]
[SKILL_RATE:ARMOR:70:60:12:120]
[SELECT_CASTE:FEMALE_ORC_ROGUE]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_ROGUE]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_ROGUE]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_ROGUE]
[PHYS_ATT_RANGE:STRENGTH:480:1080:1320:14400:1560:1800:2640]   
[PHYS_ATT_RANGE:AGILITY:400:900:1100:1200:1300:1500:2200]       
[PHYS_ATT_RANGE:ENDURANCE:460:1035:1265:1380:1495:1725:2530]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:340:765:935:1020:1105:1275:1870] 
[MENT_ATT_RANGE:WILLPOWER:460:1035:1265:1380:1495:1725:2530]   
[LOCKPICKER]
[SKILL_RATE:SNEAK:155:60:12:120]
[SKILL_RATE:DAGGER:155:60:12:120]
[SKILL_RATE:SHIELD:70:60:12:120]
[SKILL_RATE:ARMOR:70:60:12:120]
[SELECT_CASTE:FEMALE_ORC_SHAMAN]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_SHAMAN]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_SHAMAN]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_SHAMAN]
//Gets minor secret
[PHYS_ATT_RANGE:STRENGTH:480:1080:1320:14400:1560:1800:2640]   
[PHYS_ATT_RANGE:AGILITY:340:765:935:1020:1105:1275:1870]       
[PHYS_ATT_RANGE:ENDURANCE:460:1035:1265:1380:1495:1725:2530]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:360:810:990:1080:1170:1350:1980] 
[MENT_ATT_RANGE:WILLPOWER:500:1125:1375:1500:1625:1875:2750]   
[SKILL_RATE:DRESS_WOUNDS:125:60:12:120]
[SKILL_RATE:DIAGNOSE:125:60:12:120]
[SKILL_RATE:SURGERY:125:60:12:120]
[SKILL_RATE:SET_BONE:125:60:12:120]
[SKILL_RATE:SUTURE:125:60:12:120]
[SKILL_RATE:BONECARVE:125:60:12:120]
[SELECT_CASTE:FEMALE_ORC_WARLOCK]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_WARLOCK]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_WARLOCK]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_WARLOCK]
//Gets some kind of summoning if possible
[PHYS_ATT_RANGE:STRENGTH:460:1035:1265:1380:1495:1725:2530]   
[PHYS_ATT_RANGE:AGILITY:340:765:935:1020:1105:1275:1870]       
[PHYS_ATT_RANGE:ENDURANCE:460:1035:1265:1380:1495:1725:2530]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:380:855:1045:1140:1235:1425:2090] 
[MENT_ATT_RANGE:WILLPOWER:500:1125:1375:1500:1625:1875:2750]   
[SELECT_CASTE:FEMALE_ORC_WARRIOR]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_WARRIOR]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_WARRIOR]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_WARRIOR]
[PHYS_ATT_RANGE:STRENGTH:520:1170:1430:1560:1690:1950:2860]   
[PHYS_ATT_RANGE:AGILITY:340:765:935:1020:1105:1275:1870]       
[PHYS_ATT_RANGE:ENDURANCE:480:1080:1320:1440:1560:1800:2640]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:340:765:935:1020:1105:1275:1870] 
[MENT_ATT_RANGE:WILLPOWER:460:1035:1265:1380:1495:1725:2530]
[SKILL_RATE:ARMOR:155:60:12:120]
[SKILL_RATE:AXE:125:60:12:120]
[SKILL_RATE:HAMMER:125:60:12:120]
[SKILL_RATE:MACE:125:60:12:120]
[SKILL_RATE:MELEE_COMBAT:125:60:12:120]
[SKILL_RATE:PIKE:125:60:12:120]
[SKILL_RATE:SHIELD:125:60:12:120]
[SKILL_RATE:SWORD:125:60:12:120]
[SKILL_RATE:SPEAR:125:60:12:120]
[SELECT_CASTE:FEMALE_ORC_BLADEMASTER]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_BLADEMASTER]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_BLADEMASTER]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_BLADEMASTER]
[PHYS_ATT_RANGE:STRENGTH:520:1170:1430:1560:1690:1950:2860]   
[PHYS_ATT_RANGE:AGILITY:340:765:935:1020:1105:1275:1870]       
[PHYS_ATT_RANGE:ENDURANCE:480:1080:1320:1440:1560:1800:2640]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:340:765:935:1020:1105:1275:1870] 
[MENT_ATT_RANGE:WILLPOWER:460:1035:1265:1380:1495:1725:2530]
[SKILL_RATE:SWORD:175:60:12:120]
[SKILL_RATE:ARMOR:160:60:12:120]
[SKILL_RATE:AXE:130:60:12:120]
[SKILL_RATE:HAMMER:130:60:12:120]
[SKILL_RATE:MACE:130:60:12:120]
[SKILL_RATE:MELEE_COMBAT:130:60:12:120]
[SKILL_RATE:PIKE:130:60:12:120]
[SKILL_RATE:SHIELD:130:60:12:120]
[SKILL_RATE:SPEAR:130:60:12:120]
[SELECT_CASTE:FEMALE_ORC_APOTHACARY]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_APOTHACARY]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_APOTHACARY]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_APOTHACARY]
//Gets better alchemy skill.
[PHYS_ATT_RANGE:STRENGTH:480:1080:1320:14400:1560:1800:2640]   
[PHYS_ATT_RANGE:AGILITY:340:765:935:1020:1105:1275:1870]       
[PHYS_ATT_RANGE:ENDURANCE:460:1035:1265:1380:1495:1725:2530]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:360:810:990:1080:1170:1350:1980] 
[MENT_ATT_RANGE:WILLPOWER:500:1125:1375:1500:1625:1875:2750]   
[SKILL_RATE:DRESS_WOUNDS:130:60:12:120]
[SKILL_RATE:DIAGNOSE:130:60:12:120]
[SKILL_RATE:HERBALISM:130:60:12:120]
[SKILL_RATE:THROW:130:60:12:120]
[SKILL_RATE:SITUATIONAL_AWARENESS:130:60:12:120]
[SELECT_CASTE:FEMALE_ORC_APOTHACARY_DARK]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_APOTHACARY_DARK]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_APOTHACARY_DARK]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_APOTHACARY_DARK]
//Gets better alchemy skill.
[PHYS_ATT_RANGE:STRENGTH:480:1080:1320:14400:1560:1800:2640]   
[PHYS_ATT_RANGE:AGILITY:340:765:935:1020:1105:1275:1870]       
[PHYS_ATT_RANGE:ENDURANCE:460:1035:1265:1380:1495:1725:2530]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:360:810:990:1080:1170:1350:1980] 
[MENT_ATT_RANGE:WILLPOWER:500:1125:1375:1500:1625:1875:2750]   
[SKILL_RATE:DRESS_WOUNDS:130:60:12:120]
[SKILL_RATE:DIAGNOSE:130:60:12:120]
[SKILL_RATE:HERBALISM:130:60:12:120]
[SKILL_RATE:THROW:130:60:12:120]
[SKILL_RATE:SITUATIONAL_AWARENESS:130:60:12:120]
[SELECT_CASTE:FEMALE_ORC_BEASTMASTER]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_BEASTMASTER]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_BEASTMASTER]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_BEASTMASTER]
//Gets better alchemy skill.
[PHYS_ATT_RANGE:STRENGTH:480:1080:1320:14400:1560:1800:2640]   
[PHYS_ATT_RANGE:AGILITY:340:765:935:1020:1105:1275:1870]       
[PHYS_ATT_RANGE:ENDURANCE:460:1035:1265:1380:1495:1725:2530]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:360:810:990:1080:1170:1350:1980] 
[MENT_ATT_RANGE:WILLPOWER:500:1125:1375:1500:1625:1875:2750]   
[SKILL_RATE:GRASP_STRIKE:160:60:12:120]
[SKILL_RATE:BITE:160:60:12:120]
[SKILL_RATE:STANCE_STRIKE:160:60:12:120]
[SKILL_RATE:WRESTLING:160:60:12:120]
[SKILL_RATE:ANIMALTRAIN:160:60:12:120]
[SKILL_RATE:ANIMALCARE:160:60:12:120]
[SKILL_RATE:APPRAISAL:70:60:12:120]
[SKILL_RATE:COMEDY:70:60:12:120]
[SKILL_RATE:CONSOLE:70:60:12:120]
[SKILL_RATE:FLATTERY:70:60:12:120]
[SKILL_RATE:PERSUASION:70:60:12:120]
[SKILL_RATE:CONVERSATION:70:60:12:120]
[AT_PEACE_WITH_WILDLIFE]
[SELECT_CASTE:FEMALE_ORC_ASSASSIN]
[FEMALE]
[MULTIPLE_LITTER_RARE]
[SELECT_CASTE:MALE_ORC_ASSASSIN]
[MALE]
[BODY_DETAIL_PLAN:FACIAL_HAIR_TISSUE_LAYERS]
[SELECT_CASTE:FEMALE_ORC_ASSASSIN]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_ASSASSIN]
[PHYS_ATT_RANGE:STRENGTH:480:1080:1320:14400:1560:1800:2640]   
[PHYS_ATT_RANGE:AGILITY:400:900:1100:1200:1300:1500:2200]       
[PHYS_ATT_RANGE:ENDURANCE:460:1035:1265:1380:1495:1725:2530]
[MENT_ATT_RANGE:ANALYTICAL_ABILITY:340:765:935:1020:1105:1275:1870] 
[MENT_ATT_RANGE:WILLPOWER:460:1035:1265:1380:1495:1725:2530]   
[LOCKPICKER]
[SKILL_RATE:SNEAK:180:60:12:120]
[SKILL_RATE:DAGGER:160:60:12:120]
[SKILL_RATE:SHIELD:90:60:12:120]
[SKILL_RATE:ARMOR:90:60:12:120]
[SKILL_RATE:SWORD:175:60:12:120]
[SKILL_RATE:AXE:120:60:12:120]
[SKILL_RATE:HAMMER:120:60:12:120]
[SKILL_RATE:MACE:120:60:12:120]
[SKILL_RATE:MELEE_COMBAT:120:60:12:120]
[SKILL_RATE:RANGED_COMBAT:120:60:12:120]
[SKILL_RATE:PIKE:120:60:12:120]
[SKILL_RATE:SPEAR:120:60:12:120]
[SKILL_RATE:CROSSBOW:120:60:12:120]
[SKILL_RATE:BOW:120:60:12:120]

[SELECT_CASTE:FEMALE_ORC]
[SELECT_ADDITIONAL_CASTE:MALE_ORC]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_HUNTER]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_HUNTER]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_ROGUE]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_ROGUE]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_SHAMAN]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_SHAMAN]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_WARLOCK]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_WARLOCK]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_WARRIOR]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_WARRIOR]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_BLADEMASTER]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_BLADEMASTER]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_APOTHACARY]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_APOTHACARY]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_APOTHACARY_DARK]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_APOTHACARY_DARK]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_BEASTMASTER]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_BEASTMASTER]
[SELECT_ADDITIONAL_CASTE:FEMALE_ORC_ASSASSIN]
[SELECT_ADDITIONAL_CASTE:MALE_ORC_ASSASSIN]
[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:BLACK:1]
[TLCM_NOUN:hair:SINGULAR]
[TL_COLOR_MODIFIER:GRAY:1]
[TLCM_NOUN:hair:SINGULAR]
[TLCM_TIMING:ROOT:40:0:70:0]
[TL_COLOR_MODIFIER:WHITE:1]
[TLCM_NOUN:hair:SINGULAR]
[TLCM_TIMING:ROOT:70:0:90:0]
[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]
[TISSUE_LAYER_APPEARANCE_MODIFIER:DENSE:50:80:90:100:110:120:150]
[APP_MOD_NOUN:eyebrows:PLURAL]
[APP_MOD_DESC_RANGE:55:70:90:110:130:145]
[TISSUE_LAYER_APPEARANCE_MODIFIER:HIGH_POSITION:0:70:90:100:110:130:200]
[APP_MOD_NOUN:eyebrows:PLURAL]
[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_NOUN:hair:SINGULAR]
[APP_MOD_RATE:1:DAILY:0:1000:0:0:NO_END]
[APP_MOD_DESC_RANGE:10:25:75:125:200:300]
[TISSUE_LAYER_APPEARANCE_MODIFIER:CURLY:0:70:90:100:110:130:200]
[APP_MOD_NOUN:hair:SINGULAR]
[TISSUE_LAYER_APPEARANCE_MODIFIER:GREASY:0:70:90:100:110:130:200]
[APP_MOD_NOUN:hair:SINGULAR]
[TISSUE_LAYER_APPEARANCE_MODIFIER:DENSE:50:80:90:100:110:120:150]
[APP_MOD_NOUN:hair:SINGULAR]
[APP_MOD_DESC_RANGE:55:70:90:110:130:145]
[SET_TL_GROUP:BY_CATEGORY:HEAD:HAIR]
[TISSUE_STYLE_UNIT:HAIR:STANDARD_HAIR_SHAPINGS]
[TSU_NOUN:hair:SINGULAR]
[SET_TL_GROUP:BY_CATEGORY:HEAD:CHEEK_WHISKERS]
[PLUS_TL_GROUP:BY_CATEGORY:HEAD:CHIN_WHISKERS]
[TISSUE_STYLE_UNIT:BEARD:STANDARD_BEARD_SHAPINGS]
[TSU_NOUN:beard:SINGULAR]
[SET_TL_GROUP:BY_CATEGORY:HEAD:MOUSTACHE]
[TISSUE_STYLE_UNIT:MOUSTACHE:STANDARD_MOUSTACHE_SHAPINGS]
[TSU_NOUN:moustache:SINGULAR]
[SET_TL_GROUP:BY_CATEGORY:HEAD:SIDEBURNS]
[TISSUE_STYLE_UNIT:SIDEBURNS:STANDARD_SIDEBURNS_SHAPINGS]
[TSU_NOUN:sideburns:PLURAL]
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:GREEN:1:OLIVE:1]
[TLCM_NOUN:skin:SINGULAR]
[TISSUE_LAYER_APPEARANCE_MODIFIER:WRINKLY:0:0:0:0:0:0:0]
[APP_MOD_RATE:1:YEARLY:0:100:30:0:NO_END]
[APP_MOD_NOUN:skin:SINGULAR]
[APP_MOD_DESC_RANGE:0:0:0:1:25:50]
[SET_TL_GROUP:BY_CATEGORY:EYE:EYE]
[TL_COLOR_MODIFIER:RED:2:BROWN:2:AMBER:2:BLUE:1]
[TLCM_NOUN:eyes:PLURAL]

Logged

NobodyPro

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2848 on: May 21, 2011, 12:35:24 am »

Code: [Select]
*** Error(s) found in the file "raw/objects/creature_warcraft_orcs.txt"
ORC:MALE_ORC_HUNTER:Attribute range greater than 5000, repaired
ORC:MALE_ORC_HUNTER:Attribute range not in increasing order, repaired
ORC:MALE_ORC_HUNTER:Attribute range not in increasing order, repaired
ORC:MALE_ORC_HUNTER:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_HUNTER:Attribute range greater than 5000, repaired
ORC:FEMALE_ORC_HUNTER:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_HUNTER:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_HUNTER:Attribute range not in increasing order, repaired
ORC:MALE_ORC_ROGUE:Attribute range greater than 5000, repaired
ORC:MALE_ORC_ROGUE:Attribute range not in increasing order, repaired
ORC:MALE_ORC_ROGUE:Attribute range not in increasing order, repaired
ORC:MALE_ORC_ROGUE:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_ROGUE:Attribute range greater than 5000, repaired
ORC:FEMALE_ORC_ROGUE:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_ROGUE:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_ROGUE:Attribute range not in increasing order, repaired
ORC:MALE_ORC_SHAMAN:Attribute range greater than 5000, repaired
ORC:MALE_ORC_SHAMAN:Attribute range not in increasing order, repaired
ORC:MALE_ORC_SHAMAN:Attribute range not in increasing order, repaired
ORC:MALE_ORC_SHAMAN:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_SHAMAN:Attribute range greater than 5000, repaired
ORC:FEMALE_ORC_SHAMAN:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_SHAMAN:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_SHAMAN:Attribute range not in increasing order, repaired
ORC:MALE_ORC_APOTHACARY:Attribute range greater than 5000, repaired
ORC:MALE_ORC_APOTHACARY:Attribute range not in increasing order, repaired
ORC:MALE_ORC_APOTHACARY:Attribute range not in increasing order, repaired
ORC:MALE_ORC_APOTHACARY:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_APOTHACARY:Attribute range greater than 5000, repaired
ORC:FEMALE_ORC_APOTHACARY:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_APOTHACARY:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_APOTHACARY:Attribute range not in increasing order, repaired
ORC:MALE_ORC_APOTHACARY_DARK:Attribute range greater than 5000, repaired
ORC:MALE_ORC_APOTHACARY_DARK:Attribute range not in increasing order, repaired
ORC:MALE_ORC_APOTHACARY_DARK:Attribute range not in increasing order, repaired
ORC:MALE_ORC_APOTHACARY_DARK:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_APOTHACARY_DARK:Attribute range greater than 5000, repaired
ORC:FEMALE_ORC_APOTHACARY_DARK:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_APOTHACARY_DARK:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_APOTHACARY_DARK:Attribute range not in increasing order, repaired
ORC:Caste Selection Fails: FEMALE_ORC_BEASTMASTER
ORC:Unrecognized Creature Token: FEMALE
ORC:Unrecognized Creature Token: MULTIPLE_LITTER_RARE
ORC:Caste Selection Fails: FEMALE_ORC_BEASTMASTER
ORC:MALE_ORC_BEASTMASTER:Attribute range greater than 5000, repaired
ORC:MALE_ORC_BEASTMASTER:Attribute range not in increasing order, repaired
ORC:MALE_ORC_BEASTMASTER:Attribute range not in increasing order, repaired
ORC:MALE_ORC_BEASTMASTER:Attribute range not in increasing order, repaired
ORC:MALE_ORC_ASSASSIN:Attribute range greater than 5000, repaired
ORC:MALE_ORC_ASSASSIN:Attribute range not in increasing order, repaired
ORC:MALE_ORC_ASSASSIN:Attribute range not in increasing order, repaired
ORC:MALE_ORC_ASSASSIN:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_ASSASSIN:Attribute range greater than 5000, repaired
ORC:FEMALE_ORC_ASSASSIN:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_ASSASSIN:Attribute range not in increasing order, repaired
ORC:FEMALE_ORC_ASSASSIN:Attribute range not in increasing order, repaired
ORC Color Mod Ending With (OLIVE,1) Was Not Used
ORC Color Mod Ending With (BLUE,1) Was Not Used
PEWTER_TRIFLE:: Unrecognized Color Token in Material Template: GREY
PEWTER_TRIFLE:: Unrecognized Color Token in Material Template: GREY
PEWTER_TRIFLE:: Unrecognized Color Token in Material Template: GREY
PEWTER_TRIFLE:: Unrecognized Color Token in Material Template: GREY
*** Error(s) finalizing the creature ORC
ORC:FEMALE_ORC:upper body: No tissue thickness
ORC:FEMALE_ORC:lower body: No tissue thickness
ORC:FEMALE_ORC:head: No tissue thickness
ORC:FEMALE_ORC:right upper arm: No tissue thickness
ORC:FEMALE_ORC:left upper arm: No tissue thickness
ORC:FEMALE_ORC:right lower arm: No tissue thickness
ORC:FEMALE_ORC:left lower arm: No tissue thickness
ORC:FEMALE_ORC:right hand: No tissue thickness
ORC:FEMALE_ORC:left hand: No tissue thickness
ORC:FEMALE_ORC:right upper leg: No tissue thickness
ORC:FEMALE_ORC:left upper leg: No tissue thickness
ORC:FEMALE_ORC:right lower leg: No tissue thickness
ORC:FEMALE_ORC:left lower leg: No tissue thickness
ORC:FEMALE_ORC:right foot: No tissue thickness
ORC:FEMALE_ORC:left foot: No tissue thickness
ORC:FEMALE_ORC:right eye: No tissue thickness
ORC:FEMALE_ORC:left eye: No tissue thickness
ORC:FEMALE_ORC:right ear: No tissue thickness
ORC:FEMALE_ORC:left ear: No tissue thickness
ORC:FEMALE_ORC:nose: No tissue thickness
ORC:FEMALE_ORC:right lung: No tissue thickness
ORC:FEMALE_ORC:left lung: No tissue thickness
ORC:FEMALE_ORC:heart: No tissue thickness
ORC:FEMALE_ORC:guts: No tissue thickness
ORC:FEMALE_ORC:liver: No tissue thickness
ORC:FEMALE_ORC:stomach: No tissue thickness
ORC:FEMALE_ORC:pancreas: No tissue thickness
ORC:FEMALE_ORC:spleen: No tissue thickness
ORC:FEMALE_ORC:right kidney: No tissue thickness
ORC:FEMALE_ORC:left kidney: No tissue thickness
ORC:FEMALE_ORC:right shoulder: No tissue thickness
ORC:FEMALE_ORC:left shoulder: No tissue thickness
ORC:FEMALE_ORC:right elbow: No tissue thickness
ORC:FEMALE_ORC:left elbow: No tissue thickness
ORC:FEMALE_ORC:right wrist: No tissue thickness
ORC:FEMALE_ORC:left wrist: No tissue thickness
ORC:FEMALE_ORC:right hip: No tissue thickness
ORC:FEMALE_ORC:left hip: No tissue thickness
ORC:FEMALE_ORC:right knee: No tissue thickness
ORC:FEMALE_ORC:left knee: No tissue thickness
ORC:FEMALE_ORC:right ankle: No tissue thickness
ORC:FEMALE_ORC:left ankle: No tissue thickness
ORC:FEMALE_ORC:throat: No tissue thickness
ORC:FEMALE_ORC:upper spine: No tissue thickness
ORC:FEMALE_ORC:middle spine: No tissue thickness
ORC:FEMALE_ORC:lower spine: No tissue thickness
ORC:FEMALE_ORC:brain: No tissue thickness
ORC:FEMALE_ORC:skull: No tissue thickness
ORC:FEMALE_ORC:thumb, right hand: No tissue thickness
ORC:FEMALE_ORC:thumb, left hand: No tissue thickness
ORC:FEMALE_ORC:first finger, right hand: No tissue thickness
ORC:FEMALE_ORC:first finger, left hand: No tissue thickness
ORC:FEMALE_ORC:second finger, right hand: No tissue thickness
ORC:FEMALE_ORC:second finger, left hand: No tissue thickness
ORC:FEMALE_ORC:third finger, right hand: No tissue thickness
ORC:FEMALE_ORC:third finger, left hand: No tissue thickness
ORC:FEMALE_ORC:fourth finger, right hand: No tissue thickness
ORC:FEMALE_ORC:fourth finger, left hand: No tissue thickness
ORC:FEMALE_ORC:first toe, right foot: No tissue thickness
ORC:FEMALE_ORC:first toe, left foot: No tissue thickness
ORC:FEMALE_ORC:second toe, right foot: No tissue thickness
ORC:FEMALE_ORC:second toe, left foot: No tissue thickness
ORC:FEMALE_ORC:third toe, right foot: No tissue thickness
ORC:FEMALE_ORC:third toe, left foot: No tissue thickness
ORC:FEMALE_ORC:fourth toe, right foot: No tissue thickness
ORC:FEMALE_ORC:fourth toe, left foot: No tissue thickness
ORC:FEMALE_ORC:fifth toe, right foot: No tissue thickness
ORC:FEMALE_ORC:fifth toe, left foot: No tissue thickness
ORC:FEMALE_ORC:mouth: No tissue thickness
ORC:FEMALE_ORC:left cheek: No tissue thickness
ORC:FEMALE_ORC:right cheek: No tissue thickness
ORC:FEMALE_ORC:left eyelid: No tissue thickness
ORC:FEMALE_ORC:right eyelid: No tissue thickness
ORC:FEMALE_ORC:lower lip: No tissue thickness
ORC:FEMALE_ORC:upper lip: No tissue thickness
ORC:FEMALE_ORC:upper front tooth: No tissue thickness
ORC:FEMALE_ORC:lower front tooth: No tissue thickness
ORC:FEMALE_ORC:upper right back tooth: No tissue thickness
ORC:FEMALE_ORC:lower right back tooth: No tissue thickness
ORC:FEMALE_ORC:upper left back tooth: No tissue thickness
ORC:FEMALE_ORC:lower left back tooth: No tissue thickness
ORC:FEMALE_ORC:left true rib: No tissue thickness
ORC:FEMALE_ORC:right true rib: No tissue thickness
ORC:FEMALE_ORC:left false rib: No tissue thickness
ORC:FEMALE_ORC:right false rib: No tissue thickness
ORC:FEMALE_ORC:left floating rib: No tissue thickness
ORC:FEMALE_ORC:right floating rib: No tissue thickness
ORC:MALE_ORC:upper body: No tissue thickness
ORC:MALE_ORC:lower body: No tissue thickness
ORC:MALE_ORC:right upper arm: No tissue thickness
ORC:MALE_ORC:left upper arm: No tissue thickness
ORC:MALE_ORC:right lower arm: No tissue thickness
ORC:MALE_ORC:left lower arm: No tissue thickness
ORC:MALE_ORC:right hand: No tissue thickness
ORC:MALE_ORC:left hand: No tissue thickness
ORC:MALE_ORC:right upper leg: No tissue thickness
ORC:MALE_ORC:left upper leg: No tissue thickness
ORC:MALE_ORC:right lower leg: No tissue thickness
ORC:MALE_ORC:left lower leg: No tissue thickness
ORC:MALE_ORC:right foot: No tissue thickness
ORC:MALE_ORC:left foot: No tissue thickness
ORC:MALE_ORC:right eye: No tissue thickness
ORC:MALE_ORC:left eye: No tissue thickness
ORC:MALE_ORC:right ear: No tissue thickness
ORC:MALE_ORC:left ear: No tissue thickness
ORC:MALE_ORC:nose: No tissue thickness
ORC:MALE_ORC:right lung: No tissue thickness
ORC:MALE_ORC:left lung: No tissue thickness
ORC:MALE_ORC:heart: No tissue thickness
ORC:MALE_ORC:guts: No tissue thickness
ORC:MALE_ORC:liver: No tissue thickness
ORC:MALE_ORC:stomach: No tissue thickness
ORC:MALE_ORC:pancreas: No tissue thickness
ORC:MALE_ORC:spleen: No tissue thickness
ORC:MALE_ORC:right kidney: No tissue thickness
ORC:MALE_ORC:left kidney: No tissue thickness
ORC:MALE_ORC:right shoulder: No tissue thickness
ORC:MALE_ORC:left shoulder: No tissue thickness
ORC:MALE_ORC:right elbow: No tissue thickness
ORC:MALE_ORC:left elbow: No tissue thickness
ORC:MALE_ORC:right wrist: No tissue thickness
ORC:MALE_ORC:left wrist: No tissue thickness
ORC:MALE_ORC:right hip: No tissue thickness
ORC:MALE_ORC:left hip: No tissue thickness
ORC:MALE_ORC:right knee: No tissue thickness
ORC:MALE_ORC:left knee: No tissue thickness
ORC:MALE_ORC:right ankle: No tissue thickness
ORC:MALE_ORC:left ankle: No tissue thickness
ORC:MALE_ORC:throat: No tissue thickness
ORC:MALE_ORC:upper spine: No tissue thickness
ORC:MALE_ORC:middle spine: No tissue thickness
ORC:MALE_ORC:lower spine: No tissue thickness
ORC:MALE_ORC:brain: No tissue thickness
ORC:MALE_ORC:skull: No tissue thickness
ORC:MALE_ORC:thumb, right hand: No tissue thickness
ORC:MALE_ORC:thumb, left hand: No tissue thickness
ORC:MALE_ORC:first finger, right hand: No tissue thickness
ORC:MALE_ORC:first finger, left hand: No tissue thickness
ORC:MALE_ORC:second finger, right hand: No tissue thickness
ORC:MALE_ORC:second finger, left hand: No tissue thickness
ORC:MALE_ORC:third finger, right hand: No tissue thickness
ORC:MALE_ORC:third finger, left hand: No tissue thickness
ORC:MALE_ORC:fourth finger, right hand: No tissue thickness
ORC:MALE_ORC:fourth finger, left hand: No tissue thickness
ORC:MALE_ORC:first toe, right foot: No tissue thickness
ORC:MALE_ORC:first toe, left foot: No tissue thickness
ORC:MALE_ORC:second toe, right foot: No tissue thickness
ORC:MALE_ORC:second toe, left foot: No tissue thickness
ORC:MALE_ORC:third toe, right foot: No tissue thickness
ORC:MALE_ORC:third toe, left foot: No tissue thickness
ORC:MALE_ORC:fourth toe, right foot: No tissue thickness
ORC:MALE_ORC:fourth toe, left foot: No tissue thickness
ORC:MALE_ORC:fifth toe, right foot: No tissue thickness
ORC:MALE_ORC:fifth toe, left foot: No tissue thickness
ORC:MALE_ORC:mouth: No tissue thickness
ORC:MALE_ORC:left eyelid: No tissue thickness
ORC:MALE_ORC:right eyelid: No tissue thickness
ORC:MALE_ORC:lower lip: No tissue thickness
ORC:MALE_ORC:upper lip: No tissue thickness
ORC:MALE_ORC:upper front tooth: No tissue thickness
ORC:MALE_ORC:lower front tooth: No tissue thickness
ORC:MALE_ORC:upper right back tooth: No tissue thickness
ORC:MALE_ORC:lower right back tooth: No tissue thickness
ORC:MALE_ORC:upper left back tooth: No tissue thickness
ORC:MALE_ORC:lower left back tooth: No tissue thickness
ORC:MALE_ORC:left true rib: No tissue thickness
ORC:MALE_ORC:right true rib: No tissue thickness
ORC:MALE_ORC:left false rib: No tissue thickness
ORC:MALE_ORC:right false rib: No tissue thickness
ORC:MALE_ORC:left floating rib: No tissue thickness
ORC:MALE_ORC:right floating rib: No tissue thickness
ORC:FEMALE_ORC_HUNTER:upper body: No tissue thickness
ORC:FEMALE_ORC_HUNTER:lower body: No tissue thickness
ORC:FEMALE_ORC_HUNTER:head: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right upper arm: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left upper arm: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right lower arm: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left lower arm: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right upper leg: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left upper leg: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right lower leg: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left lower leg: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right eye: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left eye: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right ear: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left ear: No tissue thickness
ORC:FEMALE_ORC_HUNTER:nose: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right lung: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left lung: No tissue thickness
ORC:FEMALE_ORC_HUNTER:heart: No tissue thickness
ORC:FEMALE_ORC_HUNTER:guts: No tissue thickness
ORC:FEMALE_ORC_HUNTER:liver: No tissue thickness
ORC:FEMALE_ORC_HUNTER:stomach: No tissue thickness
ORC:FEMALE_ORC_HUNTER:pancreas: No tissue thickness
ORC:FEMALE_ORC_HUNTER:spleen: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right kidney: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left kidney: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right shoulder: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left shoulder: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right elbow: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left elbow: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right wrist: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left wrist: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right hip: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left hip: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right knee: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left knee: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right ankle: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left ankle: No tissue thickness
ORC:FEMALE_ORC_HUNTER:throat: No tissue thickness
ORC:FEMALE_ORC_HUNTER:upper spine: No tissue thickness
ORC:FEMALE_ORC_HUNTER:middle spine: No tissue thickness
ORC:FEMALE_ORC_HUNTER:lower spine: No tissue thickness
ORC:FEMALE_ORC_HUNTER:brain: No tissue thickness
ORC:FEMALE_ORC_HUNTER:skull: No tissue thickness
ORC:FEMALE_ORC_HUNTER:thumb, right hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:thumb, left hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:first finger, right hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:first finger, left hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:second finger, right hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:second finger, left hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:third finger, right hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:third finger, left hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:fourth finger, right hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:fourth finger, left hand: No tissue thickness
ORC:FEMALE_ORC_HUNTER:first toe, right foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:first toe, left foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:second toe, right foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:second toe, left foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:third toe, right foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:third toe, left foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:fourth toe, right foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:fourth toe, left foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:fifth toe, right foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:fifth toe, left foot: No tissue thickness
ORC:FEMALE_ORC_HUNTER:mouth: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left cheek: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right cheek: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left eyelid: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right eyelid: No tissue thickness
ORC:FEMALE_ORC_HUNTER:lower lip: No tissue thickness
ORC:FEMALE_ORC_HUNTER:upper lip: No tissue thickness
ORC:FEMALE_ORC_HUNTER:upper front tooth: No tissue thickness
ORC:FEMALE_ORC_HUNTER:lower front tooth: No tissue thickness
ORC:FEMALE_ORC_HUNTER:upper right back tooth: No tissue thickness
ORC:FEMALE_ORC_HUNTER:lower right back tooth: No tissue thickness
ORC:FEMALE_ORC_HUNTER:upper left back tooth: No tissue thickness
ORC:FEMALE_ORC_HUNTER:lower left back tooth: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left true rib: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right true rib: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left false rib: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right false rib: No tissue thickness
ORC:FEMALE_ORC_HUNTER:left floating rib: No tissue thickness
ORC:FEMALE_ORC_HUNTER:right floating rib: No tissue thickness
ORC:MALE_ORC_HUNTER:upper body: No tissue thickness
ORC:MALE_ORC_HUNTER:lower body: No tissue thickness
ORC:MALE_ORC_HUNTER:right upper arm: No tissue thickness
ORC:MALE_ORC_HUNTER:left upper arm: No tissue thickness
ORC:MALE_ORC_HUNTER:right lower arm: No tissue thickness
ORC:MALE_ORC_HUNTER:left lower arm: No tissue thickness
ORC:MALE_ORC_HUNTER:right hand: No tissue thickness
ORC:MALE_ORC_HUNTER:left hand: No tissue thickness
ORC:MALE_ORC_HUNTER:right upper leg: No tissue thickness
ORC:MALE_ORC_HUNTER:left upper leg: No tissue thickness
ORC:MALE_ORC_HUNTER:right lower leg: No tissue thickness
ORC:MALE_ORC_HUNTER:left lower leg: No tissue thickness
ORC:MALE_ORC_HUNTER:right foot: No tissue thickness
ORC:MALE_ORC_HUNTER:left foot: No tissue thickness
ORC:MALE_ORC_HUNTER:right eye: No tissue thickness
ORC:MALE_ORC_HUNTER:left eye: No tissue thickness
ORC:MALE_ORC_HUNTER:right ear: No tissue thickness
ORC:MALE_ORC_HUNTER:left ear: No tissue thickness
ORC:MALE_ORC_HUNTER:nose: No tissue thickness
ORC:MALE_ORC_HUNTER:right lung: No tissue thickness
ORC:MALE_ORC_HUNTER:left lung: No tissue thickness
ORC:MALE_ORC_HUNTER:heart: No tissue thickness
ORC:MALE_ORC_HUNTER:guts: No tissue thickness
ORC:MALE_ORC_HUNTER:liver: No tissue thickness
ORC:MALE_ORC_HUNTER:stomach: No tissue thickness
ORC:MALE_ORC_HUNTER:pancreas: No tissue thickness
ORC:MALE_ORC_HUNTER:spleen: No tissue thickness
ORC:MALE_ORC_HUNTER:right kidney: No tissue thickness
ORC:MALE_ORC_HUNTER:left kidney: No tissue thickness
ORC:MALE_ORC_HUNTER:right shoulder: No tissue thickness
ORC:MALE_ORC_HUNTER:left shoulder: No tissue thickness
ORC:MALE_ORC_HUNTER:right elbow: No tissue thickness
ORC:MALE_ORC_HUNTER:left elbow: No tissue thickness
ORC:MALE_ORC_HUNTER:right wrist: No tissue thickness
ORC:MALE_ORC_HUNTER:left wrist: No tissue thickness
ORC:MALE_ORC_HUNTER:right hip: No tissue thickness
ORC:MALE_ORC_HUNTER:left hip: No tissue thickness
ORC:MALE_ORC_HUNTER:right knee: No tissue thickness
ORC:MALE_ORC_HUNTER:left knee: No tissue thickness
ORC:MALE_ORC_HUNTER:right ankle: No tissue thickness
ORC:MALE_ORC_HUNTER:left ankle: No tissue thickness
ORC:MALE_ORC_HUNTER:throat: No tissue thickness
ORC:MALE_ORC_HUNTER:upper spine: No tissue thickness
ORC:MALE_ORC_HUNTER:middle spine: No tissue thickness
ORC:MALE_ORC_HUNTER:lower spine: No tissue thickness
ORC:MALE_ORC_HUNTER:brain: No tissue thickness
ORC:MALE_ORC_HUNTER:skull: No tissue thickness
ORC:MALE_ORC_HUNTER:thumb, right hand: No tissue thickness
ORC:MALE_ORC_HUNTER:thumb, left hand: No tissue thickness
ORC:MALE_ORC_HUNTER:first finger, right hand: No tissue thickness
ORC:MALE_ORC_HUNTER:first finger, left hand: No tissue thickness
ORC:MALE_ORC_HUNTER:second finger, right hand: No tissue thickness
ORC:MALE_ORC_HUNTER:second finger, left hand: No tissue thickness
ORC:MALE_ORC_HUNTER:third finger, right hand: No tissue thickness
ORC:MALE_ORC_HUNTER:third finger, left hand: No tissue thickness
ORC:MALE_ORC_HUNTER:fourth finger, right hand: No tissue thickness
ORC:MALE_ORC_HUNTER:fourth finger, left hand: No tissue thickness
ORC:MALE_ORC_HUNTER:first toe, right foot: No tissue thickness
ORC:MALE_ORC_HUNTER:first toe, left foot: No tissue thickness
ORC:MALE_ORC_HUNTER:second toe, right foot: No tissue thickness
ORC:MALE_ORC_HUNTER:second toe, left foot: No tissue thickness
ORC:MALE_ORC_HUNTER:third toe, right foot: No tissue thickness
ORC:MALE_ORC_HUNTER:third toe, left foot: No tissue thickness
ORC:MALE_ORC_HUNTER:fourth toe, right foot: No tissue thickness
ORC:MALE_ORC_HUNTER:fourth toe, left foot: No tissue thickness
ORC:MALE_ORC_HUNTER:fifth toe, right foot: No tissue thickness
ORC:MALE_ORC_HUNTER:fifth toe, left foot: No tissue thickness
ORC:MALE_ORC_HUNTER:mouth: No tissue thickness
ORC:MALE_ORC_HUNTER:left eyelid: No tissue thickness
ORC:MALE_ORC_HUNTER:right eyelid: No tissue thickness
ORC:MALE_ORC_HUNTER:lower lip: No tissue thickness
ORC:MALE_ORC_HUNTER:upper lip: No tissue thickness
ORC:MALE_ORC_HUNTER:upper front tooth: No tissue thickness
ORC:MALE_ORC_HUNTER:lower front tooth: No tissue thickness
ORC:MALE_ORC_HUNTER:upper right back tooth: No tissue thickness
ORC:MALE_ORC_HUNTER:lower right back tooth: No tissue thickness
ORC:MALE_ORC_HUNTER:upper left back tooth: No tissue thickness
ORC:MALE_ORC_HUNTER:lower left back tooth: No tissue thickness
ORC:MALE_ORC_HUNTER:left true rib: No tissue thickness
ORC:MALE_ORC_HUNTER:right true rib: No tissue thickness
ORC:MALE_ORC_HUNTER:left false rib: No tissue thickness
ORC:MALE_ORC_HUNTER:right false rib: No tissue thickness
ORC:MALE_ORC_HUNTER:left floating rib: No tissue thickness
ORC:MALE_ORC_HUNTER:right floating rib: No tissue thickness
ORC:FEMALE_ORC_ROGUE:upper body: No tissue thickness
ORC:FEMALE_ORC_ROGUE:lower body: No tissue thickness
ORC:FEMALE_ORC_ROGUE:head: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right upper arm: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left upper arm: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right lower arm: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left lower arm: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right hand: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left hand: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right upper leg: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left upper leg: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right lower leg: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left lower leg: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right foot: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left foot: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right eye: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left eye: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right ear: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left ear: No tissue thickness
ORC:FEMALE_ORC_ROGUE:nose: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right lung: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left lung: No tissue thickness
ORC:FEMALE_ORC_ROGUE:heart: No tissue thickness
ORC:FEMALE_ORC_ROGUE:guts: No tissue thickness
ORC:FEMALE_ORC_ROGUE:liver: No tissue thickness
ORC:FEMALE_ORC_ROGUE:stomach: No tissue thickness
ORC:FEMALE_ORC_ROGUE:pancreas: No tissue thickness
ORC:FEMALE_ORC_ROGUE:spleen: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right kidney: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left kidney: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right shoulder: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left shoulder: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right elbow: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left elbow: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right wrist: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left wrist: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right hip: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left hip: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right knee: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left knee: No tissue thickness
ORC:FEMALE_ORC_ROGUE:right ankle: No tissue thickness
ORC:FEMALE_ORC_ROGUE:left ankle: No tissue thickness
ORC:FEMALE_ORC_ROGUE:throat: No tissue thickness
ORC:FEMALE_ORC_ROGUE:upper spine: No tissue thickness
ORC:FEMALE_ORC_ROGUE:middle spine: No tissue thickness
ORC:FEMALE_ORC_ROGUE:lower spine: No tissue thickness
ORC:FEMALE_ORC_ROGUE:brain: No tissue thickness
ORC:FEMALE_ORC_ROGUE:skull: No tissue thickness
ORC:FEMALE_ORC_ROGUE:thumb, right hand: No tissue thickness
ORC:FEMALE_ORC_ROGUE:thumb, left hand: No tissue thickness
ORC:FEMALE_ORC_ROGUE:first finger, right hand: No tissue thickness
etc.
Logged

Reelyanoob

  • Bay Watcher
    • View Profile
Re: 0.31. MODDERS WORKSHOP (NEWCOMERS WELCOME!)
« Reply #2849 on: May 21, 2011, 01:29:06 am »

Going by your raws, one quick issues is you need "[SELECT_CASTE:ALL]" after the bonecrusher caste, otherwise everything after that is just for the bonecrusher, hence why no-one else has body tissue materials or thickness.

Put the [SELECT_CASTE:ALL] in, and if you are still having errors (probably a lot less), use "modify post" on your first two posts to update the situation.

And PLEASE learn to use spoiler tags. You can edit posts to add spoliers btw. Just click to get a cursor inside the edit text, "Ctrl-A" to select the entire message, then click the icon which looks like a radiation symbol, then click "save" to save the post. I prefer them to code tags for big stuff.
« Last Edit: May 21, 2011, 01:39:10 am by Reelyanoob »
Logged
Pages: 1 ... 188 189 [190] 191 192 ... 357