Origins: Powerful Powers
» Entity conditions » Is downed

Is downed

origins-powerful-powers:is_downedentity conditionplayers onlyneeds Hardcore Revival

True while the player is knocked out (downed, awaiting rescue or revival) in Hardcore Revival. Without Hardcore Revival installed, this is always false.

No fields.

Example: crawl speed while downed.

json
{
  "type": "origins:speed",
  "condition": {
    "type": "origins-powerful-powers:is_downed"
  },
  "modifier": {
    "operation": "multiply_total_multiplicative",
    "value": -0.7
  }
}

While downed, movement speed drops by 70%.

Attribute: is_downed