Home · skill · OreAffix_Air

Properties

nature
Status

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/icons/atlas_abilities_status_96PX.png",
    "size": 96,
    "x": 4,
    "y": 1
  },
  "id": "OreAffix_Air",
  "nature": "Status",
  "texts": {
    "name": "[Air] Blessed"
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ]
    }
  },
  "vars": {},
  "script": "function onOwnerGathered(gather, gatherers) {\n\tfor(u in gatherers) {\n\t\taddStatus(u, Skill.OreAffix_Air_Status);\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "gatherable",
      "from_id": "Ore",
      "via_field": "props"
    },
    {
      "from_sheet": "gatherable",
      "from_id": "Plant",
      "via_field": "props"
    }
  ]
}