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