Home · skill · Priest_Talent_PotentFortitude

The Shield of Prayer: Virtue increases your Physical Mastery by 15%.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "x": 2,
    "y": 2,
    "width": 2,
    "height": 2
  },
  "id": "Priest_Talent_PotentFortitude",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Potent Fortitude",
    "desc": "The [Shield] of ::ref_name:: increases your [PhysicalMastery] by ::var1%::.",
    "refs": {
      "ref": "Priest_Prayer_Shield"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "vars": {
    "var1": 0.15
  },
  "script": "function onInflictStatus(s) {\n\tif (s.owner == owner && s.kind == Skill.Priest_Prayer_Shield_Status) {\n\t\taddStatus(owner, Skill.Priest_Talent_PotentFortitude_Status);\n\t}\n}\n\nfunction onStatusEnd(s, end) {\n\tif (s.kind == Skill.Priest_Prayer_Shield_Status) {\n\t\tremoveStatus(owner, Skill.Priest_Talent_PotentFortitude_Status);\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Priest",
      "via_field": "talentTrees"
    }
  ]
}