Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: What factor does judge "rigid" armor by?  (Read 690 times)

DWARFFRAWD

  • Bay Watcher
    • View Profile
What factor does judge "rigid" armor by?
« on: February 26, 2023, 04:58:10 am »

 Until now, I thought the [SHAPED] tag was a factor that determined whether it was rigid or not.
However, on Wiki, the [SHAPED] tag is an element that prevents multiple layers of armor from being worn over one slot.
What determines whether the armor is hard or not?
Logged

0x517A5D

  • Bay Watcher
  • Hex Editor‬‬
    • View Profile
Re: What factor does judge "rigid" armor by?
« Reply #1 on: February 26, 2023, 02:38:19 pm »

Until now, I thought the [SHAPED] tag was a factor that determined whether it was rigid or not.
However, on Wiki, the [SHAPED] tag is an element that prevents multiple layers of armor from being worn over one slot.
What determines whether the armor is hard or not?

The Wiki is correct.

[HARD] is just a flag.  As far as is known, it means not [SOFT]; i.e. can't be made out of cloth.  It doesn't mean that the item is rigid.

For combat calculations, the material's physical properties determine the item's resistance to bending (rigidity), as well as e.g. resistance to piercing or slashing damage.

This is part of the [INORGANIC:IRON] definition from data/vanilla/vanilla_materials/objects/inorganic_metal.txt :
Code: [Select]
[IMPACT_YIELD:542500] Was 1080000, but just using 3.5x tensile multiples for everything until better numbers are available, which might not be likely
[IMPACT_FRACTURE:1085000]
[IMPACT_STRAIN_AT_YIELD:319]
[COMPRESSIVE_YIELD:542500]
[COMPRESSIVE_FRACTURE:1085000]
[COMPRESSIVE_STRAIN_AT_YIELD:319] bulk modulus 170 GPa
[TENSILE_YIELD:155000]
[TENSILE_FRACTURE:310000]
[TENSILE_STRAIN_AT_YIELD:73] young's modulus 211 GPa
[TORSION_YIELD:155000]
[TORSION_FRACTURE:310000]
[TORSION_STRAIN_AT_YIELD:189]
[SHEAR_YIELD:155000]
[SHEAR_FRACTURE:310000]
[SHEAR_STRAIN_AT_YIELD:189] shear modulus 82 GPa
[BENDING_YIELD:155000]
[BENDING_FRACTURE:310000]
[BENDING_STRAIN_AT_YIELD:73]

Note particularly the BENDING_* data.
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: What factor does judge "rigid" armor by?
« Reply #2 on: March 08, 2023, 07:39:06 pm »

STRUCTURAL_ELASTICITY_CHAIN_ALL, STRUCTURAL_ELASTICITY_CHAIN_METAL, STRUCTURAL_ELASTICITY_WOVEN_THREAD