Home · skill · Book_Start_Skill2
Blasts 90% Intellect to the target and stuns them for 1 if they are burning.
Properties
- status
- Done
- type
- Weapon Skill
- nature
- Spell
- cooldown
- 10
- duration
- 0.3
- steps
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_Book_96PX.png",
"size": 96,
"x": 5,
"y": 0
},
"id": "Book_Start_Skill2",
"type": "WeaponSkill",
"nature": "Spell",
"texts": {
"name": "Fire Blast",
"desc": "Blasts ::dmg:: to the target and stuns them for ::time:: if they are burning.",
"rankDescs": [
{
"rank": 2,
"desc": "Has ::var2:: charges.",
"flags": 0
},
{
"rank": 3,
"desc": "Deals damage to all enemies close to the initial target.",
"flags": 0
}
]
},
"anim": {
"ref": "CastInstant"
},
"cooldown": 10,
"duration": 0.3,
"steps": [
{
"cond": {
"maxRank": 2
},
"visuals": {
"fxs": [
{
"set": "Fire_Blast",
"space": 1,
"props": {},
"flags": 4
}
],
"target": 1
},
"props": {
"position": {
"origin": 1
}
},
"effects": [
{
"affinity": "Fire",
"effect": 0,
"scaling": [
{
"ratio": 0.9,
"atb": "Intellect"
}
],
"flags": 0
}
],
"on": 0,
"type": 6,
"range": 50
},
{
"on": 0,
"cond": {
"minRank": 3
},
"visuals": {
"fxs": [
{
"set": "Fire_Blast",
"space": 1,
"props": {},
"flags": 4
}
],
"target": 1
},
"props": {
"position": {
"origin": 1
}
},
"effects": [
{
"affinity": "Fire",
"effect": 0,
"scaling": [
{
"ratio": 0.9,
"atb": "Intellect"
}
],
"flags": 0
}
],
"type": 4,
"range": 6
}
],
"flags": [],
"mastery": [],
"props": {
"needTarget": true,
"rankOverride": [
{
"minRank": 2,
"props": {
"charges": 2
}
}
]
},
"vars": {
"var1": 1,
"var2": 2,
"time": 1
},
"script": "function onHitNewTarget(hit) {\n if( hit.target.hasStatusType(StatusType.Burn) ) {\n\t\taddStatusDuration(hit.target, Skill.Stun, vars.var1);\n }\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Book_Start",
"via_field": "skills"
}
]
}