Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Making Exoskeletons Stronger  (Read 505 times)

deepspaceprobe9

  • Bay Watcher
  • "Personal" Text
    • View Profile
Making Exoskeletons Stronger
« on: September 09, 2018, 10:44:01 am »

Recently, I have tried to mod in a couple of chitinous monsters inspired by the fantasy world of Roshar, and have found them to be severely underwhelming. For example, I tried to include a sort of crustacean dog called an axehound, and my indicator of success was that the axehound would easily kill a regular dog in arena mode, every time. Without modding their chitin material, the dog won every time, because the slightest hit would crack the axehound's chitin, knocking it over. Even the dragon-sized crab monster I created is taken down by a lucky punch to the head.

As of right now, I've modded all my monster's chitin to have these attributes:
Spoiler (click to show/hide)

But even with this, an attack that doesn't break their shells will still break tendons. Is there a better way to make my monsters less fragile? I just want a fearsome dog-crab puppy, man.
Logged
   (*) Stopped zombies from interrupting your sleep to ask if they can help you with something

deepspaceprobe9

  • Bay Watcher
  • "Personal" Text
    • View Profile
Re: Making Exoskeletons Stronger
« Reply #1 on: September 09, 2018, 01:08:31 pm »

I've solved the problem by removing tendons and ligaments from the creatures, and changing their chitin to share the properties of bone. I did, however, let them keep the extra MAX_EDGE, to make them a little more lethal.
Logged
   (*) Stopped zombies from interrupting your sleep to ask if they can help you with something

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Making Exoskeletons Stronger
« Reply #2 on: September 09, 2018, 01:15:50 pm »

Yeah TENDONS and LIGAMENTS are found in tissues that have [CONNECTIVE_TISSUE_ANCHOR] aka bones and chitin.

"The creature has tendons in its bones. Cutting the bone tissue severs them, disabling motor function if the target is a limb." - Tendons
"Creature has ligaments in its bones. Cutting the bone tissue severs them, disabling motor function if the target is a limb." - Ligaments

Interesting enough they are much like other materials like PUS, BLOOD, SWEAT, TEARS, SPIT, TALLOW, PAPER, LEATHER, and in the case of Tendons and Ligaments SINEW are not actually ON the creature (can't get it from butchering)
Logged

Sver

  • Bay Watcher
  • An army marches on its oiling and waxing
    • View Profile
Re: Making Exoskeletons Stronger
« Reply #3 on: September 09, 2018, 01:40:35 pm »

You can strengthen the properties of tendons too, in the SINEW_TEMPLATE.

I personally use these values:
Code: [Select]
[IMPACT_YIELD:189000]
[IMPACT_FRACTURE:378000]
[IMPACT_STRAIN_AT_YIELD:50000]
[COMPRESSIVE_YIELD:189000]
[COMPRESSIVE_FRACTURE:378000]
[COMPRESSIVE_STRAIN_AT_YIELD:50000]
[TENSILE_YIELD:54000]
[TENSILE_FRACTURE:108000]
[TENSILE_STRAIN_AT_YIELD:50000]
[TORSION_YIELD:54000]
[TORSION_FRACTURE:108000]
[TORSION_STRAIN_AT_YIELD:50000]
[SHEAR_YIELD:54000]
[SHEAR_FRACTURE:108000]
[SHEAR_STRAIN_AT_YIELD:50000]
[BENDING_YIELD:54000]
[BENDING_FRACTURE:108000]
[BENDING_STRAIN_AT_YIELD:50000]
But you can try something a bit lower for a start.
Logged
DF Combat Reworked
No overpowered force transfer, no easy life without a kidney, more functional variety among the weapons and other improvements.