Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: A request  (Read 894 times)

Gamer47

  • Bay Watcher
    • View Profile
A request
« on: November 25, 2019, 06:36:14 am »

So, something I have tried several times but just can't seem to get the hang of is to make a new creature I call "Copper Dogs"
The idea is fairly simple. A bronze colossus is a big human made of bronze. A Copper Dog would be much the same, but still the same size as a normal dog and made of copper and still able to breed, possibly have long lifespans and small litters.
I'm not sure if they should become copper ore on death or statues.
I can mod in some things, like age limits and litter sizes but getting the body to be made of copper just stumps me.

Also, I don't know how to make them still use the icon for dogs instead of the letter d
Is anyone willing to make copper dogs for me?
Logged

brolol.404

  • Bay Watcher
    • View Profile
Re: A request
« Reply #1 on: November 25, 2019, 08:33:48 am »

   This has not been tested.

EDIT: oops. You wanted it copper not bronze. fixed.

Also the graphics are in the raw/graphics folder. Just copy the code from DOG for COPPER_DOG.

EDIT2: extra colon in the BODY removed. And I removed the SCRATCH attack as I dont think it will work.

Code: [Select]
[CREATURE:COPPER_DOG]
[DESCRIPTION:A copper dog.]
[NAME:copper dog:copper dogs:copper canine]
[CASTE_NAME:copper dog:copper dogs:copper canine]
[CREATURE_TILE:'d'][COLOR:6:0:0]
[COMMON_DOMESTIC][TRAINABLE][PET]
[BONECARN]
[PREFSTRING:loyalty]
[NOPAIN][EXTRAVISION][NOBREATHE][NOSTUN][NONAUSEA][NOEMOTION]
[NOTHOUGHT][NOEXERT]
[NO_DIZZINESS]
[NO_FEVERS]
[NO_DRINK][NO_EAT][NO_SLEEP]
[NOT_LIVING]
[NOT_BUTCHERABLE]
[NOFEAR]
[NOBONES]
[ODOR_LEVEL:0] no smell
[SMELL_TRIGGER:10000] cannot smell
[BODY:QUADRUPED_NECK:TAIL:2EYES:2EARS:NOSE:4TOES_FQ_REG:4TOES_RQ_REG:MOUTH:GENERIC_TEETH_WITH_LARGE_EYE_TEETH]
[NO_THOUGHT_CENTER_FOR_MOVEMENT]
[TISSUE:COPPER]
[TISSUE_NAME:copper:copper]
[TISSUE_MATERIAL:INORGANIC:COPPER]
[MUSCULAR]
[FUNCTIONAL]
[STRUCTURAL]
[RELATIVE_THICKNESS:1]
[CONNECTS]
[TISSUE_SHAPE:LAYER]
[TISSUE_LAYER:BY_CATEGORY:ALL:COPPER]
[ITEMCORPSE:STATUE:NO_SUBTYPE:INORGANIC:COPPER]
[ITEMCORPSE_QUALITY:5]
[BODY_SIZE:0:0:1000]
[BODY_SIZE:1:0:12500]
[BODY_SIZE:2:0:30000]
[BODY_APPEARANCE_MODIFIER:LENGTH:90:95:98:100:102:105:110]
[BODY_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110]
[BODY_APPEARANCE_MODIFIER:BROADNESS:90:95:98:100:102:105:110]
[MAXAGE:1800:2000]
[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_PREPARE_AND_RECOVER:3:3]
[ATTACK_PRIORITY:MAIN]
[ATTACK_FLAG_CANLATCH]
[CHILD:1]
[GENERAL_CHILD_NAME:copper puppy:copper puppies]
[DIURNAL]
[APPLY_CREATURE_VARIATION:STANDARD_QUADRUPED_GAITS:900:447:298:149:1900:2900] 59 kph
[APPLY_CREATURE_VARIATION:STANDARD_SWIMMING_GAITS:9000:8900:8825:8775:9500:9900] 1 kph, NO DATA
[APPLY_CREATURE_VARIATION:STANDARD_CRAWLING_GAITS:9000:8900:8825:8775:9500:9900] 1 kph, NO DATA
[SWIMS_INNATE]
[CASTE:FEMALE]
[FEMALE]
                [LITTERSIZE:2:3]
[CASTE:MALE]
[MALE]
[SET_BP_GROUP:BY_TYPE:LOWERBODY][BP_ADD_TYPE:GELDABLE]
« Last Edit: November 25, 2019, 09:13:16 am by brolol.404 »
Logged

Gamer47

  • Bay Watcher
    • View Profile
Re: A request
« Reply #2 on: November 25, 2019, 10:06:57 am »

Thank you so much! That was really fast!
Logged