Modding:Bodies: Difference between revisions
Kernelmethod (talk | contribs) Add some more attribute descriptions |
BinaryDoubts (talk | contribs) No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 45: | Line 45: | ||
|- | |- | ||
| Abstract | | Abstract | ||
| Marks a body part type as abstract. This is used to provide equipment slots that don't actually map to physical limbs, e.g. floating nearby slots, thrown weapon, and missile weapon slots. | | Marks a body part type as abstract. This is used to provide equipment slots that don't actually map to physical limbs, e.g. floating nearby slots, thrown weapon, and missile weapon slots. An abstract body part cannot be chosen as a primary limb. | ||
|- | |- | ||
| Appendage | | Appendage | ||
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 | ||
Line 265: | Line 265: | ||
| The name of the body part type or type variant that should be added (for example: <code>Hand</code>, <code>Smooth Face</code>, etc.) | | The name of the body part type or type variant that should be added (for example: <code>Hand</code>, <code>Smooth Face</code>, etc.) | ||
|} | |} | ||
= References = | |||
<references /> | |||
{{Modding Navbox}} | {{Modding Navbox}} | ||
[[Category:Modding]] | [[Category:Modding]] | ||
[[Category:Modding - Creatures and Objects]] |