Resource-backed Float
A Float or Identifier that links to a Resource (Power Type) or it's extensions, or a power type that has a built-in cooldown (using remaining ticks as the value).
Examples
"entity_action": {
"type": "origins-math:heal",
"amount": 5.0
}
A Heal (Entity Action Type) with an amount value of 5.0, which is a Float.
"entity_action": {
"type": "origins-math:heal",
"amount": "origins-math:healing_gauge"
}
A Heal (Entity Action Type) with an amount value using the value of the "origins-math:healing_gauge" power.