FareverDB

Hot, hot, hot!

Scepter_Flamie_S2 in Skills

Conjures a heat zone in the targeted area for 4. Allies within the zone receive a temporary Flamie for 8.

id
Scepter_Flamie_S2
type
7
flags
0
nature
2
script
function onRegUpdate(dt) { var flamies = getInflictedStatuses(Skill.Scepter_Flamie_Flamie); setStatus(owner, Skill.Scepter_Flamie_S2_R2, flamies.length); }
status
2
cooldown
20
duration
0.1
Raw data
{
  "id": "Scepter_Flamie_S2",
  "gfx": {
    "x": 4,
    "y": 2,
    "file": "UI/icons/atlas_weapon_Scepter_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {
    "ref": "Cast"
  },
  "type": 7,
  "vars": {
    "dur1": 4,
    "dur2": 8
  },
  "flags": 0,
  "props": {},
  "steps": [
    {
      "on": 14,
      "type": 25,
      "props": {},
      "range": 30,
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Preview",
            "flags": 16,
            "props": {},
            "scale": 1
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 3,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Fire_Cast_Fast",
            "flags": 8,
            "props": {
              "offset": {
                "x": 0,
                "y": 0,
                "z": 1.7,
                "height": 0
              }
            },
            "scale": 0.65,
            "space": 0,
            "attachName": "Weapon"
          }
        ]
      },
      "duration": 0.5
    },
    {
      "on": 0,
      "type": 11,
      "delay": 0.33,
      "props": {},
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "Cast",
              "blend": 0.1
            }
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 11,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Preview",
            "flags": 24,
            "props": {},
            "space": 1
          }
        ],
        "set": "Telegraph_Circle_Preview",
        "flags": 16,
        "props": {}
      },
      "duration": 0.45
    },
    {
      "id": "AreaBase",
      "on": 7,
      "type": 4,
      "props": {
        "area": {
          "hitFilter": 6,
          "targetCooldown": 0.5
        },
        "loop": {
          "tick": 0.5
        },
        "position": {
          "origin": 4
        }
      },
      "range": 9,
      "visuals": {
        "fxs": [
          {
            "set": "Fire_Ally_AOE_Ground_Lasting",
            "flags": 56,
            "props": {},
            "space": 1
          }
        ],
        "playAnims": [
          {
            "anim": {
              "ref": "Conjure",
              "blend": 0.05
            }
          }
        ]
      },
      "duration": "dur1"
    },
    {
      "on": 1,
      "type": 1,
      "props": {
        "status": {
          "ref": "Scepter_Flamie_Flamie"
        }
      },
      "duration": "dur2"
    },
    {
      "on": 1,
      "cond": {
        "minRank": 2
      },
      "type": 1,
      "props": {
        "status": {
          "ref": "Scepter_Flamie_S2_R3"
        }
      }
    }
  ],
  "texts": {
    "desc": "Conjures a heat zone in the targeted area for ::dur1::. Allies within the zone receive a temporary Flamie for ::dur2::.",
    "name": "Hot, hot, hot!",
    "refs": {
      "ref": "Scepter_Flamie_S2_R2",
      "ref2": "Scepter_Flamie_S2_R3"
    },
    "rankDescs": [
      {
        "desc": "Increases your [MagicMastery] by ::ref_val1%:: for each active Flamie, stacking up to ::ref_stacks:: times.",
        "rank": 2,
        "flags": 0
      },
      {
        "desc": "Temporary flamies wielders' [ComboAttack]s casts ::ref2_name::.",
        "rank": 3,
        "flags": 0
      }
    ]
  },
  "nature": 2,
  "script": "function onRegUpdate(dt) {\n\tvar flamies = getInflictedStatuses(Skill.Scepter_Flamie_Flamie);\n\tsetStatus(owner, Skill.Scepter_Flamie_S2_R2, flamies.length);\n}",
  "status": 2,
  "mastery": [],
  "cooldown": 20,
  "duration": 0.1
}