Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: I want to make marble-shelled giant beetles.  (Read 488 times)

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
I want to make marble-shelled giant beetles.
« on: May 10, 2012, 07:00:32 pm »

Just what it says in the title.
Here's what I have so far:
Code: [Select]
[CREATURE:BEETLE_GIANT_MARBLE]
[DESCRIPTION:A massive insect that can be found in the caverns. Its shell is made of marble, which it occasionally sheds from its back.]
[NAME:marble beetle:marble beetles:marble beetle]
[CASTE_NAME:marble beetle:marble beetles:marble beetle]
[CREATURE_TILE:250][COLOR:7:0:0]
[NATURAL]
[BIOME:SUBTERRANEAN_CHASM][UNDERGROUND_DEPTH:1:1]
[FREQUENCY:250]
[POPULATION_NUMBER:50:75]
[SPEED:1500]
[PREFSTRING:protective shells]
[ALL_ACTIVE]
[NO_SLEEP][NOT_LIVING]
[PET]
[HOMEOTHERM:10071]
[SWIMS_INNATE][SWIM_SPEED:3000]
[NOBONES]
[BODY:INSECT:2EYES:HEART:GUTS:BRAIN:MOUTH:2WINGS]
[BODY_DETAIL_PLAN:CHITIN_MATERIALS]
[BODY_DETAIL_PLAN:CHITIN_TISSUES]
[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:CHITIN:FAT:MUSCLE]
[BODY_DETAIL_PLAN:STANDARD_HEAD_POSITIONS]
[USE_MATERIAL_TEMPLATE:SINEW:SINEW_TEMPLATE]
[TENDONS:LOCAL_CREATURE_MAT:SINEW:200]
[LIGAMENTS:LOCAL_CREATURE_MAT:SINEW:200]
[HAS_NERVES]
[USE_MATERIAL_TEMPLATE:ICHOR:ICHOR_TEMPLATE]
[BLOOD:LOCAL_CREATURE_MAT:ICHOR: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:1000]
[BODY_SIZE:0:168:3000]
[BODY_SIZE:1:0:7000]
[CHILD:1]
[MAXAGE:2:3]
[CASTE:FEMALE]
[FEMALE]
[CASTE:MALE]
[MALE]
[SELECT_CASTE:ALL]
[SET_TL_GROUP:BY_CATEGORY:ALL:CHITIN]
[TL_COLOR_MODIFIER:RED:3:YELLOW:1:ORANGE:1]
[TLCM_NOUN:chitin:SINGULAR]
[TISSUE_LAYER_APPEARANCE_MODIFIER:LENGTH:0:0:0:0:0:0:0]
[APP_MOD_NOUN:wings:PLURAL]
[APP_MOD_RATE:1:DAILY:0:300:0:0:NO_END]
[APP_MOD_DESC_RANGE:10:50:100:150:200:300]
[SHEARABLE_TISSUE_LAYER:LENGTH:300]
[SET_TL_GROUP:BY_CATEGORY:EYE:EYE]
[TL_COLOR_MODIFIER:BLACK:1]
[TLCM_NOUN:eyes:PLURAL]

This will make it a beetle that appears in the first cavern layer, and be tameable, but be shelled with chitin and not marble. What would I need to do to make the shell be marble? (Actually being able to use the marble ideal but optional.)
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: I want to make marble-shelled giant beetles.
« Reply #1 on: May 10, 2012, 07:22:51 pm »

After declaring the body detail plans, declare a tissue based off of the chitin template that has the line [TISSUE_MATERIAL:INORGANIC:MARBLE], then use that tissue's identifier instead of CHITIN through the rest of the creature.

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
Re: I want to make marble-shelled giant beetles.
« Reply #2 on: May 10, 2012, 07:37:11 pm »

Alright, I'll see if that works.
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.