Home · skill · Thrown_Seeds_AttackCombo
Properties
- status
- Done
- type
- AttackCombo
- nature
- Combo
- duration
- 1.1
- steps
Referenced by
item (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Thrown_96PX.png",
"size": 48,
"x": 2,
"y": 0,
"width": 2,
"height": 2
},
"id": "Thrown_Seeds_AttackCombo",
"type": "AttackCombo",
"nature": "Combo",
"texts": {
"desc": "Throws three sharpened petals dealing ::dmg:: to an enemy. Each Petal has a ::chance:: chance to plant a stack of ::ref_name::.",
"name": "Scatterbloom",
"rankDescs": [
{
"rank": 2,
"desc": "Chance increased to ::chance::.",
"flags": 0
},
{
"rank": 3,
"desc": "Damage dealt to enemies below ::var1%:: [Health] increased by ::damage%::.",
"flags": 0
}
],
"refs": {
"ref": "Thrown_Seeds_Sprout"
}
},
"anim": {
"ref": "AttackCombo",
"startFrame": 2,
"blend": 0.1
},
"duration": 1.1,
"steps": [
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Jump_Generic_High",
"space": 0,
"props": {}
}
]
},
"props": {},
"type": 11,
"delay": 0.17
},
{
"on": 0,
"props": {
"move": {
"dashSmoothing": 0,
"direction": [
0
],
"inputDirection": {
"relation": 0,
"mode": 1
},
"flags": 260
}
},
"script": "",
"type": 8,
"delay": 0,
"duration": 0.16,
"range": 1
},
{
"on": 0,
"props": {},
"type": 14,
"duration": 0.7
},
{
"on": 0,
"props": {
"move": {
"dashSmoothing": 1,
"direction": [
0
],
"inputDirection": {
"relation": 0,
"mode": 1
},
"flags": 260
}
},
"type": 8,
"delay": 0.17,
"duration": 0.02,
"range": 3
},
{
"on": 0,
"props": {
"move": {
"dashSmoothing": 1,
"direction": [
0
],
"inputDirection": {
"relation": 0,
"mode": 1
},
"flags": 4
}
},
"delay": 0.2,
"duration": 0.7,
"range": 2,
"type": 8
},
{
"on": 0,
"visuals": {
"playAnims": [
{
"anim": {
"ref": "AttackCombo",
"startFrame": 8,
"blend": 0.01
}
}
]
},
"props": {},
"type": 11,
"delay": 0.17
},
{
"on": 0,
"props": {
"projectile": {
"base": "MissileStraight",
"generation": {
"shape": [
0,
1,
100,
0
],
"count": 3,
"duration": 0.15,
"endActivationDelay": 0.05,
"directionBias": 0.5,
"stepLinked": true
},
"followForceCurve": [
0,
0.05,
-0.0697117989531016,
-0.00277277893662861,
0.252838582201753,
0.0102761076672166,
0.319688368568298,
0.23962156259001,
-0.0228839136678792,
-0.0535326956275372,
0.0759206587446523,
0.17908558888306,
0.672836611005859,
0.803681435562888,
-0.222250554946781,
-0.117607066884123,
0.0313776624907483,
0.0167640530491203
],
"spread": {
"rotZ": 5,
"rotY": 5
},
"activationDelay": 0,
"offset": {
"x": 0,
"y": 0,
"z": -0.5
},
"fxSet": "Projectile_Flower_Shuriken_Small",
"scale": 1.5,
"speed": 50,
"settings": {
"hitOnlyTarget": true,
"hitTerrain": false
}
}
},
"script": "",
"type": 7,
"range": 40,
"delay": 0.27,
"id": "Projectiles"
},
{
"props": {
"position": {
"origin": 2
}
},
"script": "",
"on": 2,
"type": 0,
"effects": [
{
"affinity": "Physical",
"effect": 0,
"scaling": [
{
"ratio": 0.2,
"atb": "Dexterity"
},
{
"ratio": 0.2,
"atb": "Intellect"
}
],
"baseVal": 0,
"flags": 0
}
]
},
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Land_Generic",
"space": 1,
"props": {},
"scale": 2
}
]
},
"props": {},
"type": 11,
"delay": 0.78
}
],
"flags": [],
"mastery": [],
"props": {
"hit": {
"camShake": 8
},
"aimStyle": 1,
"rankOverride": [
{
"minRank": 2,
"vars": {
"chance": 0.45
}
}
]
},
"vars": {
"chance": 0.35,
"damage": 0.5,
"var1": 0.35
},
"script": "function onInflictDamage(dmg) {\n\tif (dmg.baseSkill == skill) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\taddStatus(dmg.target, Skill.Thrown_Seeds_Sprout);\n\t\t}\n\t}\n}\n\nfunction onDamageEval(hit) {\n\tif (rank >= 3) {\n\t\tif (hit.targetUnit.healthRatio <= vars.var1) {\n\t\t\thit.dmgMult += vars.damage;\n\t\t}\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Thrown_Seeds",
"via_field": "skills"
}
]
}