Modding:Bodies: Difference between revisions
Kernelmethod (talk | contribs) Add some more attribute descriptions |
Kernelmethod (talk | contribs) Small editing pass |
||
Line 72: | Line 72: | ||
|- | |- | ||
| Extrinsic | | Extrinsic | ||
| Marks a body part type as | | Marks a body part type as being extrinsic to a creature's body; for example, the robo-hands and robo-arms granted by {{favilink|helping hands}}. This has a few minor effects; for example, it ensures that the body part doesn't get copied when creating a copy of your anatomy. It also prevents that body part from being set as a primary limb and prevents it from dropping an object when severed. | ||
|- | |- | ||
| ImpliedBy | | ImpliedBy | ||
Line 101: | Line 101: | ||
|- | |- | ||
| Mobility | | Mobility | ||
| Marks the limb as providing mobility, and gives a weight to how much that limb contributes to the creature's overall mobility. | | Marks the limb as providing mobility, and gives a weight to how much that limb contributes to the creature's overall mobility. In the case where the limb is severed, its mobility score influences the creature's resultant loss in movement speed. For example, a limb with <code>Mobility="10"</code> contributes ten times as much to a creature's overall mobility as a limb with <code>Mobility="1"</code>. | ||
|- | |- | ||
| Mortal | | Mortal |