FareverDB
?

TankManfish_Block

TankManfish_Block in Skills
id
TankManfish_Block
type
11
flags
0
nature
2
script
function onReceiveDamageEval(hit) { if (skill.isRunning()) { if (hit.blockHit()) { playStep(Steps.Hit); } } }
status
0
cooldown
10
duration
3.83
Raw data
{
  "id": "TankManfish_Block",
  "anim": {
    "ref": "BlockStart",
    "blend": 0
  },
  "type": 11,
  "vars": {},
  "flags": 0,
  "props": {
    "needTarget": true
  },
  "steps": [
    {
      "on": 0,
      "type": 3,
      "props": {},
      "duration": 3
    },
    {
      "on": 0,
      "type": 11,
      "delay": 0.4,
      "props": {},
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "Block",
              "loop": true,
              "blend": 0.1
            }
          }
        ]
      },
      "duration": -1
    },
    {
      "id": "Hit",
      "on": 13,
      "type": 11,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Parry_Perfect",
            "props": {},
            "space": 2
          }
        ],
        "playAnims": [
          {
            "anim": {
              "ref": "ShieldBlock",
              "blend": 0
            }
          }
        ]
      },
      "duration": 0.2
    },
    {
      "on": 7,
      "props": {},
      "visuals": {
        "playAnims": [
          {
            "anim": {
              "ref": "BlockEnd",
              "blend": 0.1
            }
          }
        ]
      }
    },
    {
      "on": 7,
      "type": 4,
      "props": {},
      "range": 5,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "FoePower",
              "ratio": 1
            }
          ],
          "affinity": "Physical"
        }
      ],
      "visuals": {
        "fxs": [
          {
            "set": "Water_Ally_AOE_Unit",
            "flags": 16,
            "props": {},
            "space": 1
          }
        ],
        "camShake": 50
      }
    },
    {
      "on": 1,
      "type": 1,
      "props": {
        "status": {
          "ref": "Stun"
        }
      },
      "duration": 1.5
    }
  ],
  "texts": {},
  "nature": 2,
  "script": "function onReceiveDamageEval(hit) {\n\tif (skill.isRunning()) {\n\t\tif (hit.blockHit()) {\n\t\t\tplayStep(Steps.Hit);\n\t\t}\n\t}\n}",
  "status": 0,
  "aiProps": {
    "castMaxRange": 1.5
  },
  "mastery": [],
  "cooldown": 10,
  "duration": 3.83
}