Channels a fire breath dealing up to 9% Intellect over 3 to enemies in front of you.
Properties
- status
- Done
- type
- Weapon Skill
- nature
- Spell
- cooldown
- 18
- steps
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Staff_96PX.png",
"size": 48,
"x": 8,
"y": 0,
"width": 2,
"height": 2
},
"id": "Staff_Craft_S2",
"type": "WeaponSkill",
"nature": "Spell",
"texts": {
"name": "Blazing Beam",
"desc": "Channels a fire breath dealing up to ::dmg:: over ::dur1:: to enemies in front of you.",
"rankDescs": [
{
"rank": 2,
"desc": "Always critically strikes.",
"flags": 0
},
{
"rank": 3,
"desc": "On completion, blasts ::dmg2:: and slows enemies by ::ref_val1%:: for ::ref_dur::.",
"flags": 0
}
],
"refs": {
"ref": "Staff_Craft_S2_Status"
}
},
"anim": {
"blend": 0.15,
"ref": "CastBreathStart"
},
"cooldown": 18,
"steps": [
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Fire_Aura",
"space": 0,
"props": {
"offset": {
"x": 0,
"y": 0,
"z": 0,
"height": 0.5
}
},
"flags": 9,
"scale": 1
}
],
"playAnims": [
{
"anim": {
"loop": true,
"blend": 0.1,
"ref": "CastBreath"
}
}
]
},
"props": {
"castFlags": 4
},
"type": 3,
"duration": "dur1",
"delay": 0.25
},
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Fire_Breath_Lasting",
"space": 2,
"flags": 8,
"props": {
"offset": {
"x": 1,
"y": 0.15,
"z": 1,
"height": 0
}
}
}
]
},
"props": {
"rotation": {
"limiter": 360,
"direction": 3
}
},
"type": 13,
"delay": 0.25,
"duration": -1,
"range": 15
},
{
"on": 0,
"props": {
"area": {
"shape": [
1,
4
],
"follow": 1
},
"loop": {
"tick": 0.25,
"flags": 1
}
},
"effects": [
{
"affinity": "Magic",
"effect": 0,
"scaling": [
{
"ratio": 0.085,
"atb": "Intellect"
}
],
"flags": 0
}
],
"type": 4,
"delay": 0.15,
"range": 15,
"id": "Loop",
"duration": -1,
"visuals": {
"hitFx": "Hit_Fire"
}
},
{
"on": 7,
"props": {
"area": {
"shape": [
2,
40
]
},
"position": {
"origin": 3,
"targetForwardOffset": 0.25
}
},
"type": 4,
"visuals": {
"fxs": [
{
"set": "Fire_Burst_Cone",
"space": 1,
"flags": 16,
"props": {}
}
],
"hitFx": "Hit_Fire"
},
"range": 15,
"effects": [
{
"affinity": "Magic",
"effect": 0,
"scaling": [
{
"ratio": 0.35,
"atb": "Intellect"
}
],
"flags": 0
}
],
"id": "Blast",
"cond": {
"minRank": 3
}
}
],
"flags": [],
"mastery": [],
"props": {},
"vars": {
"dur1": 3
},
"script": "function onDamageEval(hit) {\n\tif( rank >= 2 ) {\n\t\thit.critChance = 100;\n\t}\n}\n\nfunction onHit(hit) {\n\tif (rank >= 3 && hit.stepId == Steps.Blast) {\n\t\taddStatus(hit.target, Skill.Staff_Craft_S2_Status);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Staff_Craft",
"via_field": "skills"
}
]
}