Float

Data Type.

A floating point (decimal) number, like 6.0, -1.5 or 0.1.

Example:

"condition": {
    "type": "origins:relative_health",
    "comparison": "<=",
    "compare_to": 0.5
}

An origins:relative_health entity condition that has a compare_to float value of 0.5.