Modding:Active Parts: Difference between revisions

128 bytes added ,  14:22, 13 August 2020
put quotes around strings, explicate scanning properties
m (tweak)
(put quotes around strings, explicate scanning properties)
Line 120: Line 120:
| RequiresBodyPartCategory
| RequiresBodyPartCategory
| string
| string
| Fails if the parent object is not equipped on a body part of the category specified. The body part categories are Animal, Arthropod, Plant, Fungal, Protoplasmic, Cybernetic, Mechanical, Metal, Wooden, Stone, Glass, Leather, Bone, Chitin, Plastic, Cloth, Psionic, and Extradimensional.
| Fails if the parent object is not equipped on a body part of the category specified. The body part categories are "Animal", "Arthropod", "Plant", "Fungal", "Protoplasmic", "Cybernetic", "Mechanical", "Metal", "Wooden", "Stone", "Glass", "Leather", "Bone", "Chitin", "Plastic", "Cloth", "Psionic", and "Extradimensional".
| LimbIncompatible
| LimbIncompatible
| null
| null
Line 192: Line 192:
| IsBioScannable
| IsBioScannable
| bool
| bool
| Sets DescribeStatusForProperty to the property corresponding to [[bioscanning]] and StatusStyle to "bio".
| Sets DescribeStatusForProperty to the property corresponding to [[bioscanning]] ("BioScannerEquipped") and StatusStyle to "bio".
| false
| false
|-
|-
| IsStructureScannable
| IsStructureScannable
| bool
| bool
| Sets DescribeStatusForProperty to the property corresponding to [[structural scanning]] and StatusStyle to "structure".
| Sets DescribeStatusForProperty to the property corresponding to [[structural scanning]] ("StructureScannerEquipped") and StatusStyle to "structure".
| false
| false
|-
|-
| IsTechScannable
| IsTechScannable
| bool
| bool
| Sets DescribeStatusForProperty to the property corresponding to [[techscanning]] and StatusStyle to "tech".
| Sets DescribeStatusForProperty to the property corresponding to [[techscanning]] ("TechScannerEquipped") and StatusStyle to "tech".
| false
| false
|-
|-
Line 212: Line 212:
| StatusStyle
| StatusStyle
| string
| string
| The display style to use for status if it is displayed. The possible styles are angry, bio, leet, ooc, plain, structure, and tech. This field is not normally used directly; usually it is set via IsTechScannable.
| The display style to use for status if it is displayed. The possible styles are "angry", "bio", "leet", "ooc", "plain", "structure", and "tech". This field is not normally used directly; usually it is set via IsTechScannable.
| plain
| "plain"
|}
|}


671

edits